What's new

Java on RT-AC87U?

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

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

Sign Up For SNBForums Daily Digest

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