hi there,
my problem is:
how do i add custom jars to a application? i compiled some xsd to xmlbeans and now i want to add this generated jar and the xmlbeans.jar to the application.
in eclipse everything works fine, but the packaging doesnt pack them too.
i got two possibilities:
get eclipse working -> put the jars in the build path
get packaging working -> put the jars to the source folders, this does move them to the bin folder
but i dont get both things to work...
would be nice if i dont have to explode the jars and pack the compiled classfiles to my sources... want to run it like it was packaged...
anyone a idea?