Forums
New posts
Articles
Product Reviews
Policies
FAQ
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Menu
Log in
Register
Install the app
Install
Forums
Apple Computing Products:
macOS - Apps and Programs
Could somebody help me to run this Java application for Windows on MacOS?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Raz0rEdge" data-source="post: 1925539" data-attributes="member: 110816"><p>You will first need to ensure that you have Java 8 installed. So open a Terminal window and type the command "java -version" and see what you get back. You want to see a value of "1.8" version indicating you have the right version. If you get an error or anything else, you don't have Java installed or the wrong version installed.</p><p></p><p>Once you're past that, go to the location of the <strong>InciarPjeCalc.bat</strong> file and look at it's contents with something like "cat InciarPjeCalc.bat". You'll see a bunch of stuff that's Windows specific in there, so file is not useful on macOS. However, you want to make note any line that begins with "java -jar..." and has any other arguments and a JAR file in there, that's the line that's beginning the application.</p><p></p><p>With that line in hand, paste it into the Terminal to have the application start. Now it's up and running, we can figure out how to create a simple script to load the program easily.</p></blockquote><p></p>
[QUOTE="Raz0rEdge, post: 1925539, member: 110816"] You will first need to ensure that you have Java 8 installed. So open a Terminal window and type the command "java -version" and see what you get back. You want to see a value of "1.8" version indicating you have the right version. If you get an error or anything else, you don't have Java installed or the wrong version installed. Once you're past that, go to the location of the [B]InciarPjeCalc.bat[/B] file and look at it's contents with something like "cat InciarPjeCalc.bat". You'll see a bunch of stuff that's Windows specific in there, so file is not useful on macOS. However, you want to make note any line that begins with "java -jar..." and has any other arguments and a JAR file in there, that's the line that's beginning the application. With that line in hand, paste it into the Terminal to have the application start. Now it's up and running, we can figure out how to create a simple script to load the program easily. [/QUOTE]
Verification
Name this item 🌈
Post reply
Forums
Apple Computing Products:
macOS - Apps and Programs
Could somebody help me to run this Java application for Windows on MacOS?
Top