Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

help in debug 1

Status
Not open for further replies.

yama

Programmer
Jun 28, 2001
69
SG
Hi, I am using JBuilder 4, to write my jsp pages, I am using jspsmart to upload my files, but when i compile my jsp pages, i get the following errors -->

"servletUpload.java": Error #: 300 : class SmartUpload not found in class servletUpload at line 48, column 3

Can anyone tell me what went wrong?
 
Did you add the SmartUpload packages to your JBuilder Project's required libraries? If not, goto Project->Project Properties->Required Libraries->Add. The Library a name, find the SmartUpload package (zip, jar, or directory) and add it. Save and try compiling again. Wushutwist
 
hehe, i am not very familar with the using of JBuilder, anyway, Thanks alot!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top