How to bundle jre in eclipse rcp app in Mac
Asked Answered
C

2

12

I want to bundle jre6 in my RCP Application on MAC Operating system. Any idea how I can do this ? I tried to use (bundle jre) option from product configuration but it did not works (not exported jre in my RCP Application folder). However I can bundle it on windows successfully by just copying jre folder into my Application folder and my RCP Application will be executed with this jre.Any help would be appreciated.

Cestode answered 4/6, 2013 at 5:56 Comment(0)
S
1

Please have a look at the following thread: https://www.eclipse.org/forums/index.php/t/518603/

Skurnik answered 5/8, 2015 at 13:22 Comment(0)
E
0

If you are using Maven Tycho to build your product, you could add the JRE as bundle and use the setJvm p2 Touchpoint action to configure the RCP application to use the bundled JRE. See this answer here: https://mcmap.net/q/1012838/-bundle-jre-with-rcp-plugin-based-application-by-tycho-maven

Emulous answered 12/5, 2018 at 7:0 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.