ggts breaks after installing xcode on mojave - ggts

Ggts 3.6.4 works on a fresh install of mojave ( 10.14 ) but installing xcode/Homebrew/telnet somehow makes it unusable.
Mojave does not include telnet , which can be installed thru brew , requires xcode 10.3 be installed.
after installing brew->xcode->telnet , Ggts becomes not able to register clicks or keypresses , just hangs at workspace selection dialog.
any pointer to debug this situation is appreciated.

Related

MySQLWorkbench crashes on macOS Ventura 13.2 when trying to execute "show tables"

Title says it all.
Latest version of MySQLWorkbench (8.0.32) crashes on macOS 13.2 when trying to execute "show tables".
On mysql in the terminal on the other hand the command works fine.
Install previous version of MySQLWorkbench, 8.0.31.
Be aware that I could not find a way to install a specific version of MySQLWorkbench through homebrew, so you need to download and install it manually from the website.

ggts won't register click or key press

i have been happily coding a grails project on ggts on mac os sierra 10.12 until a few days ago. a botched minikube install made ggts stop working. ide would start but no click or keypress would register , it was not usable.
i took this opportunity to reinstall os to first monterey 12 , then to mojave 10.14 , which seemed to demand less from hardware.
my problem persisted , ggts would start , ask for workspace directory but no click or keypress is working.
i tried jdk 8 66/202/221.
Turns out APFS filesystem should be case insensitive for ggts to work. Reinstalling OS ( mojave ) did the trick.

Eclipse cant be opened on mac m1

I have installed eclipse aarch64 based on my mac m1.
it was working fine. later i stopped using it for few days but i was just opening and closing it just to make sure it is not crashing as it used to happen with x64 version.
Now even with aarch it is crashing.
As soon as i open it via launch pad it says 'The apllication 'Eclipse'can't be opened.
Here are the details of eclipse and jdk version that i am currently using.
Eclipse: eclipse-java-2021-12-R-macosx-cocoa-aarch64
Jdk: jdk-17_macos-aarch64_bin
I've just had the same problem on the second launch of Eclipse from a fresh installation. The solution was to re-sign the app with an ad-hoc signature:
sudo codesign --force --deep --sign - /Applications/Eclipse.app

Mac M1 chip machine, Mac OS BigSur Version 11.5.1 having problem with eclipse app. Its not opening after restarting machine

I Installed eclipse on my new mac m1 chip machine, It was working fine until I restart my machine. After restart the machine, the eclipse app is not opening also no error is shown in the display..
I am trying to open the app in terminal I am getting the following error
rosetta error: /var/db/oah/223263137464320_223263137464320/27e2cf6e452a44ee1a3ccc20e0409d562f65d18f27dd9ff3ebd552b78e52a4e3/eclipse.aot: attachment of code signature supplement failed: 3 Trace/BPT trap: 5
the solution giving in this is to upgrade the OS, but I already upgraded to the new OS version.
I can't find a solution anywhere, even in Apple forum sites
I faced a similar issue today. In my case, I'm using Anypoint Studio, which is built on top of Eclipse 4.19. After updating the OS, it worked again.

why eclipse is prompting alert message to install jre1.6 although I have installed jre1.7?

I am facing an issue while opening my eclipse (indigo) version. it is displaying following alert message
To open “Eclipse,” you need a Java SE 6 runtime. Would you like to install one now?
although I have jdk 1.7 already installed on my machine. this issue I am facing after upgrading my Mac OSX from 10.7.5 to 10.8.5. please suggest me some how to resolve this issue
Thanks