Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Jbuilder8.0 home on Knoppix3.2 Linux ?

0 views
Skip to first unread message

Markus Maiwald

unread,
Apr 4, 2003, 1:35:04 PM4/4/03
to
Hi,
Hat jemand ahnung wie man Jbuilder8.0 Home auf Knoppix3.2 installiert
!
Ich bekomme als eine fehlermeldung ?

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:140)
at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.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(DelegatingMethodAccessorImpl.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-

Weis jemand Rat !!
Markus

marcin brzoza

unread,
Apr 7, 2003, 6:47:22 PM4/7/03
to
hi,

On Fri, 04 Apr 2003 10:35:04 -0800, Markus Maiwald wrote:

> Hat jemand ahnung wie man Jbuilder8.0 Home auf Knoppix3.2 installiert !
> Ich bekomme als eine fehlermeldung ?
> Launching installer...
> Invocation of this Java Application has caused an
> InvocationTargetException. This application will now exit. (LAX)

JB8 bring ein JDK von Sun und es hat seine Problemme mit Knoppix/Debian.
Loesungen:
1. installiere aeltere lib libstdc++2.9-glibc2.1:
apt-get install libstdc++2.9-glibc2.1
oder
2. erstelle symlink zu einer neueren:
debuger:~$ la -la /usr/lib/libstdc++-*
... 256240 Feb 19 2000 /usr/lib/libstdc++-2-libc6.1-1-2.9.0.so
... 288444 Feb 27 01:18 /usr/lib/libstdc++-3-libc6.2-2-2.10.0.so

make symbolic link:
debuger:~# ln -s /usr/lib/libstdc++-libc6.1-1.so.2 /usr/lib/libstdc++-3-libc6.2-2-2.10.0.so

check it:
debuger:~# ls -la /usr/lib/libstdc++-libc6.1-1.so.2
... 40 Mar 31 23:04 /usr/lib/libstdc++-libc6.1-1.so.2 -> /usr/lib/libstdc++-3-libc6.2-2-2.10.0.so

Jetzt muesste sich der JB installieren lassen.

Wenn Du mit dem JB arbeiten muechtest, kann ich Dir nur das Blackdown JDK
empfehlen (http://www.blackdown.org/java-linux.html). Installiere
Blackdown und konfiguriere JB:
<[jb_path]/bin/jdk.config>
# Set the path for the JDK
# javapath /opt/borland/jbuilder/8_0open/jdk1.4/bin/java javapath
/opt/blackdown/1_4_1_01/bin/java

# Add the tools.jar
# addpath /opt/borland/jbuilder/8_0open/jdk1.4/lib/tools.jar addpath
/opt/blackdown/1_4_1_01/lib/tools.jar
</[jb_path]/bin/jdk.config>
Und konfiguriere JDK in JB (Menu: Tools -> Configure JDK).

Viel Glueck
marcin


0 new messages