Java apps freeze mac os 10.9

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 applications for java applications are frozen. java control panel may also freeze.
For example: I open the java control panel. When starting up, everything is fine, but after a few seconds, when I click on several tabs or buttons, the java control panel will lock.

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

ps Sorry for my bad english.

+4
source share
3 answers

Not sure if you solved this problem. But there may be poor interaction between the background application. T

it is usually associated with an application that has access to the accessibility section.

So go to System Preferences> Security and Privacy> Privacy> Accessibility> Disable everything. and then check your system. If it works correctly, enable one application at a time to find out which ones interact poorly with java. In my case, the problem was in Flexiglass.

+4
source

Oh yes! Found a solution to my own problem ... it was TextExpander that froze Java when I tried to write something. Disabling it when I need to use a Java application solved the problem!

0
source

RescueTime.

0

All Articles