groovy.eclipse usage in RCP application [message #515125] |
Wed, 17 February 2010 14:36  |
Eclipse User |
|
|
|
I am adding a groovy editor to an RCP application. The groovy.eclipse 2.0 plug-in adds Groovy 1.7 functionality to eclipse.
Currently the scripts are being entered using a SWT Text field, it works but pretty crude. I modified the code to use the plug-in groovy editor and it works fine, much nicer.
The application works great as long as i run it locally from eclipse. In production the app must be run as a JNLP from a web site.
I've worked through most of the .jar dependencies and modified the jar hrefs in the .jsp file.
I get the following error when I try to run the JNLP:
!MESSAGE Missing required bundle org.codehaus.groovy_[1.7.0,2.0.0).
I have been unable to find this path in any of the groovy.eclipse plug-in's structure.
Any help or suggestions on where I might look would be greatly appreciated. Thank you in advance
|
|
|
|
Re: groovy.eclipse usage in RCP application [message #991233 is a reply to message #515125] |
Mon, 17 December 2012 18:01  |
Eclipse User |
|
|
|
Hi,
I am looking to do the same, but I don't want to add the whole IDE framework into the RCP app, primarily because it adds a number of toolbars and other obvious annoyances to my app that I don't want the user to see.
When you included the groovy eclipse plugin in your RCP app, were you able to do it without IDE ?
Thanks,
Jay
|
|
|
Powered by
FUDForum. Page generated in 0.15223 seconds