Open main menu

CDOT Wiki β

Changes

Eclipse Tips

486 bytes added, 18:31, 15 February 2009
Consistent Versions
This page collects useful tips on using Eclipse.
== Identify Identifying Multiple Instances of Eclipse ==
You might have learned to identify your instance of Eclipse by looking at the perspective or "about Eclipse".
There is an easier way to identify an instance of Eclipse. It's the "-showlocation" flag. It embeds the workspace path to the title bar of Eclipse.
'''Example:'''
{| border="1"
! !! Title bar
'''For Linux'''
* Create a batch shell script
* type "/path/to/eclipse/eclipse -showlocation" (without quote)
* Save it
* Run it when you to start eclipseSomeone please test this on linux, I created this based on my Linux memory about linux.  == Consistent Versions (WTP Development and Target Platforms) ==If you check out your source code from HEAD and experience some odd behavior (such as the WSDL editor is missing) with an instance of the WTP target platform, make sure that you've the most updated version of the target platform. You may read "Launching the WSDL Editor" and "Bringing up the WSDL Editor in the Debugger" in the Eclipse webtools newsgroup [http://www.eclipse.org/newsportal/thread.php?group=Declipse.webtools].
1
edit