Difference between revisions of "Eclipse"
From John Freier
(Created page with 'Reset Window - This came from an issue where code was not showing up.') |
|||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
[[eclipse_reset_window|Reset Window]] - This came from an issue where code was not showing up. | [[eclipse_reset_window|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. | ||
Latest revision as of 09: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.