facebook

Installing 03.08.04 on Debian Linux giveNoClassDefFoundError

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse IDE
  2.  > 
  3. Installation, Configuration & Updates
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #227854 Reply

    Eclipse 3.0.2
    Debian Linux with kernel 2.6
    Java version: 1.4.2_08-b03

    I have only one Java installation on the machine and it resides in the path. When running the command

    sh EnterpriseWorkbenchInstaller_030804.bin

    this is waht I get:

    
    Preparing to install...
    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. This application will now exit. (LAX)
    
    Stack Trace:
    java.lang.NoClassDefFoundError
            at java.lang.Class.forName0(Native Method)
            at java.lang.Class.forName(Class.java:141)
            at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:62)
            at java.awt.Window.init(Window.java:231)
            at java.awt.Window.<init>(Window.java:275)
            at java.awt.Frame.<init>(Frame.java:401)
            at java.awt.Frame.<init>(Frame.java:366)
            at com.zerog.ia.installer.Main.d(DashoA8113)
            at com.zerog.ia.installer.Main.a(DashoA8113)
            at com.zerog.ia.installer.Main.main(DashoA8113)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:324)
            at com.zerog.lax.LAX.launch(DashoA8113)
            at com.zerog.lax.LAX.main(DashoA8113)
    GUI-
    

    I am running the command as ‘root’.

    Any idea what is wrong?

    #227868

    Riyad Kalla
    Member

    Whenever installshield fails it is because it is usually finding GCJ on your system and attempting to run itself with it… extremely annoying. You can force the VM it uses by setting the env variable:
    LAX_VM=/opt/jdk1.4.2_08/bin/java

    where that path is the entire path to the java executable. You can also just download and use the manual install, it’s, IMO, an easier install process (2 steps) and the instructions are included in the zip file.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Installing 03.08.04 on Debian Linux giveNoClassDefFoundError

You must be logged in to post in the forum log in