Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Exporting classes into a Jar
Exporting classes into a Jar [message #125519] Thu, 22 December 2005 17:32 Go to next message
Brian L. is currently offline Brian L.Friend
Messages: 1
Registered: July 2009
Junior Member
Hi there,
I am moving from VisualAge for Jave to Eclipse. In VisualAger there is a
very good utility to export the classes into a Jar. This export function
also gives you the option of finding all referenced classes and resources
in the exporting classes and put them into the same jar.
I am trying to find such a capabilty in Eclipse with no success. The
export utilty of Eclipse is very poor. It allows you to select different
projects during export process. Selecting of those project causes to put
bunch of not needed classes into the jar.
I also relaized that there are bunch of compile history in the exported
jar like:

GeneratorPanel$1.class
GeneratorPanel$2.class
GeneratorPanel$3.class
GeneratorPanel$4.class
GeneratorPanel.class
I do not know if these files are all needed during run time, or just
export process is not intelligent enough to just pick the last one.

Thanks,

Brian
Re: Exporting classes into a Jar [message #125898 is a reply to message #125519] Sat, 24 December 2005 04:57 Go to previous message
Jeff Myers is currently offline Jeff MyersFriend
Messages: 489
Registered: July 2009
Senior Member
Brian,

Those classes are not a compile history, they are the compiled versions
of the anonymous inner classes in your GeneratorPanel class. They are
required during run time. You can suggest enhancements to the Jar
export functionality by opening an enhancement request at
http://bugs.eclipse.org/

- Jeff
Previous Topic:plugin removal how?
Next Topic:Eclipse Fragment project
Goto Forum:
  


Current Time: Wed Jul 17 20:30:12 GMT 2024

Powered by FUDForum. Page generated in 0.07816 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top