Setup folder for Themes beneath bin-Folder [message #1818046] |
Wed, 04 December 2019 13:08  |
Eclipse User |
|
|
|
Hi,
in my Java Application I want to have a possibility to load different Themes, which are wrapped in a ZIP-File.
To load them with Skin Look and Feel, I wanted to specify a path which is relative to my execution path and load the ZIP:
SkinLookAndFeel.loadThemePack(pp.getThemepackDir() + "whistlerthemepack.zip");
The the ThemepackDir is something like: workingDirectory + "\\.libs\\themepacks\\"
My question is, how can I setup my Eclipse-Project so that these ZIP-Files will placed correctly within my bin-Directory and can be referenced when my project is executed? Also as a preparation for a later execution in a JAR file...
I could copy the ZIPs manually to the right path beneath my bin-Directory, but somehow this should be possible with Eclipse also, so that I can manage everything in one Project and copy the different resources to the right directory beneath the bin-Folder.
So, how should I do this?
|
|
|
|
Powered by
FUDForum. Page generated in 0.05610 seconds