File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Servlets and the fly likes jsdk.jar Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "jsdk.jar" Watch "jsdk.jar" New topic
Author

jsdk.jar

Pranit Sonawane
Ranch Hand

Joined: Jul 29, 2011
Posts: 102

hello everyone can anybody tell me how can i download jsdk.jar file for win 7 64 bit OS? please help thanks!!!
Rob Spoor
Sheriff

Joined: Oct 27, 2005
Posts: 19216

You don't need it. You only need servlet-api.jar and possibly jsp-api.jar. You can copy those from your servlet container's lib folder.


SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
Pranit Sonawane
Ranch Hand

Joined: Jul 29, 2011
Posts: 102

Rob Spoor wrote:You don't need it. You only need servlet-api.jar and possibly jsp-api.jar. You can copy those from your servlet container's lib folder.

And how will i do that?? i mean which file i need to copy please help me with the location thanks!!! i'm very new to java.!
Rob Spoor
Sheriff

Joined: Oct 27, 2005
Posts: 19216

Didn't I just tell you exactly which to files to copy? And didn't I also just tell you where they are found? Granted, "your servlet container's lib folder" is not 100% clear, but that's because it's not necessarily the same for each servlet container. For Tomcat, there is a lib folder directly in the Tomcat installation folder that contains these two files. For others like JBoss there's probably something similar.
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56157
    
  13

You don't need to copy anything. Just leave the files where they are (as installed by the container) and add them to your classpath. Under no circumstance should you copy them to the WEB-INF/lib folder.


[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: jsdk.jar
 
Similar Threads
servlet compiling
servlet
Compile Error of servlets
Can jsdk.jar and rt.jar be merged together?
Servlet compile problems