Install of java jdk failed
I tried installing sun-java6-jdk on Ubuntu 10.04 using Synaptic. The
instructions I followed said that I would have to accept the license, an entry would be in system-->admin and the files would be in /usr/lib/jvm. None of that happened. What do I need to do to fix this? Thanks, Jim -- ubuntu-users mailing list ubuntu-users@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users |
Install of java jdk failed
On Tue, 2011-08-09 at 22:05 -0500, Jim Byrnes wrote:
> I tried installing sun-java6-jdk on Ubuntu 10.04 using Synaptic. The > instructions I followed said that I would have to accept the license, an > entry would be in system-->admin and the files would be in /usr/lib/jvm. > None of that happened. > > What do I need to do to fix this? The first time you install it, with synaptic, you have to have the comments (or whatever the heck it's called) window open when it gets to the point of installing files. That's when the license announce comes up. Tricky bit, too. It's easy to mess up, but just try again, that's free. Or, since you already have the file in /var/cache/apt/archives apt-get install packagename should do the trick, too. $:) Ric -- My father, Victor Moore (Vic) used to say: "There are two Great Sins in the world... ..the Sin of Ignorance, and the Sin of Stupidity. Only the former may be overcome." R.I.P. Dad. Linux user# 44256 -- ubuntu-users mailing list ubuntu-users@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users |
Install of java jdk failed
On 10 August 2011 08:35, Jim Byrnes <jf_byrnes@comcast.net> wrote:
> > I tried installing sun-java6-jdk on Ubuntu 10.04 using Synaptic. *The instructions I followed said that I would have to accept the license, an entry would be in system-->admin and the files would be in /usr/lib/jvm. *None of that happened. > > What do I need to do to fix this? > > Thanks, *Jim > install it via the cmd line sudo aptitude install sun-java6-jdk This will invoke a terminal window for you to accept the license (navigate using <tab> and accept using <spacebar>) -- & Ru Chelladurai -- ubuntu-users mailing list ubuntu-users@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users |
Install of java jdk failed
On 08/10/2011 01:47 AM, Ric Moore wrote:
On Tue, 2011-08-09 at 22:05 -0500, Jim Byrnes wrote: I tried installing sun-java6-jdk on Ubuntu 10.04 using Synaptic. The instructions I followed said that I would have to accept the license, an entry would be in system-->admin and the files would be in /usr/lib/jvm. None of that happened. What do I need to do to fix this? The first time you install it, with synaptic, you have to have the comments (or whatever the heck it's called) window open when it gets to the point of installing files. That's when the license announce comes up. Tricky bit, too. It's easy to mess up, but just try again, that's free. Or, since you already have the file in /var/cache/apt/archives apt-get install packagename should do the trick, too. $:) Ric Ric, I'm not sure what window you mean even after looking through all of synaptics settings. Marking it for reinstallation and looking for a way to open another window to see the license agreement was unsuccessful. Here is the results of apt-get: $ sudo apt-get install sun-java6-jdk Reading package lists... Done Building dependency tree Reading state information... Done sun-java6-jdk is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 6 not upgraded. I did notice that in Applications-->System tools I have something called Sun Java 6 VisualVM but I don't know how long that has been there. Regards, Jim -- ubuntu-users mailing list ubuntu-users@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users |
Install of java jdk failed
On 08/10/2011 02:04 AM, d~_*b wrote:
On 10 August 2011 08:35, Jim Byrnes<jf_byrnes@comcast.net> wrote: I tried installing sun-java6-jdk on Ubuntu 10.04 using Synaptic. The instructions I followed said that I would have to accept the license, an entry would be in system-->admin and the files would be in /usr/lib/jvm. None of that happened. What do I need to do to fix this? Thanks, Jim install it via the cmd line sudo aptitude install sun-java6-jdk This will invoke a terminal window for you to accept the license (navigate using<tab> and accept using<spacebar>) -- & Ru Chelladurai Thanks but trying that I still don't see that option. $ sudo aptitude install sun-java6-jdk [sudo] password for me: Reading package lists... Done Building dependency tree Reading state information... Done Reading extended state information Initializing package states... Done Writing extended state information... Done No packages will be installed, upgraded, or removed. 0 packages upgraded, 0 newly installed, 0 to remove and 6 not upgraded. Need to get 0B of archives. After unpacking 0B will be used. Writing extended state information... Done Reading package lists... Done Building dependency tree Reading state information... Done Reading extended state information Initializing package states... Done thanks, Jim -- ubuntu-users mailing list ubuntu-users@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users |
Install of java jdk failed
On 08/10/2011 09:49 AM, Jim Byrnes wrote:
On 08/10/2011 02:04 AM, d~_*b wrote: On 10 August 2011 08:35, Jim Byrnes<jf_byrnes@comcast.net> wrote: I tried installing sun-java6-jdk on Ubuntu 10.04 using Synaptic. The instructions I followed said that I would have to accept the license, an entry would be in system-->admin and the files would be in /usr/lib/jvm. None of that happened. What do I need to do to fix this? Thanks, Jim install it via the cmd line sudo aptitude install sun-java6-jdk This will invoke a terminal window for you to accept the license (navigate using<tab> and accept using<spacebar>) -- & Ru Chelladurai Thanks but trying that I still don't see that option. $ sudo aptitude install sun-java6-jdk [sudo] password for me: Reading package lists... Done Building dependency tree Reading state information... Done Reading extended state information Initializing package states... Done Writing extended state information... Done No packages will be installed, upgraded, or removed. 0 packages upgraded, 0 newly installed, 0 to remove and 6 not upgraded. Need to get 0B of archives. After unpacking 0B will be used. Writing extended state information... Done Reading package lists... Done Building dependency tree Reading state information... Done Reading extended state information Initializing package states... Done thanks, Jim The whole problem was a false alarm. I found that I can compile and and run a small java test program, so it must be installed even though I did not see what the howto led me to believe I would. Sorry for the noise. Regards, Jim -- ubuntu-users mailing list ubuntu-users@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users |
Install of java jdk failed
On 08/10/2011 09:39 AM, Jim Byrnes wrote:
On 08/10/2011 01:47 AM, Ric Moore wrote: On Tue, 2011-08-09 at 22:05 -0500, Jim Byrnes wrote: I tried installing sun-java6-jdk on Ubuntu 10.04 using Synaptic. The instructions I followed said that I would have to accept the license, an entry would be in system-->admin and the files would be in /usr/lib/jvm. None of that happened. What do I need to do to fix this? The first time you install it, with synaptic, you have to have the comments (or whatever the heck it's called) window open when it gets to the point of installing files. That's when the license announce comes up. Tricky bit, too. It's easy to mess up, but just try again, that's free. Or, since you already have the file in /var/cache/apt/archives apt-get install packagename should do the trick, too. $:) Ric Ric, I'm not sure what window you mean even after looking through all of synaptics settings. Marking it for reinstallation and looking for a way to open another window to see the license agreement was unsuccessful. Here is the results of apt-get: $ sudo apt-get install sun-java6-jdk Reading package lists... Done Building dependency tree Reading state information... Done sun-java6-jdk is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 6 not upgraded. I did notice that in Applications-->System tools I have something called Sun Java 6 VisualVM but I don't know how long that has been there. Regards, Jim Rick, The whole problem was a false alarm. I found that I can compile and and run a small java test program, so it must be installed even though I did not see what the howto led me to believe I would. Sorry for the noise. Regards, Jim -- ubuntu-users mailing list ubuntu-users@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users |
Install of java jdk failed
Rick,
The whole problem was a false alarm. I found that I can compile and and run a small java test program, so it must be installed even though I did not see what the howto led me to believe I would. Sorry for the noise. Regards, Jim If you installed any other sun-java package before the jdk, Ubuntu assumes the license is already agreed to as you had to agree to it then. -- ubuntu-users mailing list ubuntu-users@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users |
Install of java jdk failed
On 08/10/2011 12:40 PM, scott wrote:
Rick, The whole problem was a false alarm. I found that I can compile and and run a small java test program, so it must be installed even though I did not see what the howto led me to believe I would. Sorry for the noise. Regards, Jim If you installed any other sun-java package before the jdk, Ubuntu assumes the license is already agreed to as you had to agree to it then. Scott, Thanks for the followup. That makes sense, I have installed the jre. Regards, Jim -- ubuntu-users mailing list ubuntu-users@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users |
| All times are GMT. The time now is 08:02 AM. |
VBulletin, Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.