Difference between revisions of "Eclipse"

From John Freier
Jump to: navigation, search
 
Line 10: Line 10:
 
Path to executable eclipse on osx.
 
Path to executable eclipse on osx.
 
   /Users/jfreier/Applications/eclipse/java-2022-06/Eclipse.app/Contents/MacOS/eclipse
 
   /Users/jfreier/Applications/eclipse/java-2022-06/Eclipse.app/Contents/MacOS/eclipse
 +
 +
 +
'''Eclipse freezing a lot on OSX'''
 +
I ran into issue with eclipse freezing a lot on start up in OSX, I tried debugging and it looks like it might be an issue with an environment variable not being set when started from the OSX UI.  So to get past this issue, I just start eclipse from the CLI and it seems to work better.

Latest revision as of 10:01, 17 August 2022

Reset Window - This came from an issue where code was not showing up.


Trouble shooting issues.

Start eclipse with

 -consoleLog


Path to executable eclipse on osx.

 /Users/jfreier/Applications/eclipse/java-2022-06/Eclipse.app/Contents/MacOS/eclipse


Eclipse freezing a lot on OSX I ran into issue with eclipse freezing a lot on start up in OSX, I tried debugging and it looks like it might be an issue with an environment variable not being set when started from the OSX UI. So to get past this issue, I just start eclipse from the CLI and it seems to work better.