Skip to content
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

app won't open mac #7

Closed
MarkJThomas opened this issue Dec 29, 2021 · 2 comments
Closed

app won't open mac #7

MarkJThomas opened this issue Dec 29, 2021 · 2 comments
Labels
Q&A General questions and answers about installation and usage

Comments

@MarkJThomas
Copy link

MarkJThomas commented Dec 29, 2021

I have been trying to open the app following the instructions but it won't open.

Java 15 installed:
/Library/Java/JavaVirtualMachines/jdk-17.0.1.jdk/Contents/Home

Steps to opening it:

  • Double clicked DynamoVis-1.0 nothing opened

  • In terminal I run ./run_unix.sh, it just says 'appending output to nohup.out' then the java icon opens the closes straight away.

  • java -jar DynamoVis-1.0.jar and I get this message:

	at main.DesktopPane.<init>(DesktopPane.java:207)
	at main.DesktopPane$8.run(DesktopPane.java:729)
	at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:318)
	at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:771)
	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:722)
	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:716)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:399)
	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86)
	at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:741)
	at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
	at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
	at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
	at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)


Any help would be greatly appreciated

@MarkJThomas
Copy link
Author

I downloaded java version 15.0.2 and it now works :D

@merttoka merttoka added the Q&A General questions and answers about installation and usage label Dec 29, 2021
@merttoka
Copy link
Member

I am glad Java 15.0.2 solved this issue. I will look into making it work with Java 15.0 too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Q&A General questions and answers about installation and usage
Projects
None yet
Development

No branches or pull requests

2 participants