How can I uninstall JavaFX runtime from my Mac?
This article applies to:
- Platform(s):
Macintosh OS X
- Java version(s):
6.0, 6u10+
Please follow the instructions below to remove JavaFX runtime from users system.
- Open terminal
- Click the magnifying glass
- type
terminal inside the textfield and press enter
- Go to:
~/Library/Caches/Java/cache/javapi/v1.0/jar
- Inside the command prompt, type
cd ~/Library/Caches/Java/cache/javapi/v1.0/jar
- Remove files starting with the following names if they exist.
- applet-launcher
- eula
- javafxgui
- Scenario
- javafx-swing
- websvc
- jmc
- Decora-SSE
Type rm javafx* applet-launcher* Scenario* websvc* jmc* Decora-SSE* emptyJarFile*
RELATED INFORMATION
ยป javaFX
|