|
-
Feb 25th, 2003, 10:03 AM
#1
Thread Starter
Frenzied Member
JBuilder 8 problem again
If you're around Merrion...
I've uninstalled JBuilder & the separate JDK that I downloaded. Re-installed JBuilder, set ClassPath, Java_Home & Path along with removing the JDK setup from JBuilder & re-entering it.
Still getting "BlahBlah.java": Error #: 750 : initialization error: com.borland.compiler.symtab.LoadError: java.io.IOException: class not found: class java.lang.Object
In the two classes that I have:
- Class JFrame not found in BlahBlah.java
- Class javax.swing.UIManager not found in BlahBlah2.java
JBuilder gives the reason for the classes not being found as "file javax/swing/JFrame not found".
Help?
-
Feb 25th, 2003, 10:17 AM
#2
Frenzied Member
Sounds like you don't have the ludicrously names SWING_HOME environment variable set. It should point to the folder that holds the swing.jar file.
On my PC its:
SWING_HOME=C:\Swing1.11
See the Sun help for more info
-
Feb 25th, 2003, 10:24 AM
#3
Thread Starter
Frenzied Member
Thanks for the replies so far. That link you gave is for Java 1, afraid I'm using Java 2 (version 1.4.1) - I don't it comes with swing.jar
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|