This week's book giveaway is in the Testing forum.
We're giving away four copies of Practical Unit Testing with TestNG and Mockito and have Tomek Kaczanowski on-line!
See this thread for details.
The moose likes IDEs, Version Control and other tools and the fly likes Error #300 JBuilder7 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Practical Unit Testing with TestNG and Mockito this week in the Testing forum!
JavaRanch » Java Forums » Engineering » IDEs, Version Control and other tools
Reply Bookmark "Error #300 JBuilder7 " Watch "Error #300 JBuilder7 " New topic
Author

Error #300 JBuilder7

meka toka
Ranch Hand

Joined: Dec 11, 2002
Posts: 75
Hi,
I recently started working JBuilder 7. What i am trying to do is compile an already developed package. So i figured all i have to do is do the project settings right and set the classpaths and i am set to go.
But by nightmare started just there, when i try to Make/Rebuild its giving me the following error
"ding.java": Error #: 300 : class dong not found in class com.server.ding.dong at line 51, column 40

I tried looking up in the forums in here and other places, some say you have to add required libraries and all but in here both the classes ding and dong are in same package so it should check the dependencies and compile it. But it doesnt.
Can somebody throw some light and guide me.
Regards,
Meka Toka


Thanks<br />MekaToka<br />SCJP 1.4
Murali Nanchala
Ranch Hand

Joined: Mar 14, 2001
Posts: 74
Your answer is in your error message. Are you trying to save the file as Ding.java and declaring it Dong in the Class?
[ May 02, 2003: Message edited by: Murali Nanchala ]

"It is almost always answered in the API" - Murali Nanchala
meka toka
Ranch Hand

Joined: Dec 11, 2002
Posts: 75
For a start i am not a beginner and am not trying some examples here. I have a package, that has been developed by me and deployed too.
I am testing JBuilder as it gives me UML diagrams at the class level and lets me save them.
If you see the error msg it says that a class A cant find another class B, meaning class B is being used somewhere in class A.
To clear things up, class B is imported in class A. So there shouldnt be any problem. The same piece of code runs in all IDE's, so i am sure there's some wierd setting that JBuilder needs me to do.
I am using JBuilder 7.
Regards,
Meka Toka
[ May 03, 2003: Message edited by: meka toka ]
 
 
subject: Error #300 JBuilder7
 
Threads others viewed
package
Make SERVLET talk to EJB
Make SERVLET talk to EJB
setting classpath
Running Servlets using Tomcat3.3.1a
MyEclipse, The Clear Choice