[izpack-devel] Eclispe configuration problem?
Michael Scherer
mscherer at gis-systemhaus.de
Fri Aug 11 14:51:49 CEST 2006
Hi.
I have a problem while debugging/hacking IzPack in my Eclipse.
I followed the instructions on the website for getting me a an IzPack-Project
in Eclipse.
Everything works fine.
I can compile, build installers, debug them while they run.
BUT whats missing currently is the uninstaller because:
InputStream[] in = new InputStream[2];
in[0] = Unpacker.class.getResourceAsStream("/res/IzPack.uninstaller");
if (in[0] == null) return;
... always returns.
How do I configure my Eclipse so it can grab that resource?
THanks for the hints, greetings,
Michael
More information about the izpack-devel
mailing list