[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools] Import source from jar file

I was importing .java files from a .jar file that had a directory structure
in it.  The directory structure was a/b/c/d, but the package statements in
the .java files were "package b.c.d;".  Yet Eclipse created packages names
"a.b.c.d" after import.  It is apparently using the directory structure of
the jar file to determine package names rather than looking at the source
files themselves.  I don't believe VAME worked this way.  Is this a known
issue, or am I doing something silly?

Thanks,
David
--
------------------------------------------
David Whiteman
david_whiteman@xxxxxxx
------------------------------------------