Hi, For Java stuff, I suggest joining Pinoy Java Users Group: http://groups.yahoo.com/group/pinoyjug
In any case, I'm not sure what you're trying to do. If you have to run "configure," that's not the regular (just-in-time compiled) Tomcat. Regular Tomcat is just unpack and startup.sh :) If it's the port to native code, then it should be built with gcj (GNU Compiler for Java) and not the Sun javac. On Mon, Feb 02, 2004 at 10:57:34AM +0800, Rikki Vizcarra wrote: > Hello everybody, > > I just want to know if anybody had any problems setting up Tomcat 5.0.18 > (the latest one) on Red Hat? > > I've been having problems setting up one on our server. We have been > following the installation guide for Unix from Apache's website but we > keep getting compile error from JAVAC when we try to configure/setup the > JSVC component. > > When I run the "./configure" command, the following shows up: > checking for javac... /usr/java/j2sdk1.4.2_03/bin/javac > checking wether the Java compiler (/usr/java/j2sdk1.4.2_03/bin/javac) > works... no > configure: error: installation or configuration problem: javac cannot > compile > > As you can see, we are using the latest J2SE SDK. I'm still not sure > why I'm getting configuration problem on this line. I've tried > compiling a java source app and it compiled. Can anybody point me to > what my problem could be?? -- Philippine Linux Users' Group (PLUG) Mailing List [EMAIL PROTECTED] (#PLUG @ irc.free.net.ph) Official Website: http://plug.linux.org.ph Searchable Archives: http://marc.free.net.ph . To leave, go to http://lists.q-linux.com/mailman/listinfo/plug . Are you a Linux newbie? To join the newbie list, go to http://lists.q-linux.com/mailman/listinfo/ph-linux-newbie
