-
Notifications
You must be signed in to change notification settings - Fork 29
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
Linux Support #21
Comments
implementing linux support should be easy. probably the only thing you'd have to change would be path of the tools.jar file in the jdk since it is different on linux. this is located and added to the classloader at runtime here: ill look into adding support for mac & linux later |
In doing this would I have to build it myself? If so how do I do that? Edit: I found the path to the tools.jar for linux users (ubuntu 18.04) This is most likely going to be the same for your distribution though. /usr/lib/jvm/java-8-openjdk-amd64/lib/tools.jar also varies based on your architecture, I have amd64. |
Update: I've spent the past hour trying to get this to work on linux myself and am yet to be successful. I may try again some other time but for now I'm taking a break |
Update: I have built the client but am not sure if it'll work. Hope it does. |
Just as I thought It didnt Work. I'll just leave it to xertxa to do it officially. |
I believe that this issue can be closed, since Zyklon now fully supports linux and mac. |
Linux support has been fully added. |
Hey! I find your client fascinating and am trying to use it but am unable to. Does the client have Linux support?
The text was updated successfully, but these errors were encountered: