JAlbum installation

Asked by Kevin Breneman

I have been trying to install JAlbum, but keep getting the following error:

Invocation of this Java Application has caused an InvocationTargetException. Thi s application will now exit. (LAX)

Stack Trace:
java.lang.NoClassDefFoundError: ZeroGe
   at java.lang.Class.initializeClass(libgcj.so.7)
   at ZeroGd.<clinit>(DashoA8113)
   at java.lang.Class.initializeClass(libgcj.so.7)
   at com.zerog.ia.installer.LifeCycleManager.a(DashoA8113)
   at com.zerog.ia.installer.LifeCycleManager.b(DashoA8113)
   at com.zerog.ia.installer.LifeCycleManager.a(DashoA8113)
   at com.zerog.ia.installer.Main.main(DashoA8113)
   at java.lang.reflect.Method.invoke(libgcj.so.7)
   at com.zerog.lax.LAX.launch(DashoA8113)
   at com.zerog.lax.LAX.main(DashoA8113)
Caused by: java.lang.ClassNotFoundException: com.apple.mrj.MRJOSType not found i n gnu.gcj.runtime.SystemClassLoader{urls=[file:/tmp/install.dir.2696/InstallerDa ta/,file:/tmp/install.dir.2696/InstallerData/installer.zip,file:./], parent=gnu. gcj.runtime.ExtensionClassLoader{urls=[], parent=null}}
   at java.net.URLClassLoader.findClass(libgcj.so.7)
   at java.lang.ClassLoader.loadClass(libgcj.so.7)
   at java.lang.ClassLoader.loadClass(libgcj.so.7)
   at java.lang.Class.initializeClass(libgcj.so.7)
   ...9 more
This Application has Unexpectedly Quit: Invocation of this Java Application has caused an InvocationTargetException. This application will now exit. (LAX)

It appears to be a java issue, which isn't suprising since it is a java program. Could the error be caused due to where I installed java at? Java is installed in /home/brenemak/software/jre1.5.0_10

Do I need to somehow tell the application where jre is installed? If so, would you know what that command is. Thanks

Kevin
<email address hidden>

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Luca Falavigna (dktrkranz) said :
#1

You should adjust your /usr/bin/java symlink so that it refers to java binary located in your home directory.

Revision history for this message
Alan Pope 🍺🐧🐱 🦄 (popey) said :
#2

You are probably better off installing Java "properly" from the package in the Ubuntu repository rather than from java.sun.com. That way you will get automatic updates.

The following page details how to install Java the right way:-

https://help.ubuntu.com/community/Java

Can you help with this problem?

Provide an answer of your own, or ask Kevin Breneman for more information if necessary.

To post a message you must log in.