Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > Linux Silent installation 1.5?

Reply
Thread Tools

Linux Silent installation 1.5?

 
 
sunny
Guest
Posts: n/a
 
      02-05-2006
Hi All,
I am new to the world of JAVA. To begin with thanks to all
for having this Group.
I am writing a shell script which installs jdk1.5 on my linux
machine. I am unable to find a rpm or bin file which installs in silent
mode. i mean which does not ask any question while installing. Can you
please help me in giving the source or the loaction were i can find the
bin or the rpm which installs jdk1.5 in silent mode.

jre1.5 installation will also do if jdk1.5 is not avialable.

Thanks In advance
Sanny

 
Reply With Quote
 
 
 
 
ameyas7@yahoo.com
Guest
Posts: n/a
 
      02-05-2006
hi sunny,

what questions are you prompted for ?
if they are like locations and u'd like to give some std values,
then provide the location in some file and give that file as input for
your script.

HTH

amey

sunny wrote:
> Hi All,
> I am new to the world of JAVA. To begin with thanks to all
> for having this Group.
> I am writing a shell script which installs jdk1.5 on my linux
> machine. I am unable to find a rpm or bin file which installs in silent
> mode. i mean which does not ask any question while installing. Can you
> please help me in giving the source or the loaction were i can find the
> bin or the rpm which installs jdk1.5 in silent mode.
>
> jre1.5 installation will also do if jdk1.5 is not avialable.
>
> Thanks In advance
> Sanny


 
Reply With Quote
 
 
 
 
sunny
Guest
Posts: n/a
 
      02-05-2006
Hi Amey,
Thanks for the quick reply. The question is "Do you agree to
the agreement? [yes/no] " and i need to type "Yes". And the agreement
gets displayed on to STDOUT (which i can redirect that no probs) and i
have to press "space bar" to go to next page (more cmd on linux).
How do i get rid of this 2 issues so that i can install java 1.5 ?

Thanks
Sanny

 
Reply With Quote
 
karlheinz klingbeil
Guest
Posts: n/a
 
      02-05-2006
sunny schrub am Sonntag, 5. Februar 2006 09:12
folgendes:

> Hi Amey,
> Thanks for the quick reply. The question
> is "Do you agree to
> the agreement? [yes/no] " and i need to type "Yes".
> And the agreement gets displayed on to STDOUT (which
> i can redirect that no probs) and i have to press
> "space bar" to go to next page (more cmd on linux).
> How do i get rid of this 2 issues so that i can
> install java 1.5 ?


The question is there for a reason. As a "java
installation" consists only of a single directory you
can always "install" java on your own machine, simply
zip this directory together and then unzip it silently
on another machine.
But this may be illegal in terms of the Sun licence or
otherwise, so please check this with sun before you
actually attempt it.

--
greetz Karlheinz Klingbeil (lunqual)
http://www.lunqual.de oder http:www.lunqual.net
 
Reply With Quote
 
Roedy Green
Guest
Posts: n/a
 
      02-05-2006
On Sun, 05 Feb 2006 12:01:28 +0100, karlheinz klingbeil
<karlheinz-> wrote, quoted or indirectly quoted
someone who said :

>The question is there for a reason. As a "java
>installation" consists only of a single directory you
>can always "install" java on your own machine, simply
>zip this directory together and then unzip it silently
>on another machine.


If you do that, there are still dozens of registry entries not set up
and also the Java control panel.
--
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.
 
Reply With Quote
 
James Westby
Guest
Posts: n/a
 
      02-05-2006
sunny wrote:
> Hi Amey,
> Thanks for the quick reply. The question is "Do you agree to
> the agreement? [yes/no] " and i need to type "Yes". And the agreement
> gets displayed on to STDOUT (which i can redirect that no probs) and i
> have to press "space bar" to go to next page (more cmd on linux).
> How do i get rid of this 2 issues so that i can install java 1.5 ?
>
> Thanks
> Sanny
>


Is this what you're after?

http://expect.nist.gov/


James

 
Reply With Quote
 
karlheinz klingbeil
Guest
Posts: n/a
 
      02-05-2006
Roedy Green schrub am Sonntag, 5. Februar 2006 13:38
folgendes:

> If you do that, there are still dozens of registry
> entries not set up and also the Java control panel.


<grin>I wrote about java installation on a decent OS,
not Windows</grin>
--
greetz Karlheinz Klingbeil (lunqual)
http://www.lunqual.de oder http:www.lunqual.net
 
Reply With Quote
 
karlheinz klingbeil
Guest
Posts: n/a
 
      02-05-2006
Roedy Green schrub am Sonntag, 5. Februar 2006 13:38
folgendes:

> If you do that, there are still dozens of registry
> entries not set up and also the Java control panel.


And by the way, even the OP asked about installation on
Linux, i'd like to know where there is a registry in
Linux ? )
--
greetz Karlheinz Klingbeil (lunqual)
http://www.lunqual.de oder http:www.lunqual.net
 
Reply With Quote
 
Roedy Green
Guest
Posts: n/a
 
      02-06-2006
On Sun, 05 Feb 2006 15:21:54 +0100, karlheinz klingbeil
<karlheinz-> wrote, quoted or indirectly quoted
someone who said :

>And by the way, even the OP asked about installation on
>Linux, i'd like to know where there is a registry in
>Linux ? )


see http://mindprod.com/jgloss/registry.html

The registry was tool designed to:

1. make it very difficult to move a application to another machine.
This was to discourage piracy and encourage people rebuying software
they already owned.

2. make the system as slow and unreliable as possible to encourage
purchasing upgrades with new copies of the OS.

Given that the Linux folk had no financial stake in those two goals,
they did not use a registry.

Installation is thus a robust process under Linux.
--
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: Is Netscape Leaving Firefox Behind on GNU/Linux? THE LINUX PROPAGANDA MACHINE CONTINUES. FIREFOX IGNORING LINUX............. traci.manicotti@gmail.com Computer Support 2 10-20-2007 02:12 PM
PAgP - silent and non-silent modes andymacca Cisco 1 03-26-2006 06:28 PM
Silent Installation Frontpage2003 SCCC NZ Computing 3 07-19-2005 08:47 PM
little bug in python 2.3.4 silent installation on windows? PiErre Python 0 09-28-2004 10:56 AM
Silent JRE installation 1.4.2_03 paul brown Java 0 01-28-2004 06:04 AM



Advertisments