Hi, I am having trouble running the studio executable. I am using Mac OS 10.14.6 and Java 8.
I get the following error after running the executable “studio” under Contents/MacOS. Please help! Thanks
eters-MacBook-Pro:MacOS prohne$ ./studio
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.eclipse.osgi.storage.FrameworkExtensionInstaller (file:/Users/prohne/Documents/ReqIFStudio/plugins/org.eclipse.osgi_3.10.1.v20140909-1633.jar) to method java.net.URLClassLoader.addURL(java.net.URL)
WARNING: Please consider reporting this to the maintainers of org.eclipse.osgi.storage.FrameworkExtensionInstaller
WARNING: Use –illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
Exception in thread “main” java.lang.NullPointerException
at org.eclipse.swt.widgets.Display.applicationProc(Display.java:5275)
Peters-MacBook-Pro:MacOS