On Wed, Sep 23, 2015 at 3:30 PM, Jason Kridner <
jkri...@beagleboard.org> wrote:
> What steps did you use to install Java? I think there are multiple
> builds/packages for Java 8 update 60 for ARM.
>
> On Wed, Sep 16, 2015 at 12:52 AM, Adam Vadala-Roth
> <
fenders...@gmail.com> wrote:
>>
>> 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 ?
>>