[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
Re: [jdt-dev] OT: object info doesn't appear during holdover.
|
- From: linuxguy <linuxguy123@xxxxxxxxx>
- Date: Tue, 19 Dec 2006 13:22:27 -0700
- Delivered-to: jdt-dev@eclipse.org
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:subject:from:to:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=mgoAZvmLN3TX+FZvr+V0RFLEDjgMRaQIYatzha3eheF+4WmotuAAH5vFsa3kknOTulIppvjOCxW6U0uRRMeS/TJXAr29UrjxdedW5+wxteCI3QRAhUOoofg2HZA+5kF85zopXo2/vXXiuYkgMRB0t0ySaD3oRXGjLN34J9bluo4=
Here is a tidbit that I posted to the eclipse.tools.jdt newsgroup:
I started a new project, with a visual class. And the class is based on
an SWT Shell, so the SWT object is installed in the project. So far so
good.
Now if I right click the SWT object and select configure, I get an "Edit
Library" window.
It gives me 3 options for "Jar and Library Source Location"
1) IDE Platform- which lists 3.2.2.v3235a.
2) PDE Target- which lists 3.2.2.v3235h
3) Custom location. The Custom location lists
.../eclipse/plugins/org.eclipse.swt.gtk.linux.x86_3.2.2.v3235a.jar. And
if
I select that option, it tells me "Invalid Directory Path" even
though...
ls .../eclipse/plugins/org.eclipse.swt.gtk.linux.x86_3.2.2.v3235a.jar
.../eclipse/plugins/org.eclipse.swt.gtk.linux.x86_3.2.2.v3235a.jar
So it is obviously NOT an invalid path.
But, if I browse to that file and double click it, ark opens it. It has
all the classes in it, but I don't see source anywhere. I don't know
enough about Java to know if the source should be here or not.