Using JavaFX in Eclipse RCP Web Start Application [message #1240409] |
Thu, 06 February 2014 06:37  |
Eclipse User |
|
|
|
Hi,
I found a short discussion on google groups:
https://groups.google.com/forum/#!topic/efxclipse/CYHPLA0dTec
and decided to continue topic here.
I am trying to create a webstart for my eclipse 4 rcp based application.
I am using JavaFX inside SWT.
I have everything configured correctly, exported product works great.
Problem comes when using WebStart.
In JNLP file I tried to add this line:
<j2se version="1.7+" java-vm-args="-Dosgi.framework.extensions=javax.transaction,org.eclipse.equinox.transforms.hook,org.eclipse.equinox.weaving.hook,org.eclipse.fx.osgi"/>
later I tried to use this line:
<property name="osgi.framework.extensions" value="javax.transaction,org.eclipse.equinox.transforms.hook,org.eclipse.equinox.weaving.hook,org.eclipse.fx.osgi" />
Moreover, I tried to add the same property value as in config.ini in exported product, so with reference\:file\:....
Neither of them work.
I think is more general problem with osgi extensions under WebStart.
Any idea?
Cheers,
Paweł.
|
|
|
Re: Using JavaFX in Eclipse RCP Web Start Application [message #1240458 is a reply to message #1240409] |
Thu, 06 February 2014 09:06   |
Eclipse User |
|
|
|
I really can't help because I don't use WebStart generally speaking I
think you have to ask at an Equinox specific list.
Tom
On 06.02.14 12:37, Paweł Doleciński wrote:
> Hi,
>
> I found a short discussion on google groups:
> https://groups.google.com/forum/#!topic/efxclipse/CYHPLA0dTec
> and decided to continue topic here.
>
> I am trying to create a webstart for my eclipse 4 rcp based application.
> I am using JavaFX inside SWT.
>
> I have everything configured correctly, exported product works great.
> Problem comes when using WebStart.
>
> In JNLP file I tried to add this line:
> <j2se version="1.7+"
> java-vm-args="-Dosgi.framework.extensions=javax.transaction,org.eclipse.equinox.transforms.hook,org.eclipse.equinox.weaving.hook,org.eclipse.fx.osgi"/>
>
>
> later I tried to use this line:
> <property name="osgi.framework.extensions"
> value="javax.transaction,org.eclipse.equinox.transforms.hook,org.eclipse.equinox.weaving.hook,org.eclipse.fx.osgi"
> />
>
>
> Moreover, I tried to add the same property value as in config.ini in
> exported product, so with reference\:file\:....
>
> Neither of them work.
> I think is more general problem with osgi extensions under WebStart.
>
> Any idea?
>
> Cheers,
> Paweł.
|
|
|
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.04064 seconds