cant compile 2 files using JBuilder
843810Jun 18 2004 — edited Jun 22 2004Im 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.