-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
launching MoppyControlGUI on a mac #177
Comments
Before trying to build your own, have you tried using the shell script included in the release zip? It's in the same folder as the |
Exception in thread "main" java.lang.UnsatisfiedLinkError: Can't load library: /var/folders/xm/n92l0yxs5cxfkfxr6d8swb9r0000gn/T/jSerialComm/1669508790816-libjSerialComm.jnilib I've installed Java 19 |
Alright, I don't have a Linux/Mac system to test on at the moment (I don't think WSL supports GUI programs yet), but the end result of both the .bat and shell script is essentially: So if you There's a chance that jSerialComm isn't supported on your system I guess, what kind of Mac do you have? |
14 inch Mac Pro running on apple silicon. I’ll try this command when I get back home. |
EDIT: I tried launching from /bin so of course it wouldn't work. Anyways, after properly following your directions, I get an error over jSerialComm. MoppyControlGUI-2.1.0 % java --class-path "lib/*" com.moppy.control.MoppyControlGUI |
Ah, okay, seems like it's a jSerialComm thing. Eventually I'll hopefully get a chance to update to the newest version and then if you're able to test again hopefully it will work. Seems like maybe an ARM support thing. |
I have Mac and linux stuff, no windows machines. I haven't touched java since 2004 so I'm having trouble creating a .sh file that replicates what the .bat file does to launch in windows. Has anyone here run moppy on a Mac?
The text was updated successfully, but these errors were encountered: