NetBeans IDE 6.1

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
 
Joined
Oct 7, 2008
Messages
4
Reaction score
0
the real error i get is:

An error occurred at line: 6 in the generated java file
Only a type can be imported. com.ibm.eNetwork.HOD.BaseApplet resolves to a package



Which I know means that it cant find it :-(
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,982
Messages
2,570,190
Members
46,736
Latest member
zacharyharris

Latest Threads

Top