How to tell deployed RCP app to invoke specific JVM (shipped with the RCP) [message #453149] |
Mon, 24 July 2006 20:31 |
Eclipse User |
|
|
|
Originally posted by: fermi.inetmon.com
Hi Everyone,
I dont know whether this is possible (or already been asked before) or not,
but can I tell my RCP application launcher (appName.exe) to use/invoke
specific JVM. Let say I want to ship the JVM with my RCP application instead
of automatically (I dont know how it works, but it seems automatic to me)
use the default installed JVM on the target machine. Simply put, how to
maually point my deployed RCP application to invoke specific JVM.
Hope I post in the correct newsgroup, Thanks in advance.
Regards,
--
Fermi
|
|
|
Re: How to tell deployed RCP app to invoke specific JVM (shipped with the RCP) [message #453150 is a reply to message #453149] |
Mon, 24 July 2006 06:46 |
Eclipse User |
|
|
|
Originally posted by: dittmar.steiner.web.de
Muhammad Fermi Pasha schrieb:
> Hi Everyone,
>
> I dont know whether this is possible (or already been asked before) or not,
> but can I tell my RCP application launcher (appName.exe) to use/invoke
> specific JVM. Let say I want to ship the JVM with my RCP application instead
> of automatically (I dont know how it works, but it seems automatic to me)
> use the default installed JVM on the target machine. Simply put, how to
> maually point my deployed RCP application to invoke specific JVM.
>
> Hope I post in the correct newsgroup, Thanks in advance.
>
> Regards,
>
> --
> Fermi
>
>
Hello Fermi,
you have two options.
a) use the launcher argument from command line/link:
appName.exe -vm .\jre\bin\java.exe
b) the config.ini (linebreaks mandatory!):
-vm
..\jre\bin\java.exe
you can edit the config.ini in Eclipse in the .product file dialog:
"Launcher/Launching Arguments/VM Arguments"
regards
Dittmar
--
Quidquid latine dictum sit, altum sonatur.
- Whatever is said in Latin sounds profound.
|
|
|
Re: How to tell deployed RCP app to invoke specific JVM (shipped with the RCP) [message #453151 is a reply to message #453150] |
Mon, 24 July 2006 23:38 |
Eclipse User |
|
|
|
Originally posted by: fermi.inetmon.com
Hi Dittmar,
Thanks, that'll do.. :)
Regards,
--
Fermi
"Dittmar Steiner" <dittmar.steiner@web.de> wrote in message
news:ea1qd3$vkj$1@utils.eclipse.org...
> Muhammad Fermi Pasha schrieb:
>> Hi Everyone,
>>
>> I dont know whether this is possible (or already been asked before) or
>> not, but can I tell my RCP application launcher (appName.exe) to
>> use/invoke specific JVM. Let say I want to ship the JVM with my RCP
>> application instead of automatically (I dont know how it works, but it
>> seems automatic to me) use the default installed JVM on the target
>> machine. Simply put, how to maually point my deployed RCP application to
>> invoke specific JVM.
>>
>> Hope I post in the correct newsgroup, Thanks in advance.
>>
>> Regards,
>>
>> --
>> Fermi
> Hello Fermi,
>
> you have two options.
>
> a) use the launcher argument from command line/link:
> appName.exe -vm .\jre\bin\java.exe
>
> b) the config.ini (linebreaks mandatory!):
> -vm
> .\jre\bin\java.exe
>
> you can edit the config.ini in Eclipse in the .product file dialog:
> "Launcher/Launching Arguments/VM Arguments"
>
>
> regards
> Dittmar
>
> --
> Quidquid latine dictum sit, altum sonatur.
> - Whatever is said in Latin sounds profound.
|
|
|
Powered by
FUDForum. Page generated in 0.03766 seconds