|
How to verify i have installed JavaFX runtime on my Mac?
This article applies to:
- Platform(s):
Macintosh OS X
- Java version(s):
6.0
The information on this page applies to the stand-alone versions of JavaFX 2.0 through JavaFX 2.2.7. Starting with Java SE 7 Update 6, JavaFX is part of Oracle's Java SE implementation.
How can I uninstall JavaFX runtime from my Mac?
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
|