View Single Post
  #1 (permalink)  
Old December 7th, 2001
dinghao dinghao is offline
Novicius
 
Join Date: December 7th, 2001
Location: Washington D.C.
Posts: 1
dinghao is flying high
Default Solaris Java Problem

Sorry to post this here, but I didn't see a Solaris forum, so I figured general discussion was the best bet.


I am not a Java expert, nor even a Java journeyman, and I have a problem.

When I try to start up LimeWire on a Solaris 2.6 HW 5/98 box with JDK 1.3.1 (as downloaded and installed from the link on the LimeWire download page) I get the LimeWire splash screen, and then a Java exception. Looks like it's trying to do some sort of sound processing or something (side question: Is there a variable I can set for the java path, if I need to have more than one Java version on a box? I didn't see such a setting in LimeWire.props):

moe:/opt/lime # ./LimeWire
Invocation of this Java Application has caused an InvocationTargetException. This application will now exit. (LAX)

Stack Trace:
java.lang.NoClassDefFoundError: javax/sound/sampled/Line
at com.limegroup.gnutella.gui.StatusLine.<init>(Statu sLine.java:90)
at com.limegroup.gnutella.gui.MainFrame.<init>(MainFr ame.java:127)
at com.limegroup.gnutella.gui.GUIMediator.<init>(GUIM ediator.java:110)
at com.limegroup.gnutella.gui.GUIMediator.instance(GU IMediator.java:230)
at com.limegroup.gnutella.gui.Initializer.<init>(Init ializer.java:133)
at com.limegroup.gnutella.gui.Initializer.<clinit>(In itializer.java:42)
at com.limegroup.gnutella.gui.Main.main(Main.java:17)
at java.lang.reflect.Method.invoke(Native Method)
at com.zerog.lax.LAX.launch(Unknown Source)
at com.zerog.lax.LAX.main(Unknown Source)


Thanks for any help...


Dinghao
Reply With Quote