-
Notifications
You must be signed in to change notification settings - Fork 12
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
Can't run this app on MacOS(M2 Ventura 13.2.1). #91
Comments
Indeed, the SWT version of the binary (since they were created in intel / ppc times), probably would not run for you locally. You'd need at least an SWT version. (or there might be a command line switch running java in x64 mode) We would have to prepare a new binary, but this might take a while. For now it would be possible to run the command line version. Would that work for you? |
Thank you for answering my issue, Frank! Probably, what you meant is to clone this repo to my local env, and I'm gonna to compile the source like this link(https://github.com/sbmlteam/sbml-test-suite/tree/release/src/test-runner/testsuite-ui). I tried this way like below, but I faild to make jar with ant.
Sorry for my non-matured issue... |
I've updated the build files to include the new SWT version, with that with openjdk and ant from homebrew it works with the following commands: git clone https://github.com/sbmlteam/sbml-test-suite
git checkout develop
cd sbml-test-suite/src/test-runner/testsuite-ui
export TESTRUNNER_IGNORE_HELP=true
export TESTRUNNER_IGNORE_ARCHIVE=true
export JAVA_HOME=/opt/homebrew/opt/openjdk/
ant build
ant jar-mac-arm
ant start-osx-arm |
It worked well! Thank U for great help! Love U! |
Hey, all!
I installed binary version of this app v3.4.0, and double-click the icon, but app didn't start.
After that, I tried previous version, v3.3.0, but it didn't work well.
Of course, I have local java environment, and I checked the doc, but I can't find any of pre-requirements for launching this app.
Any help?
The text was updated successfully, but these errors were encountered: