jar not readable using jdk1.1.8
Brought to you by:
heer
The latest jar file, id3-1.6.0d7.jar, when used with
jdk1.1.8 gives the error
java.lang.NoClassDefFoundError:
de/ueberdosis/mp3info/ID3Reader
Attached is a workaround i created for my own use. This
jar file works when using jdk1.1.8. I've taken out any
references to javax.swing classes and recreated the jar
using the jdk1.1.8 jar tool.
updated jar for use with jdk1.1.8
Logged In: YES
user_id=223730
Did you have the swing-jar in your classpath?