-
Notifications
You must be signed in to change notification settings - Fork 1.5k
M3 MacBook Pro / aarch64 unable to run java-tron node. #5815
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
Comments
This is a known issue, please compile and run with |
@vn7n24fzkq does this answer your question? Closing but please continue the discussion thread if you are looking for more info. |
Yes, thank you for your answer. |
Here is a way using rosetta to run a java-tron node on you macbook pro (amd arch) Secondly, Open a terminal using rosetta: From a Finder window, navigate to /Applications/Utilities and right-click Terminal and select Get Info. In the General section, check Open using Rosetta. run echo $(arch), You should see the response i386. Thirdly, Download and install jdk1.8 x86 on this terminal, For example my download is jdk-8u391-macosx-x64.dmg, Install it like this
After done all of the above, do the normal downloading building and running step of java-tron, You will be successful to run it on you macbook(amd arch) Hope it can help you. |
Uh oh!
There was an error while loading. Please reload this page.
While building a private Tron blockchain on my MacBook M3 Pro, it appears that the current version of java-tron does not support aarch64 architecture due to issues with rocksdb.
Are there any plans to upgrade rocksdb to support aarch64?
Alternatively, is there any other solution available?
Related to the following issues:
Software Versions
Expected behaviour
No errors should occur.
Actual behaviour
Encountered the following error:
The text was updated successfully, but these errors were encountered: