Skip to content

McFoggy/jfxtras-labs

2.2
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 2 commits ahead, 33 commits behind JFXtras:2.2.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
lib
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

JFXtras-labs Build Status

A project for experimenting with new controls and other useful JavaFX extensions

Java version

JavaFX 2.2 - JDK 7 git checkout 2.2

JavaFX 8 - JDK 8 git checkout 8.0

Install/Build

Building with Gradle Command ./gradlew build will install necessary gradle version

git clone https://github.com/JFXtras/jfxtras-labs.git
cd jfxtras-labs
git checkout *YOUR_JAVAFX_VERSION*
./gradlew build

Troubleshooting

set correct JAVA_HOME example JAVA_HOME=/usr/lib/jvm/default-java/ in .bashrc test file $JAVA_HOME/jre/lib/jfxrt.jar Unix sometimes jre/lib/jfxrt.jar placed in jre/lib/ext/jfxrt.jar you can make symlink

Please make Issue if have problem with build (write linux/windows/OSX version, JDK version/build, log file with errors)

About

A project for experimental code that may someday appear in jfxtras.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 97.7%
  • CSS 2.0%
  • Other 0.3%