Java-based Windows app on Ubuntu

Actually I have a portable app on Windows, it's a folder with lot of archives and a executable, it doesn't requires installation. How do I run it on Ubuntu?

1

1 Answer

Currently, the only way to run Windows executables is using Wine. If you have the source code, you may be able to compile it for Ubuntu, but Wine is your best bet. If there is a jar file of the application in question, you can run it natively on Linux.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like