Java in wine?

Mike Hearn m.hearn at signal.qinetiq.com
Fri Mar 28 03:40:43 CST 2003


Hmm, there are guides on java.sun.com about how to make JAR files,
but if "wine java" was looking in the wrong place, I suspect you need
to run it like this:

wine -- "c:\java\bin\java" FooClass

I expect Wine is mangling the pathname of the current directory into the
argument, passing -- should stop it from doing that.




More information about the wine-devel mailing list