Click here to Skip to main content
15,886,137 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hi!! i am new java user i added a Java web project in netbeans.now i am getting problem in src and Package i don't know how to resolve it can any one help me out .plz

Thanks & Regard
Chandan
Posted
Comments
Prasad Khandekar 4-Jun-13 6:19am    
Hello Chandan,

Please provide more details on the problems you are facing? I will also suggest you to go throuhg the getting started guide for netbeans available here (https://netbeans.org/competition/win-with-netbeans/get-started-with-nb.html).
chandan kumar 4-Jun-13 6:49am    
Hello Prasad,
I just included a web project(I don't know on which Java platform its made) on NetBean.after inclding the prject m getting error in package and Src folder(Com and Org).
where main errors (red Color) are following:
connection.conn
Javax.Servelet
com.caucho.sql
org.log4j
Prasad Khandekar 4-Jun-13 7:47am    
Hello,

You will have to include the required dependencies (jar files).
chandan kumar 4-Jun-13 8:04am    
from where i can get these jar files.
Prasad Khandekar 4-Jun-13 8:12am    
log4j & servlet jars can be obtained from repo1.maven.org. Jar for other can be obtained from http://www.caucho.com/.

Check the libs (in project properties). You have unresolved dependencies.
Also search on web. that's a common problem, kind of normal when loading an unknown project.
 
Share this answer
 
Comments
chandan kumar 6-Jun-13 4:39am    
i have checked my lib file in project and i don't understand what dependency you are talking about.
thank chandan
I Put the Project path in the c: drive and i also having problem in the NetBean 7.0.1 so i Install it from the start with Apache 7.0.0.14 with JDK 1.7. now my package and project is not giving error.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900