Re: [java ee programming] javac??

2010-02-23 Thread deepti monga
Hi Alex   You need to have a environment variable called CLASSPATH . The class path is the path that the Java runtime environment searches for classes and other resource files. This should point to the lib folder  "C:\Program Files\Java\jre6\lib" Then on the command prompt enter javac. This shoul

[java ee programming] javac??

2010-02-23 Thread JKid314159
Hi! I was preparing my new computer for this course and dowloaded the "JDK + Java EE Bundle." No previous version of Java was installed on this machine. 1) command line: java -version gives the following: java version "1.6.0_17" Java (TM) SE Runtime Environment (build 1.6.0_17-b04) Java HotSpot (

[java ee programming] Re: ServletExamples J2EE 1.4

2010-02-23 Thread miga
On 23 fév, 16:51, jmt0806 wrote: > Now there seems to be an issue with running the JSPExamples (J2EE1.4) > Samples: > > G:\My Documents\NetBeansProjects\J2EE\JSPExamples(J2EE1.4)1\nbproject > \build-impl.xml:535: Problem: failed to create task or type copyfiles > Cause: The name is undefined. >

[java ee programming] Re: ServletExamples J2EE 1.4

2010-02-23 Thread miga
On Feb 23, 4:51 pm, jmt0806 wrote: > Now there seems to be an issue with running the JSPExamples (J2EE1.4) > Samples: > > G:\My Documents\NetBeansProjects\J2EE\JSPExamples(J2EE1.4)1\nbproject > \build-impl.xml:535: Problem: failed to create task or type copyfiles > Cause: The name is undefined.

[java ee programming] Re: ServletExamples J2EE 1.4

2010-02-23 Thread jmt0806
Now there seems to be an issue with running the JSPExamples (J2EE1.4) Samples: G:\My Documents\NetBeansProjects\J2EE\JSPExamples(J2EE1.4)1\nbproject \build-impl.xml:535: Problem: failed to create task or type copyfiles Cause: The name is undefined. Action: Check the spelling. Action: Check that an

[java ee programming] Can somebody help me please

2010-02-23 Thread Rafał Laczek
Hi, Pleaase compare my wicket java class with corresponding html and tell me what I'm going wrong. The comunicate in browser is: WicketMessage: Unable to find component with id 'wmc' in [MarkupContainer [Component id = wmc]]. This means that you declared wicket:id=wmc in your markup, but that y