| Author |
j2ee.jar
|
Vivian Ryder
Greenhorn
Joined: Nov 12, 2004
Posts: 20
|
|
|
I just downloaded the latest jdk (5.0, the whole J2EE bundle). But when I tried to compile a servlet, javac could not find the javax package. Can someone please tell me where should I place the jar files from javax (which directory)? Thank you.
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56521
|
|
|
For compiling, you just need to make sure it's on your classpath.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Ben Souther
Sheriff
Joined: Dec 11, 2004
Posts: 13410
|
|
This FAQ entry might help: http://faq.javaranch.com/view?CompilingServlets
|
Java API J2EE API Servlet Spec JSP Spec How to ask a question... Simple Servlet Examples jsonf
|
 |
 |
|
|
subject: j2ee.jar
|
|
|