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?