Quote:
Originally Posted by mirak63
I really can't make work iriverter on linux Ubuntu.
there is a library problem, I don't have the my computer right now and will post that error soon.
I never managed to make work iriverter on linux since version 0.8 :/
|
I haven't gotten it to work since 0.13.
Over the last few weeks, I've played around with different versions of mplayer, and in the process, lost a working mencoder. I wanted to try Iriverter 0.16, though, so I reloaded a compatible mplayer and mencoder, and compiled 0.16.
I ran "configure" with it pointing to my eclipse.swt jar file; no errors.
After running "make" I got:
Code:
/usr/bin/javac -source 1.4 -target 1.4 -classpath /usr/lib/eclipse/plugins/org.eclipse.swt.gtk/ws/gtk/swt.jar:. org/thestaticvoid/iriverter/Logger.java
error:File "1.4" not found
make[2]: *** [org/thestaticvoid/iriverter/Logger.class] Error 1
make[2]: Leaving directory `/home/riffraff/downloads/iriverter-0.16/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/riffraff/downloads/iriverter-0.16/src'
make: *** [all-recursive] Error 1
I went ahead and did "make install" (as root):
Code:
/usr/bin/javac -source 1.4 -target 1.4 -classpath /usr/lib/eclipse/plugins/org.eclipse.swt.gtk/ws/gtk/swt.jar:. org/thestaticvoid/iriverter/Logger.java
error:File "1.4" not found
make[2]: *** [org/thestaticvoid/iriverter/Logger.class] Error 1
make[2]: Leaving directory `/home/riffraff/downloads/iriverter-0.16/src'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/riffraff/downloads/iriverter-0.16/src'
make: *** [install-recursive] Error 1
And finally running iriverter from the command line, I get:
Code:
Exception in thread "main" java.lang.NoClassDefFoundError: org/thestaticvoid/iriverter/ConverterUI
*sigh* Anyone have any thoughts?