My question is why Eclipse loaded the imported classes to compile
the class and not to run it. Does anybody know? Is there anyway
that the classes in the OS Java extensions are always loaded in
Eclipse for Compile and Run?
How do you know Eclipse loaded the imported classes to compile them?
If your project is built using Ant, then Ant is responsible for
compiling the source files, not Eclipse. Ant usually runs 'javac',
and the default behavior for 'javac' (and for Ant itself) is to use
the default extensions directories.
If your project is built using a different build tool, it probably
still runs 'javac' at some point, so the default for 'javac' would be
the same.
-- GG
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Java-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/java-dev/email@hidden