Projects
Eulaceura:Mainline
openjfx8
_service:obs_scm:README.openeuler
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File _service:obs_scm:README.openeuler of Package openjfx8
This OpenEuler package installs JavaFX in a JDK/JRE-independent way. It is up to each JDK/JRE to make use of it correctly. In general, you want to symlink the shared object and the jar into somehwere where the JDK/JRE can find it. The process looks something like this: openjfx_dir=/usr/lib/jvm/openjfx jdk_files=$(find $openjfx_dir/{bin,lib} -type f -print) for file in $jdk_files; do relative=${file#$openjfx_dir/} ln -sfv "$openjfx_dir/$relative" "/usr/lib/jvm/java/$relative" done jre_files=$(find $openjfx_dir/rt -type f -print) for file in $jre_files; do relative=${file#$openjfx_dir/rt/} ln -sfv "$openjfx_dir/rt/$relative" "/usr/lib/jvm/jre/$relative" done
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.
浙ICP备2022010568号-2