On Sun, Aug 08, 2010 at 06:17:51PM +0200, Ludovic Claude wrote: > startGroovy tries to locate javac in order to build the JAVA_HOME > variable. We should not depend on the JDK, groovy works very well on > a small JRE, but startGroovy should be patched to use the default > location of JAVA_HOME on a Debian system.
Totally agree with you. I resolved this problem in a wrong way. startGroovy should locate java instead of javac to build the JAVA_HOME variable or we just should set JAVA_HOME=/usr/lib/jvm/default-java. I'll revert that change and fix startGroovy script accordingly. Cheers, -- Miguel Landaeta, miguel at miguel.cc secure email with PGP 0x7D8967E9 available at http://keyserver.pgp.com/ "Faith means not wanting to know what is true." -- Nietzsche __ This is the maintainer address of Debian's Java team <http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers>. Please use [email protected] for discussions and questions.

