Anyone knows how to get java miner to run in OS X.
I have the latest JRE environement installed for OS X, but clicking the .jar file, it does nothing.
Then you need to either create a batch file with the following content: java -jar arionum-miner-java.jar (I am not sure how it is in MacOS with batch files though)
or
If that doesn't work, open a shell, go to the download folder, and run ./jar -java arionum-miner-java.jar (or the correct name of the path).
java -jar ... starts, but it doesn't run properly, displays a lot of errors like:
at java.base/java.lang.Thread.run(Thread.java:844)
java.lang.UnsatisfiedLinkError: Error looking up function 'encode_ctx': dlsym(0x7fa250e16360, encode_ctx): symbol not found
at com.sun.jna.Function.<init>(Function.java:245)
at com.sun.jna.NativeLibrary.getFunction(NativeLibrary.java:566)
at com.sun.jna.NativeLibrary.getFunction(NativeLibrary.java:542)
at com.sun.jna.NativeLibrary.getFunction(NativeLibrary.java:528)
at com.sun.jna.Library$Handler.invoke(Library.java:228)
at com.sun.proxy.$Proxy0.encode_ctx(Unknown Source)
at com.programmerdan.arionum.arionum_miner.MappedHasher.go(MappedHasher.java:252)
at com.programmerdan.arionum.arionum_miner.Hasher.run(Hasher.java:45)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
at com.programmerdan.arionum.arionum_miner.AggressiveAffinityThreadFactory$1.run(AggressiveAffinityThreadFactory.java:85)
at java.base/java.lang.Thread.run(Thread.java:844)
Good, solving errors one step at a time

On to the next - how did you compile on Mac OS? Did you use Maven or something else?
I had a lot of issues with maven clean package on Win and I had to reinstall several times latest JRE and JDK in order to run and compile properly.
Try these steps:
mvn clean package
chmod +x build-argon.sh
build-argon.sh
run.sh
I didn't compile anything, I just downloaded the jar file from the java miner page.
Jar should run if a JRE is installed and should be OS agnostic, that's the point of java, no?
There is a pre-compiled miner now, yeah I noticed.
So in such case, I guess there was an issue in the compilation itself (if you really have the latest JRE for macOS). It should run with no problems.
I suggest we wait until the topic for the cloud mining troubleshooting is over, as they have currently usurped the thread



and then look for the feedback from other Mac users or ProgrammerDan himself who is here.