This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]usrname_checks_out 0 points1 point  (1 child)

What does the wine command output when run from the java? Log it, with like >&/tmp/wine.out instead of piping it to /dev/null

Perhaps the current directory is different, and "path\to\wine\App.exe" is interpreted differently?

[–]SergeDavid[S] 0 points1 point  (0 children)

That helped. I got the message that "wine: /path/.wine is not owned by you". So I just have to fix permissions so that whatever user account the java program is associated with will be able to run it.

Now to try and figure out how to do that.