Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-dev] OT: object info doesn't appear during holdover.

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.




Back to the top