I have an application that requires JRE to run on Windows. I have now migrated to Ubuntu and am trying to run the same application using WINE. However I get the error: "No Java Found".

Any ideas how I can run the application?

link|improve this question
Is it a windows application that needs JRE or is it a Java application? – Otto Allmendinger Jun 29 '09 at 23:31
feedback

migrated from stackoverflow.com Feb 1 '11 at 13:55

This question came from our site for professional and enthusiast programmers.

2 Answers

If it is a Java app it will just work on Java in Linux - without WINE.

link|improve this answer
Thanks sybreon!!! It was an exe but somehome I managed to extract the contents and run it on Linux!!! – Zaheer Baloch Jul 13 '09 at 9:17
you're welcome. – sybreon Jul 15 '09 at 8:32
feedback

Have you tried installing the windows JRE in WINE? This page says it works: http://appdb.winehq.org/objectManager.php?sClass=application&iId=1372

link|improve this answer
feedback

Your Answer

 
or
required, but never shown