Skip to Main Content

Java APIs

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

cant compile 2 files using JBuilder

843810Jun 18 2004 — edited Jun 22 2004
Im a new user to JBuilder and can't quite figure out how to compile the two source code i wrote. These files run perfectly if I compile it in command window.
I have a file called Sphere.java and a file called CreateSphere.java which contains the main() method.
I was able to compile Sphere.java in jbuilder but when I tried to compile CreateSphere.java I got the below error messages:
"CreateSpheres.java": cannot resolve symbol: variable Sphere in class CreateSpheres at line 5, column 49

Is this the path problem? Please help.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 20 2004
Added on Jun 18 2004
7 comments
121 views