=== doko_ [n=doko@dslb-084-059-064-157.pools.arcor-ip.net] has joined #ubuntu-java === tashiro [n=stephan@p213.54.205.231.tisdip.tiscali.de] has joined #ubuntu-java === Belutz [n=Belutz@202.155.150.72] has joined #ubuntu-java === Belutz [n=Belutz@202.155.150.72] has left #ubuntu-java ["Leaving"] === tashiro [n=stephan@p213.54.212.213.tisdip.tiscali.de] has joined #ubuntu-java === mgalvin [n=mgalvin@host-66-202-95-170.spr.choiceone.net] has joined #ubuntu-java === perspectival [n=silas@84.21.116.133] has joined #ubuntu-java [05:34] does anyone have java working on breezy badger ppc? [05:37] perspectival: Yes, I do. [05:37] no matter what i've tried, i can't get java to work [05:38] i always get the following: [05:38] Exception in thread "main" [error] main: java.lang.ExceptionInInitializerError [05:38] [error] main: at java.awt.Component.(Component.java:548) [05:38] [error] main: at org.gjt.sp.jedit.GUIUtilities.showSplashScreen(GUIUtilities.java:1519) [05:38] [error] main: at org.gjt.sp.jedit.jEdit.main(jEdit.java:299) [05:38] [error] main: Caused by: java.lang.NullPointerException [05:38] [error] main: at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:2171) [05:38] [error] main: at java.lang.ClassLoader.loadLibrary(ClassLoader.java:2006) [05:38] [error] main: at java.lang.Runtime.loadLibrary0(Runtime.java:824) [05:38] [error] main: at java.lang.System.loadLibrary(System.java:908) [05:38] [error] main: at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:76) [05:38] [error] main: at java.security.AccessController.doPrivileged1(Native Method) [05:38] [error] main: at java.security.AccessController.doPrivileged(AccessController.java:287) [05:38] [error] main: at sun.awt.NativeLibLoader.loadLibraries(NativeLibLoader.java:81)[error] main: at sun.awt.DebugHelper.(DebugHelper.java:56) [05:38] [error] main: ... 3 more [05:38] [1] + Done sudo leafpad /usr/bin/jedit [05:38] silas@silaspb:/usr/java/IBMJava2-ppc-142/jre/bin$ [05:38] would you have any idea what might be causing that? [05:38] i'm trying to run jedit [05:38] or, failing that, eclipse ;-) [05:39] /usr/java/IBMJava2-ppc-142 looks weird. Do you used java-package? [05:39] i couldn't find java-package, so i used alien -d [05:39] to fashion a .deb [05:40] then installed it with dpkg -i [05:40] Don't use alien [05:40] what repository is java-package in/from? [05:40] have you added universe and multiverse to your sources.list? [05:42] i'm pretty sure i do... [05:42] according to sources.list, i have: [05:42] deb http://us.archive.ubuntu.com/ubuntu breezy main restricted [05:42] deb-src http://us.archive.ubuntu.com/ubuntu breezy main restricted [05:42] deb http://us.archive.ubuntu.com/ubuntu breezy-updates main restricted [05:42] deb-src http://us.archive.ubuntu.com/ubuntu breezy-updates main restricted [05:42] deb http://us.archive.ubuntu.com/ubuntu breezy universe [05:42] deb-src http://us.archive.ubuntu.com/ubuntu breezy universe [05:42] universe [05:43] i don't see multiverse though [05:45] It is in multiverse [05:45] And use the tar.gz for java-package [05:45] i thought i had enabled that [05:45] i'm checking on it now [05:45] and then i need to run: [05:45] make-jpkg IBMJava2-SDK-142.ppc.tgz sudo dpkg -i ibm-j2sdk1.4_1.4.2_powerpc.deb [05:46] does that look right? [05:46] make-jpkg on the tar.gz i d/l from IBM, then install it with dpkg -i [05:46] thx for the help, tashiro [05:46] ;-) [05:47] BTW, IBM offers now a 1.5 jdk [05:49] yeah, i tried to install that one too, but with alien [05:49] maybe i'll try it with dpkg [05:49] do you have it working? [05:50] ...try it with java-package, i mean [05:50] yes, works almost fine. But I got problems if I try to run eclipse with it [05:50] [05:51] tried anything else with it? [05:51] azureus? [05:51] i wish gcj ran all of these things ;-) [05:57] perspectival: I use it otherwise only for my own projects. No problems so far. === tashiro [n=stephan@p213.54.212.213.tisdip.tiscali.de] has joined #ubuntu-java