Hi All, I'm a student and a newbie when it comes to Java web technologies such as JavaBeans, Servlets and JSP etc. So please bare with me on this one
At the moment I'm in the process of learning JavaBeans and it's application I'm creating my first ever Bean, I use an IDE called JCreator(free) which I have been using so far for the the compilation process of Servlets and I transfer the .class
file to the local Apache server.
In my lecture notes it states that I need to store the JavaBeans I create in a package, which according to my understanding should reside inside the JDK version I use, am I right? The notes talk about the following command to line method for this
javac -d. newBean.java
I use a local folder in my E: drive to store all the Java files I create and compile them there, obviously I move the class files in to the classes folder in my WEB-INF in my Apache which is located in local C: