federal MacOS Catalina: Wont start after upgrade, "An error has occurred." [message #1840734] |
Thu, 22 April 2021 22:11  |
Eclipse User |
|
|
|
I let Eclipse upgrade itself, sigh...
I'm running on a MacBook pro, the latest OS (I assume) that others at NASA use: Catalina 10.15.7, with a version of Java 1.8
In eclipse.ini, I changed 11 to 1.8
And added -vm, and the dir
/Library/Java/JavaVirtualMachines/jdk1.8.0_271.jdk/Contents/Home/bin
(I tried with and without an extra /java at the end)
Now, when I start, I get a window: An error has occurred. See the log file...
Attached is a zip with the ini file and the log file...
I guess it starts in 1619143567057.bak_0.log with:
org.osgi.framework.BundleException: Could not resolve module: org.eclipse.cft.server.branding.core [96]
Unresolved requirement: Require-Bundle: org.eclipse.wst.server.core
Attachment: ini+log.zip
(Size: 142.78KB, Downloaded 174 times)
|
|
|
|
|
|
Re: federal MacOS Catalina: Wont start after upgrade, "An error has occurred." [message #1840799 is a reply to message #1840796] |
Sat, 24 April 2021 01:51  |
Eclipse User |
|
|
|
Note that the package you downloaded contains a JRE so likely it would work without your changes to the *.ini. In fact the changes to the *.ini are probably not effective because you added -vm at the end, after the -vmargs line) and I think that just passes these as arguments to the process you launch rather than using that as the actual vm for actually launching the process. I say this because 2021-03 definitely will not run with Java 8.
[Updated on: Sat, 24 April 2021 02:55] by Moderator
|
|
|
Powered by
FUDForum. Page generated in 0.43730 seconds