Replies: 3 comments 1 reply
|
@jaffa4321 |
1 reply
|
@jaffa4321 |
0 replies
|
@jaffa4321 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
i am getting this error while installing in my mac m1:
Java version : 11.0.13
JRE location : /Library/Java/JavaVirtualMachines/jdk-11.0.13.jdk/Contents/Home
SWT version : 4940
***WARNING: Display must be created on main thread due to Cocoa restrictions. Use vmarg -XstartOnFirstThread
org.eclipse.swt.SWTException: Invalid thread access
at org.eclipse.swt.SWT.error(SWT.java:4869)
at org.eclipse.swt.SWT.error(SWT.java:4784)
at org.eclipse.swt.SWT.error(SWT.java:4755)
at org.eclipse.swt.widgets.Display.error(Display.java:1103)
at org.eclipse.swt.widgets.Display.createDisplay(Display.java:851)
at org.eclipse.swt.widgets.Display.create(Display.java:835)
at org.eclipse.swt.graphics.Device.(Device.java:130)
at org.eclipse.swt.widgets.Display.(Display.java:734)
at org.eclipse.swt.widgets.Display.(Display.java:725)
at com.cubaix.kaiDJ.KaiDJ.createInterface(KaiDJ.java:233)
at com.cubaix.kaiDJ.KaiDJ.start(KaiDJ.java:1004)
at com.cubaix.kaiDJ.KaiDJ.main(KaiDJ.java:1211)
Please tell me a solution to this Thankyou..!!
All reactions