ifgi / europa-browser

NASA World Wind viewer for SOS observations.
0 stars 1 forks source link

Webview JavaFX #1

Closed mpfeil closed 11 years ago

mpfeil commented 11 years ago

Go to directory where your JRE libs are installed: cd "/c/Program Files/Java/jre7/lib" or on Linux/MacOSX find the Home directory

Find what is the version of the JavaFX by reading the javafx.properties file. cat javafx.properties will produce something like: javafx.runtime.version=2.2.21

Now you are ready to install the JavaFX runtime package to Maven: mvn install:install-file -Dfile=jfxrt.jar -DgroupId=com.oracle -DartifactId=javafx -Dpackaging=jar -Dversion=2.2.21

mpfeil commented 11 years ago

Copy the following files to your maven repository to the javafx directory: libglass.dylib libjavafx-font.dylib libjavafx-iio.dylib libjfxwebkit.dylib

albhasan commented 11 years ago

Hi Matthias:

Where are those files? Are they in Java/jre7/lib?

mpfeil commented 11 years ago

they should be there

mpfeil commented 11 years ago

I have deleted everything about JavaFX Webview. We are now using Graphstream Component