Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » choosable target directory for .class files in jar description files?
choosable target directory for .class files in jar description files? [message #131964] Wed, 07 January 2004 08:08
Eclipse UserFriend
I want to use the JarPackager to create a ".war"-file that will be
deployed to a Tomcat-based web server. The problem I have is, that in
JarPackager one does not actually select the .class files, that go
into the .war-file but rather the source files, whose resulting
..class files (i.e. their outcome after compilation) should be added to
the .jar file.

However, to deploy java-class files on Tomcat those class files need
to be placed into a predefined directory "WEB-INF/classes" within that
..war file. But if I run the JarPackager, it puts the class-files into
the root of the .jar file. Is there a way in JarPackager to place the
compiled outcome into some specific subdirectory within a generated
..jar file?

I would guess, that this is a VERY common problem...

Michael
Previous Topic:Extending Java plug-ins to other language?
Next Topic:Newbie: Content assist question: assert
Goto Forum:
  


Current Time: Wed Apr 30 09:00:33 EDT 2025

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

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

Back to the top