in reply to CLASSPATH in perl on windows using cygwin
Also Cygwin in my experience usually doesn't change Windoz variables so you should be safe if you want to set the classpath variable when you open up Cygwin.#!/usr/bin/perl # perl stuff here `java -classpath /cygdrive/c/java/myclasspath myjavathingy.class` # more perl stuff here
|
|---|