andyberlin2000
Programmer
I have a small pluggable app that I want to distribute as jar-file.
I intend to put it in JRE/lib/ext, (nearly) everything works - only my icons (all in folder "images") will not be found.
I understand I have a PATH-problem. Maybe even different IDEs will handle that differently - I don't know. What do I do?
(I don't want to put the "raw" classes in the classes-folder, this of course works without problems).
Since it is my own code, I can change path settings in the program classes, no problem.
Any expert help available ?
I intend to put it in JRE/lib/ext, (nearly) everything works - only my icons (all in folder "images") will not be found.
I understand I have a PATH-problem. Maybe even different IDEs will handle that differently - I don't know. What do I do?
(I don't want to put the "raw" classes in the classes-folder, this of course works without problems).
Since it is my own code, I can change path settings in the program classes, no problem.
Any expert help available ?