aspose file tools
The moose likes IDEs, Version Control and other tools and the fly likes Referencing jars from JSP helper classes Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » IDEs, Version Control and other tools
Reply Bookmark "Referencing jars from JSP helper classes" Watch "Referencing jars from JSP helper classes" New topic
Author

Referencing jars from JSP helper classes

Bradley Rintoul
Greenhorn

Joined: Apr 01, 2003
Posts: 14
Hello:

I'm using NetBeans to develop a JSP-based web application. I'm not really too up on Ant so I'm not too sure about the building environment, etc. and I think that's the root of my problem. Anyway, here's the question...

I'm creating some helper classes (with beans style conventions for get/set) that are working fine but they only use java.lang and java.util classes up to this point. I would like to use a third party jar file in one of them, but the "import" fails because it seems the jar file can't be found. I'm not sure where to put the jar file in the project so that it can be seen at compile time! Heeeelllppp!!

Thanks...

B. Rintoul
http://lookahead.mozdev.org
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56185
    
  13

Since this is more a build/IDE config question, I'm going to move this along to the IDEs forum.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Referencing jars from JSP helper classes
 
Similar Threads
viewing and changing the files in .jar file
JSP Helper classes in Tomcat
Property Files in Web Apps
Load Testing a J2EE App
regarding jar file in web application