Hi,
If you're
using an IDE such as VJ++ you MUST explicitly state where you have installed
your JSDK jar files and the Jar must be in your
tools->options->directories Tab. This will allow VJ++ to recognize your
import. JDK 1.2 doesnt help you solve the problem which IS java development with
VJ++, I use VJ++ as a glorified editor while compiling all my programs from the
command line "Javac".
Hope this helps,
ThanX,
Mukund Balu
-----Original Message-----
From: Loïc Ramin <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Monday, March 08, 1999 6:35 AM
Subject: importI have quite new in java progamming language and I don't know how to solve a problem:At the begining of an applet, there are the import lines.I want :import javax.servlet.*;But as I use Microsoft J++ 6.0, it doen't recognize this line correct.What's the problem ?Do I need something else ?I also have downloaded the Java Development Kit 1.2 but I don't even know how to use it. Could it be the solution ?Thanks for an answer.L. RAMIN
