Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

java apps freeze mac os 10.9

Tags:

java

macos

freeze

I need help.
I have mac os 10.9 and installed java JDK 1.7.
java -version:

java version "1.7.0_45"
Java(TM) SE Runtime Environment (build 1.7.0_45-b18)
Java HotSpot(TM) 64-Bit Server VM (build 24.45-b08, mixed mode)

All java apps freezing. java control panel freezing too.
For example: I open java control panel. At start all ok, but after a few seconds when i press several tabs or buttons - java control panel freeze.

There are no same problem with mac os 10.8 and java 6.

p.s. sorry for my bad english.

like image 496
user3016740 Avatar asked Nov 21 '13 09:11

user3016740


1 Answers

Not sure if you resolved this issue. But there might be a background application interacting badly. T

his is usually due to an app having access in the accessibility section.

So go to System Preferences > Security & Privacy > Privacy > Accessibility > Disable everything. and then test your system. If it runs properly then enable one applications at a time, to figure out which ones are interacting badly with java. In my case the problem was Flexiglass.

like image 131
Ramzicle Avatar answered Oct 19 '22 09:10

Ramzicle