Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » groovy.eclipse usage in RCP application
groovy.eclipse usage in RCP application [message #515125] Wed, 17 February 2010 14:36 Go to next message
Eclipse UserFriend
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 #515664 is a reply to message #515125] Fri, 19 February 2010 11:49 Go to previous messageGo to next message
Eclipse UserFriend
It looks like the org.codehaus.groovy 1.7.0 bundle is not in your target environment.

Are there any other log messages that you are getting?

ps- I don't think that the JDT is the proper place to ask this question. You should be asking this on the eclipse-plugin-dev@groovy.codehaus.org mailing list.
Re: groovy.eclipse usage in RCP application [message #991233 is a reply to message #515125] Mon, 17 December 2012 18:01 Go to previous message
Eclipse UserFriend
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
Previous Topic:Please I need your suggestions
Next Topic:Problem Running htm With Java on Mac OSX
Goto Forum:
  


Current Time: Sat May 17 20:54:13 EDT 2025

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

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

Back to the top