Thanks for the reply.  However, I think this is already the case.  I
do apologize for the java/javac typo above.  The JDK is the only thing
on my PATH, there's no JRE.  (Note this is from the Windows shell, but
the Cygwin utility "which" prepends /cygdrive/ anyway.)  This shows
that the JDK is the first and only "javac" accessible on my path.

Why would appcfg be looking for javac in the JRE6 folders?  Something
is fishy here.


C:\Users\Brenden>which javac
/cygdrive/c/Program Files/Java/jdk1.6.0/bin/javac

C:\Users\Brenden>path
PATH=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Users
\Brenden\Do
wnloads\Maven\apache-maven-2.0.9\bin;c:\usr\bin;C:\Program Files
\Common Files\Ro
xio Shared\DLLShared\;C:\Program Files\Common Files\Roxio Shared
\9.0\DLLShared\;
C:\Program Files\Common Files\GTK\2.0\bin;C:\Program Files\Java
\jdk1.6.0\bin;c:\
cygwin\bin;C:\usr\svn\bin;C:\Program Files\MySQL\MySQL Server
5.0\bin;C:\Program
 Files\glassfish-v2\bin;C:\Program Files\PHP;C:\Program Files
\Mercurial;C:\Progr
am Files\QuickTime\QTSystem\


My JAVA_HOME is set to the JDK too:


C:\Users\Brenden>set | grep HOME
COMPUTERNAME=HOMER
HOMEDRIVE=C:
HOMEPATH=\Users\Brenden
JAVA_HOME=C:\Program Files\Java\jdk1.6.0


On Sep 25, 9:53 pm, Toby Reyelts <[email protected]> wrote:
> If you look closer at the message, you can see that it's looking for the
> java compiler - *javac.exe* not java.exe. The JRE does not contain the Java
> compiler. Instead, you'll need to put the JDK on your PATH ahead of your
> JRE.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to