Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » How to tell deployed RCP app to invoke specific JVM (shipped with the RCP)
How to tell deployed RCP app to invoke specific JVM (shipped with the RCP) [message #453149] Mon, 24 July 2006 20:31 Go to next message
Eclipse UserFriend
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 Go to previous messageGo to next message
Eclipse UserFriend
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 Go to previous message
Eclipse UserFriend
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.
Previous Topic:help needed on perspection
Next Topic:plug-in version rollback
Goto Forum:
  


Current Time: Mon Oct 14 21:53:34 GMT 2024

Powered by FUDForum. Page generated in 0.03766 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top