unit327 Posted March 13, 2022 Posted March 13, 2022 I am one of those weirdos who run linux, and installing java inside wine is not working for me. I don't suppose there is any chance I can get a pure jar file version so I can run it natively on the linux jre?
halz Posted November 30, 2022 Posted November 30, 2022 Hello fellow weirdo! I investigated this briefly as well, and found you can rename the .exe to .jar and execute as a jar per usual-- however, it still doesn't run, owing to some issues with how its accessing the file system. It looks to use the literal Windows path scheme (backslashes in file paths, \ ). The class files are compiled, so viewing the source to get a look at what can be done to work around it is another few steps away. (And that just might be the beginning of more issues) So, in the interest of the easiest solution, I am opt'ing to just run a Windows VM with QEMU for the purpose of generating the campaign files. Ugh.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now