|
|
Re: File location for cheat sheet [message #1791231 is a reply to message #1791216] |
Tue, 26 June 2018 11:21 |
Jim Dawson Messages: 2 Registered: June 2018 |
Junior Member |
|
|
Hey, thanks.
I am especially new to the Eclipse foundation and java.
I thought jar files only contained compiled java code.
In Eclipse, I opened the build.properties file with the Build Properties Editor, selected the build tab and placed a checkmark in appropriate checkbox and voila, it works!
[Updated on: Tue, 26 June 2018 11:56] Report message to a moderator
|
|
|
Re: File location for cheat sheet [message #1791232 is a reply to message #1791231] |
Tue, 26 June 2018 12:42 |
Ed Merks Messages: 33264 Registered: July 2009 |
Senior Member |
|
|
Certainly jars for bundles/plugins typically contain quite a bit more, e.g., the plugin.xml. Also, in general with Java, it's often the case that one puts *.properties files in the package folder and then it ends up in the jar (because all files in a source folder are copied to the bin folder) so that the Java class can load it as a resource relative to its own class' location at runtime. For Eclipse plugins it's very important to consider which things will actually be needed at runtime and hence should end up in the jar. Definitely any resource referenced in the plugin.xml should be in the bin.includes of the build.properties.
I'm glad this fixed your problem. :-)
Ed Merks
Professional Support: https://www.macromodeling.com/
|
|
|
Powered by
FUDForum. Page generated in 0.07943 seconds