Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Passing values to standalone using JDT
Passing values to standalone using JDT [message #108227] Tue, 21 October 2003 09:33 Go to next message
Eclipse UserFriend
Originally posted by: ajing.sg.systemaccess.com

Hi,

Im building a stand alone application to be launched from the eclipse
IDE.
Is there a way that i can capture the IWorkBench properties or
IStructuredSelection properties before launching my standalone?

Something like if im in a Java perspective, and i right-click on a
particular java file, can i capture the absolute file path of that file
using some JDT apis and pass this absolute file as a system properties to
my standalone application? I know this is too far fetched but im just
hoping that somebody might have tried it or something similar.

thanks in advance..
Re: Passing values to standalone using JDT [message #108288 is a reply to message #108227] Tue, 21 October 2003 12:06 Go to previous message
Eclipse UserFriend
Originally posted by: akiezun.cuthis.mit.edu.andthis

2 simplest thing that come to my head are:
- pass as main method's parameter
- pass in system clipboard

a.
Previous Topic:lightweight bookmarks?
Next Topic:Cannot compile source with DOMParser in Eclipse
Goto Forum:
  


Current Time: Sat Jul 05 11:57:54 EDT 2025

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

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

Back to the top