Re: using a class from jar file

2008-02-19 Thread polock
DE (NetBean and Eclipse are both good, open > source choices) or build tool (Maven and Ant are both excellent open > source tools) handle the dirty work of compiling classes. > > --David > > polock wrote: >> I made a mistake I wanted instead of war file I wrote a jar file

Re: using a class from jar file

2008-02-18 Thread polock
compilation of my file or there is a more elegant way to handle this? Christopher Schultz-2 wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > To whom it may concern, > > polock wrote: > | I just put a jar file in my webapps folder > > That's not the place

using a class from jar file

2008-02-14 Thread polock
Dear all, I just put a jar file in my webapps folder and now I would like to write some java files with classes that are available within jar file that will be also part of a web applications. Where should I place this new java files? Shouldf they be compiled? Thank you in advance PS. Also I woul

"Putting java packages as web applications on tomcat"

2008-02-07 Thread polock
Dear all, I have few java packages that I would like to put on Tomcat, I was searching intensively on the web how one does this but I could not find concrete consrtuction. Code within packages contains servlets that process get requests, so I do not need to change anything in the code all I need t