NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
roger_roger
Dec 12, 2009Tutor
is there a Java VM for NV+
Is it possible to install java on the readynas NV+ I have a simple text based java application that grabs data from a webpage and loads to mysql on the readynas. It would be nice if I could schedu...
Nas_R
Dec 16, 2009Aspirant
I was able to manage to install Java 6 on the pro.
(not sure if the NV+ CPU/memory is able to handle it.)
Anyhow here are the steps...
In your /etc/apt/sources.list add
then I did;
After this the rest of the process will display a dialog that will require you to accept the license agreement. When you do, the rest of the setup will happen on its own.
change temporary in
When you're on the command prompt type
You should be good to go! :D
(not sure if the NV+ CPU/memory is able to handle it.)
Anyhow here are the steps...
In your /etc/apt/sources.list add
deb http://us.archive.ubuntu.com/ubuntu dapper main restricted
deb http://us.archive.ubuntu.com/ubuntu dapper universe multiverse
then I did;
apt-get update
apt-get install sun-java6-jdk
After this the rest of the process will display a dialog that will require you to accept the license agreement. When you do, the rest of the setup will happen on its own.
change temporary in
dpkg-reconfigure debconfNonInteractive to Readline, once completed change it back
When you're on the command prompt type
javac -versionor
java -version
You should be good to go! :D
Related Content
NETGEAR Academy

Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!