> I'm trying to run Freebuilder and get the following error:
>
> java.lang.NoClassDefFoundError: com/sun/java/swing/JMenuBar
> at
> org.freebuilder.system.ideengine.IdeEngine.<init>(IdeEngine.java)
> at org.freebuilder.Main.<init>(Main.java)
> at org.freebuilder.Main.main(Main.java)
>
> It appears that none of the swing classes are part of the classes.zip
> file (java for linux 1.1.7B). Is this a current limitation of the Linux
> JDK?
Swing is part of the JDK since 1.2, for 1.1 you have to get the package
from http://www.javasoft.com/products/jfc/index.html. You will need the
old Swing 1.0.3 for this application, since it references the classes
in com.sun.java.swing which was changed to javax.swing in later releases.
CU,
Stefan
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]