Re: using a class from jar file

2008-02-19 Thread polock
The problem is that I cannot find classes in the WEB_INF\classes directory that I want to extend with my new class. I only have found some .properties file. I was trying to import a war file in eclipse and I coud not find an option that will make it possible. Can these properties files be of any h

Re: using a class from jar file

2008-02-18 Thread David Smith
The required jar files will have to be made available to the java compiler. They can be made available either by pulling them from your war file or by downloading them from the sites that host them. Personally I would have an IDE (NetBean and Eclipse are both good, open source choices) or bui

Re: using a class from jar file

2008-02-18 Thread polock
I made a mistake I wanted instead of war file I wrote a jar file. So the web application has been already created. My question is if I have to compile a java class that extends one of the classes included in a jar file. Do I have to extract from war file necessary libraries need for the compilatio

Re: using a class from jar file

2008-02-14 Thread Christopher Schultz
-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 to put it. | 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 appli