Bill wrote: >I'm working on the Makefiles, and I need to know where to install >plucker-build.jar once I've built it. Would $(JAVAHOME)/lib be the >right place? Any Java hackers out there know the answer to this one?
For JDK >= 1.2 I would want it in $(JAVAHOME)/jre/lib/ext. That usually makes it available without having to add it the classpath. I'm not sure about it being available for the java -jar command though. Bill _______________________________________________ plucker-dev mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-dev
