• Home
  • pcDuino
  • WiKi
  • Store
  • Distributors
  • Home
  • pcDuino
  • WiKi
  • Store
  • Distributors
Previous Next

Install OpenJFX on pcDuino

Posted by: , January 13, 2015

We are going to detail the steps used to install OpenJFX on pcDuino.

1. Download JDK 8 file from java website.

OpenJFX_1

Select ARM version as shown above, and click download. You can also download using command line:

  1. $sudo wget http://download.java.net/jdk8/archive/b99/binaries/jdk-8-ea-b99-linux-arm-vfp-hflt-17_jul_2013.tar.gz?q=download/jdk8/archive/b99/binaries/jdk-8-ea-b99-linux-arm-vfp-hflt-17_jul_2013.tar.gz

2. After download, please unzip the files to directory /opt. You can also put under /usr/lib. Just remember to to set environment path.

  1. $tar zxvf /media/NANCY/jdk–8–ea–b99–linux–arm–vfp–hflt–17_jul_2013.tar.gz –C /opt

3. Check the version:

  1. $/opt/jdk1.8.0/bin/java –version

JDKversion

After configure the environment path. We can run:

  1. $java –version

4. Run simple Java game:

  1. $java –jar game.jar
  2.  
  3. <a href=“http://www.pcduino.com/wp-content/uploads/2013/08/game.jpg”><img alt=“game” src=“http://www.pcduino.com/wp-content/uploads/2013/08/game.jpg” width=“504” height=“73” /></a>

Results:

 

five

Share!
Tweet

About the author

Leave a Reply Cancel reply

You must be logged in to post a comment.

Category

  • Home
  • pcDuino
  • WiKi
  • Store
  • Distributors