Exception in thread "main"

i use gentoo linux with 2.6.16-ck kernel and the right java version:

[code:5a5b1][sun-jdk-1.5.0.06] “Sun JDK 1.5.0.06” (/etc/env.d/java/20sun-jdk-1.5.0.06)[/code:5a5b1]
but dont get UltraMixer working.
when i want to start it with:

[code:5a5b1]/usr/local/share/ultramixer/UltraMixer.sh[/code:5a5b1]
i get this error message and nothing else happens:

[code:5a5b1]Exception in thread “main” java.lang.NoClassDefFoundError: com/ultramixer/main/view/StartUltramixer[/code:5a5b1]
thanks in advance
peyote

i forgotten to say that i use the latest version of ultramixer (2.0.5beta)

Hi peyote,

do you have multiple java versions installed? You might want to edit the UltraMixer.sh file and specify the correct path to java:

[code:28de7]
<path_to_java>/java …
[/code:28de7]

regards
Sl@jaR

You have to change to the ultramixer directory (cd /usr/local/share/ultramixer/). then type “./UltraMixer.sh”

[quote=“Tobi”:029bf]
You have to change to the ultramixer directory (cd /usr/local/share/ultramixer/). then type “./UltraMixer.sh”
[/quote:029bf]

thanks man, now it starts and i begin to test it…
it looks awesome, great work :laughing:

peyote