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...
berkut1
Sep 24, 2010Tutor
Nas-R wrote: 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 adddeb 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 indpkg-reconfigure debconfNonInteractive to Readline, once completed change it back
When you're on the command prompt typejavac -versionorjava -version
You should be good to go! :D
I added the two lines to the end of my sources.list file and then attempted to use your instructions to install java jdk on my PRO and I got the following errors
nas3:/etc/apt# apt-get update
Ign http://www.readynas.com 4.2.13/ Release.gpg
Get:1 http://us.archive.ubuntu.com dapper Release.gpg [189B]
Hit http://us.archive.ubuntu.com dapper Release
Err http://us.archive.ubuntu.com dapper Release
Ign http://www.readynas.com 4.2.13/ Release
Get:2 http://archive.debian.org etch Release.gpg [1033B]
Get:3 http://us.archive.ubuntu.com dapper Release [34.8kB]
Ign http://www.readynas.com 4.2.13/ Packages/DiffIndex
Hit http://archive.debian.org etch Release
Ign http://www.readynas.com 4.2.13/ Packages
Hit http://www.readynas.com 4.2.13/ Packages
Ign http://archive.debian.org etch/main Packages/DiffIndex
Hit http://archive.debian.org etch/main Packages
Ign http://us.archive.ubuntu.com dapper Release
Ign http://us.archive.ubuntu.com dapper/main Packages/DiffIndex
Ign http://us.archive.ubuntu.com dapper/restricted Packages/DiffIndex
Ign http://us.archive.ubuntu.com dapper/universe Packages/DiffIndex
Ign http://us.archive.ubuntu.com dapper/multiverse Packages/DiffIndex
Hit http://us.archive.ubuntu.com dapper/main Packages
Hit http://us.archive.ubuntu.com dapper/restricted Packages
Hit http://us.archive.ubuntu.com dapper/universe Packages
Hit http://us.archive.ubuntu.com dapper/multiverse Packages
Fetched 34.9kB in 2s (17.0kB/s)
Reading package lists... Done
W: GPG error: http://us.archive.ubuntu.com dapper Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 40976EAF437D05B5
W: You may want to run apt-get update to correct these problems
nas3:/etc/apt# apt-get install sun-java6-jdk
Reading package lists... Done
Building dependency tree... Done
E: Couldn't find package sun-java6-jdk
Running apt-get update again did not correct the problem. If you could give me the current deb lines for accessing the java jdk I would appreciate it.
Thanks
Related Content
NETGEAR Academy

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