Getting Java to call Wine?

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
puzzler995
Newbie
Newbie
Posts: 1
Joined: Sat Jun 25, 2011 7:40 pm

Getting Java to call Wine?

Post by puzzler995 »

Okay, so I am currently trying to get a program called Wimba Classroom to work. It is a Java app that runs in the browser, but it calls an .exe file. Is there a way to get Java to call Wine when the .exe file is called, instead of the .exe file itself?
Thanks,
Puzzler995
Jarek Czekalski

Getting Java to call Wine?

Post by Jarek Czekalski »

If it was just a java app, you could launch that with java installed on
wine. But the browser messes here. Maybe if you fired the browser under
wine...

W dniu 06/26/2011 02:45 AM, puzzler995 pisze:
Okay, so I am currently trying to get a program called Wimba Classroom to work. It is a Java app that runs in the browser, but it calls an .exe file. Is there a way to get Java to call Wine when the .exe file is called, instead of the .exe file itself?
Thanks,
Puzzler995




doh123
Level 8
Level 8
Posts: 1227
Joined: Tue Jul 14, 2009 1:21 pm

Post by doh123 »

if you have in your OS set to handle running a .exe with Wine... then if you "run" the exe file, it should run right under the program you have set (Wine) for a exe... shouldn't it?
Locked