[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools] Re: Exporting ./WEB-INF/classes as JAR file

Laurent,

how did the classes go into ./WEB-INF/classes? Is this the output location?
The JAR Exporter normally takes .java files (i.e. CUs) as input and then collects all needed class files from the Output location. If you simply want to JAR existing classes then you could you the ZIP exporter.


Dani