Re: Newby questions

Marcio Marchini <[email protected]> Mon, 28 Aug 2006 18:05:46 -0400
Newsgroups gmane.comp.java.anthill
Message-ID <[email protected]>

Dave Birkhead wrote:
> Ok, Thanks for the help. Here is the tomcat stdout.log for the build.
> 


	It looks like you have a Java JRE and not a JDK. Pagelets need the java 
compiler.

	If you open DOS and type this:

javac [ENTER]

	Can it find javac?

	Try fixing this and go from there.

marcio