Hello, I'm new to using the Beaglebone. I decided to use it on one of my current projects. When I heard about the Beaglebone Green I decided that would be the one I get since I have no need for HDMI in my application. Anyways the BBG for me is functioning as a way to deploy a java application that communicates with the cloud and custom electrical hardware via USB/WiFi.
So anyways I need Java to run my application as a packaged .JAR executable, so I installed the Linux ARM Java manually, by downloading it on my local machine and transfering it to the /temp folder, I unpacked it into the correct directory and set the PATH variable to make it available for use. I checked the Java version to make sure I installed it correctly. Next off I installed Maven and Gradle, I tested them by checking their version and confirmed they installed successfully. The reason I need all this stuff is because a piece of software called BowlerStudio I'm using in my main application runs off Java 8 and requires Maven and Gradle to build. When I attempt to build the application from source its seems to have an issue locating the JavaFX Libraries that are supposed to be included in the latest version of Java for ARM, the latest version and the version I intalled was Java 8 update 60 for ARM. Any idea why its unable to find JavaFX ? BowlerStudio https://github.com/NeuronRobotics/BowlerStudio -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
