- Joined
- Oct 7, 2008
- Messages
- 4
- Reaction score
- 0
I have just installed Netbeans on an xp desktop. I am trying to build a simple webpage that will place a text box and button on it. Then when the button is pressed it does something w/ that info.
Well for that part I need to use some classes.
java.applet.Applet
|
+--com.ibm.eNetwork.HOD.BaseApplet
|
+--com.ibm.eNetwork.HOD.HostOnDemand
|
+--com.ibm.eNetwork.HOD.JSHostOnDemand
I know the command would be something like:
<%@ page import="com.ibm.eNetwork.HOD.BaseApplet" %>
but when i compile and run it i get that the class is not found. So I know I need to refrence where these classes are located somewhere in the Netbeans application. Any assistance on how to do that would be awsome.
thanks
Well for that part I need to use some classes.
java.applet.Applet
|
+--com.ibm.eNetwork.HOD.BaseApplet
|
+--com.ibm.eNetwork.HOD.HostOnDemand
|
+--com.ibm.eNetwork.HOD.JSHostOnDemand
I know the command would be something like:
<%@ page import="com.ibm.eNetwork.HOD.BaseApplet" %>
but when i compile and run it i get that the class is not found. So I know I need to refrence where these classes are located somewhere in the Netbeans application. Any assistance on how to do that would be awsome.
thanks