cellular iot fundamentals - lesson 5 / exercise 1

hi,

i'm learning exercise 1 and try to using step 14, i installed a java runtime environment and download cf-browser file but i can't open a cf-browser file on java(TM) platform SE binary (javaw) so i can't finish this exercise without this steps. can anyone help me to how can i open this file and finish testing.

javaw.zip

thanks

Parents
  • Hi Vivek,

    Apologies for the delay. 

    but i can't open a cf-browser file on java(TM) platform SE binary (javaw)

    If you use different versions of java and javaFX, this can result in an error. I think newer versions of JAVA doesn't include JavaFX and maybe this might be the reason.

    Could you make sure that you download and install the JAVA 8 JDK?

    Then, go to the location where you cf browser was downloaded to, and open a terminal there, and try:

    java -jar cf-browser-3.6.0.jar

    -Priyanka

Reply
  • Hi Vivek,

    Apologies for the delay. 

    but i can't open a cf-browser file on java(TM) platform SE binary (javaw)

    If you use different versions of java and javaFX, this can result in an error. I think newer versions of JAVA doesn't include JavaFX and maybe this might be the reason.

    Could you make sure that you download and install the JAVA 8 JDK?

    Then, go to the location where you cf browser was downloaded to, and open a terminal there, and try:

    java -jar cf-browser-3.6.0.jar

    -Priyanka

Children
Related