Re: plugin jar: A better way to add custom classpath entries in manifest file?

2008-06-05 Thread Tim Kettler
Hi, Maximilian Eberl schrieb: The problem: I have resources OUTSIDE the jar like config files that have to be edited by the user and resources IN the jar, so that the user cannot accidently delete or willingly replace them. Images, for example. Using those in a (SWT-)class would look

Re: plugin jar: A better way to add custom classpath entries in manifest file?

2008-06-05 Thread Maximilian Eberl
--- Tim Kettler [EMAIL PROTECTED] schrieb am Do, 5.6.2008: it seems this is a misunderstanding on your side. The constructor you are using is intended to load images out of files on the filesystem and not to load an image from a classpath resource. The correct way to load images from

plugin jar: A better way to add custom classpath entries in manifest file?

2008-06-04 Thread Maximilian Eberl
The problem: I have resources OUTSIDE the jar like config files that have to be edited by the user and resources IN the jar, so that the user cannot accidently delete or willingly replace them. Images, for example. Using those in a (SWT-)class would look like: Image img01 = new