There are only two possibilites: Either the jbuilder startup script is buggy or you lack a class (or a jar file, resp.). I propose you first print out the full java command in the startup script (probably /opt/jbuilder8/bin/jbuilder), which you find at the very last line, and look for each jar file that is implemented there on your file system. If you find each required jar file, then the class itself is not contained in these files. Perhaps you find it in another one (try grepping your jbuilder folder for jar files containing the class name (which you didn't add to this mail...)). If you find it, add this extra jar to the boot classpath in the jbuilder startup script. If both ways don't work, the JBuilder8 installer itself is bad, and you should file a bug against it.
Good luck Florian On Wed, 5 Mar 2003 20:48:25 +0100 (CET) "Michele Pedrolli" <[EMAIL PROTECTED]> wrote: > I try to install Jbuilder 8 Personal Edition (without a previous JRE > installed), but after I lunch the installer: > > [EMAIL PROTECTED]:~/download/java/jbuilder/jb8_linux$ ./per_install.bin > Preparing to install... > Extracting the JRE from the installer archive... > Unpacking the JRE... > Extracting the installation resources from the installer archive... > Configuring the installer for this system's environment... > > Launching installer... > > Invocation of this Java Application has caused an > InvocationTargetException. Thi > s application will now exit. (LAX) > > Stack Trace: > java.lang.NoClassDefFoundError > at java.lang.Class.forName0(Native Method) > at java.lang.Class.forName(Class.java:140) > at > java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvi > ronment.java:62) > at java.awt.Window.init(Window.java:223) > at java.awt.Window.<init>(Window.java:267) > at java.awt.Frame.<init>(Frame.java:398) > at java.awt.Frame.<init>(Frame.java:363) > at com.zerog.ia.installer.Main.c(Unknown Source) > at com.zerog.ia.installer.Main.main(Unknown Source) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. > java:39) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces > sorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:324) > at com.zerog.lax.LAX.launch(Unknown Source) > at com.zerog.lax.LAX.main(Unknown Source) > GUI- > > Any solutions ? > > bye > > -- > [EMAIL PROTECTED] > > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > -- Florian Steinsiepe [EMAIL PROTECTED]