Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » eclipse plugin <-> external java program communication(eclipse plugin <-> external java program communication)
eclipse plugin <-> external java program communication [message #484439] Mon, 07 September 2009 13:27
Mikael  is currently offline Mikael Friend
Messages: 6
Registered: September 2009
Junior Member
Hi,

I have got a few eclipse views/plug-ins doing a variety of things.

I also have got some java program that i run entirely separetely (like in a different JVM).

Is there a mechanism allowing external java programs to access Eclipse plugin instances and fields?

Let's say I have got an eclipse view with a textfield, the users uses it and enters a string that is saved as an attribute of the plugin.

Is there a way for an external program running at the same time to retrieve this string value?

Of course, in my case, what I want to share is more complicated than that. I want to share an instance allowing communication with some hardware.

... but the general question is the same: How can external program communicate and share java instances with Eclipse plugins?

Thanks in advance

Mikael
Previous Topic:Mixed workspace dependencies
Next Topic:eclipse plugin <-> external java program communication
Goto Forum:
  


Current Time: Thu Apr 18 23:18:49 GMT 2024

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

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

Back to the top