Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
java.lang.object error
Name: 54v4g3 Date: January 30, 2003 at 19:45:53 Pacific OS: WInXP CPU/Ram: AMD 1800+ 512mb
Comment:
Im running Jbuilder 8 with jdk 1.4, when i try to compile my project i get this error message and have no idea how to fix it..
"LinkedList.java": Error #: 750 : initialization error: com.borland.compiler.symtab.LoadError: java.io.IOException: class not found: class java.lang.Object
Name: 54v4g3 Date: January 30, 2003 at 21:33:39 Pacific
Reply:
reinstalled and now it's working :)
0
Response Number 2
Name: japorms Date: February 3, 2003 at 07:08:40 Pacific
Reply:
I'm having the exact same problem with my JBuilder 8. It's very frustrating as I have installed it on 3 different computers and 2 different os's. I'm using the jdk that came with JBuilder 8. I haven't changed/tweaked anything on it as it's brand new. Anyone have any ideas for fixing this?
Summary: Hi everybody, I'm a newbie at java and was trying to write a simple program which keeps giving me the 'cannot resolve symbol' error when I compile CarFind.java. All solutions will be most appreciated ...
Summary: 1st question: I am using JDK 1.3.1_03 on Win2K Server. When I have compiled the javaapplications, I try to use "java " to run the programme, but an error message "Error occurred during initialization ...
Summary: Hi, I have a mickey mouse program that needs to create various instances of an object using inheritance. I am using a constructor method (as defined by requirements). The super (ancestor) is OK. It co...