Go back to previous topic
Forum Name "What Does RL Stand For?"
Topic subjectJava Syntax help
Topic URLhttps://forums.carrionfields.com/dcboard.php?az=show_topic&forum=43&topic_id=2064
2064, Java Syntax help
Posted by BaronMySoul on Wed 31-Dec-69 07:00 PM
I've been trying to use the JTable class for a personal project I've been working on and the danged thing won't compile using the original code from the Java website. I do well with vbScript and C++, but I'm still rather new to Java and the different class components. When I compile using the tutorial code in JGrasp IDE, I get an "unable to resolve symbol" message. When I try to resolve it, the .java file won't compile. Anyone have a clue what's going on and a way I can get around it?

Here's the tutorial:
http://download.oracle.com/javase/tutorial/uiswing/components/table.html


The code that uses the JTable:
http://download.oracle.com/javase/tutorial/uiswing/examples/components/index.html#SimpleTableDemo

2065, I dont know JGrasp IDE but
Posted by Rodriguez on Wed 31-Dec-69 07:00 PM
The first thing that springs to mind reading that message was "IDE misconfiguration".
Do any of the other examples work?