I've been using Cygwin on Windows for a POSIX environment.
When using the MALLET toolkit, however, I run into problems finding the classes. For example:
$bin/mallet import-file
Error: Could not find or load main class cc.mallet.classify.tui.Csv2Vectors
I tried wrapping the classpath in the bash script with `cygpath -pw $cp`
but to no avail.