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

Installation IDEA intellij

2 views
Skip to first unread message

Dani Wieser

unread,
Apr 30, 2003, 8:30:10 PM4/30/03
to
Hallo zuammen!

Versuche gerade unter Debian Linux IDEA intellij zu intallieren.
Java läuft wunderbar(1.4.1).Das Paket libstdc++2.10-glibc2.2 hab ich
installiert.

Beim entpacken der Datei: "idea-3.0.4.bin" bekomme ich folgende
Fehlermeldung:

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:224)
at java.awt.Window.<init>(Window.java:268)
at java.awt.Frame.<init>(Frame.java:398)
at java.awt.Frame.<init>(Frame.java:363)
at com.zerog.ia.installer.Main.b(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)


Kann mir jemand weiterhelfen???? Bin etwas ratlos, da noch
Linux-Anfänger. Vielen Dank schonmal!

Grüße Dani

Bernd Eckenfels

unread,
Apr 30, 2003, 8:59:05 PM4/30/03
to
Dani Wieser <dani....@gmx.de> wrote:
> Java läuft wunderbar(1.4.1).

hast du mal ne swing anwendung probiert oder nur console?

Gruss
Bernd

Dani Wieser

unread,
May 1, 2003, 5:53:31 AM5/1/03
to

Hallo Bernd,

Danke schonmal für deine Antwort.
Hab gerade eine swing-anwendung ausprobiert und die läuft nicht!!
Muss ich noch ein Package laden????

Gruß Dani


Folgende Fehlermeldung:

Exception in thread "main" java.lang.UnsatisfiedLinkError:
/opt/j2sdk1.4.1_02/jre/lib/i386/libfontmanager.so:
libstdc++-libc6.1-1.so.2: cannot open shared object file: No such file
or directory
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1473)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1389)
at java.lang.Runtime.loadLibrary0(Runtime.java:788)
at java.lang.System.loadLibrary(System.java:832)
at
sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:50)
at java.security.AccessController.doPrivileged(Native Method)
at
sun.awt.font.NativeFontWrapper.<clinit>(NativeFontWrapper.java:42)
at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method)
at
sun.awt.X11GraphicsEnvironment.<clinit>(X11GraphicsEnvironment.java:125)


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:224)
at java.awt.Window.<init>(Window.java:268)
at java.awt.Frame.<init>(Frame.java:398)
at java.awt.Frame.<init>(Frame.java:363)

at javax.swing.JFrame.<init>(JFrame.java:154)
at Sequenzeingabe.<init>(Sequenzeingabe.java:22)
at Aufruf.main(Aufruf.java:18)

Dani Wieser

unread,
May 1, 2003, 8:53:32 AM5/1/03
to
Mittlerweile laufen auch Swing Anwendungen:
habe folgenden Link gesetzt:

ln -s libstdc++-3-libc6.2-2-2.10.0.so libstdc++-libc6.1-1.so.2

Bekomme aber wieder irgendwelche komischen Fehlermeldungen bzw.
Warnungen im Hintergrund:
Kann mir jemand weiterhelfen?

Gruß Dani


Folgende Warnungen bei Ausführung von Swing-Programmen:
May 1, 2003 2:51:02 PM java.util.prefs.FileSystemPreferences
checkLockFile0ErrorCode
WARNING: Could not lock System prefs.Unix error code 1214227440.
May 1, 2003 2:51:02 PM java.util.prefs.FileSystemPreferences syncWorld
WARNING: Couldn't flush system prefs:
java.util.prefs.BackingStoreException: Couldn't get file lock.

Dani Wieser

unread,
May 1, 2003, 6:45:35 PM5/1/03
to
Hab mein Problem mittlerweile gelöst, nachdem ich als Root eine
Swing-Anwendung ausgeführt hatte.

Gruß Dani

Dirk Dittert

unread,
May 1, 2003, 10:41:51 PM5/1/03
to
Dani Wieser <dani....@gmx.de> wrote:

> Hab mein Problem mittlerweile gelöst, nachdem ich als Root eine
> Swing-Anwendung ausgeführt hatte.

Ist schon eine Weile her, daß ich das letzte mal mit Preferences
gespielt habe, aber ich glaube das Problem war, daß das Verzeichnis für
die System Preferences im Verzeichnis des JRE angelegt wird. Dort hat
ein Normaluser aber keine Schreibrechte, so daß es zu dieser
BackingStoreException kommt.

Viele Grüße,

Dirk Dittert

0 new messages