What's new

Java on RT-AC87U?

NoNameHD

New Around Here
Inspired by this post I thought I'd try to set up my router as an OpenHAB server. For OpenHAB to run Java is required, which I tried to set up by downloading zulu-jdk-8 for the arm-32bit platform with soft floating (as far as I am aware the router does not support hard floating). I extracted the file to /opt and ran the following commands:

Code:
# cd jdk8/bin
# pwd
/opt/jdk8/bin
# ./java -version
-sh: ./java: not found
# /opt/lib/ld-linux.so.3 --library-path /opt/lib ./java -version
Error: could not find libjava.so
Error: Could not find Java SE Runtime Environment.

Is it even possible to run Java on an RT-AC87U? If so what did I do wrong?
 
Similar threads

Similar threads

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top