From: Thomas I. <Tho...@zi...> - 2007-04-19 14:17:01
|
Hello, In bloom/gen.py the javac -cp options is used. That option is only avaiable since 1.5. it might be better to use -classpath which should be more compatible. (see e.g. http://forum.java.sun.com/thread.jspa?threadID=701344) Best Regards Thomas Ilsche |