-
Notifications
You must be signed in to change notification settings - Fork 49
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
Error: Could not find or load main class main.Main #10
Comments
are you using java 8? |
|
JavaFX isn't bundled with Java 11 so I'd recommend installing JDK 1.8 |
ps; current releases do not support macOS yet, but you should be able to launch it |
Thanks, that fixed it.
Ah, sucks. So can't packetlog on mac at all? |
@ssl I was able to (when I updated to Mojave it stopped working), compiling the macDev branch, however macOs implements some new (or not so new) kind of security that doesn't allow G-Mem to get the task port of the flash player process, (same error as in here https://stackoverflow.com/questions/13913818/how-to-get-a-codesigned-gdb-on-osx ) so if you build it from source and fix that signing issue it should work. |
Error:
on: macOS Sierra 10.12.6
The text was updated successfully, but these errors were encountered: