AlloyTools / org.alloytools.alloy

Alloy is a language for describing structures and a tool for exploring them. It has been used in a wide range of applications from finding holes in security mechanisms to designing telephone switching networks. This repository contains the code for the tool.
Other
695 stars 124 forks source link

Can't run Alloy on Kubuntu 20.04 #161

Closed IgorArnaut closed 2 years ago

IgorArnaut commented 2 years ago

Greetings, I have Kubuntu 20.04 installed and OpenJDK 11 installed. If I try to execute Alloy with OpenJDK 11 Runtime, Duke icon flashes on task manager and nothing happens, but if I try to execute it through command line, I get "Unable to start graphical environment" error. How do I solve this? I need a solution ASAP.

EDIT: I also have OpenJDK 17 installed on my system.

createyourpersonalaccount commented 2 years ago

Did you fix your problem? I had fixed mine as described here, https://github.com/AlloyTools/org.alloytools.alloy/issues/153#issuecomment-974221264

IgorArnaut commented 2 years ago

I just installed Java 8.