Bundle JRE with PDE headless build

2019-09-08 17:50发布

问题:

I have the build script (PDE Headless build) for building the RCP application. And it work's as expected. I have 2 tasks which am not able to close it.

  1. Am trying to bundle the JRE along with my RCP application, and i followed the steps provided in this URL. Still am not able to bundle the JRE with my built application. I tried something like this in my build.properties file: root=absolute:c:/java/jre. Where - c:/java/jre is the root directory where my jre resides. has anyone faced this problem?

  2. My application uses DB2 database for saving/reading the data. Is it possible to bundle my database along with my application using PDE headless build? If so, please throw some light on this topic too. Am using DB2-ExpressC latest version

Thanks