Java library

I want to create a mp3 catalog. I’ve found some classes that i can use on:

http://www.vdheide.de/java_mp3/

Problem that i have, i can’t imported these classes in a java library.

On 1 pc notes crash when i imported the source de.vdheide.mp3 files and tries to compile

Importing the jar file in library causes notes crash

On another machine i can import the files but the notes compiler gives me about 10 errors of classes not found.

When i create a java agent in Eclipse with these classes, compilation and execution is fine.

Is this because the classes are stored in packages ?

Are there additional settings required in notes.ini file ?

Can i use de.vheide.mp3 as a srcipt library name ?

Can somebody guide me to good documentation about this issue.

Regards,

G Matthys

Subject: Java library

Oké, found a solution that work for me one this forum.

http://www-10.lotus.com/ldd/nd6forum.nsf/55c38d716d632d9b8525689b005ba1c0/e6994b823b638d8c85256f800029e460?OpenDocument

Still don’t know why the import of java/class files let notes crash.

Think it’s better to develop Java outside notes and use the above method to call the classes.

Regards