Hi,
this kind of questions should be posted to the users list and not the
dev one. Anyway, I think you should add to your classpath also the
current directory "."
Please consider also to use Maven instead of directly compiling with
javac. It saves you a lot of work.
Hi Friends,I have trouble in run my first wicket application .Please find the
details below.a. I have created three files
HelloWorldApplication.java,HelloWorld.java,HelloWorld.html,web.xml b. I have
downloaded the wicket jar files and placed it in the tomcat lib directoryc.
I have set the classpath to the jar filesd. Then I did the javac
HelloWorld.java -> successfulle.Then I did javac HelloWorldApplication.java
, the system throws the below error*kumar@ubuntu:~/javaapplications/wicket$
javac HelloWorldApplication.java HelloWorldApplication.java:17: cannot find
symbolsymbol : class HelloWorldlocation: class HelloWorldApplication
return HelloWorld.class; ^Note:
HelloWorldApplication.java uses unchecked or unsafe operations.Note:
Recompile with -Xlint:unchecked for details.1 error*I need your help to run
te application program , so that i can proceed to run my first wicket
program in my machine.Thanks,Kumar Ramanathan
--
View this message in context:
http://apache-wicket.1842946.n4.nabble.com/Class-not-found-error-while-complie-application-class-tp4665464.html
Sent from the Forum for Wicket Core developers mailing list archive at
Nabble.com.