| Author |
Install JDK question
|
Bruce Jin
Ranch Hand
Joined: Sep 20, 2001
Posts: 666
|
|
I installed JDK on computer A as C:\jdk1.4.0. Can I simply copy this folder (jdk1.4.0) to computer B? Will this install JDK on B? Thanks.
|
BJ - SCJP and SCWCD
We love Java programming. It is contagious, very cool, and lot of fun. - Peter Coad, Java Design
Crazy Bikes created by m-Power
|
 |
Dirk Schreckmann
Sheriff
Joined: Dec 10, 2001
Posts: 7023
|
|
You may want to adjust the path and classpath settings after such an operation - but you wouldn't have to depending on how you use the JDK. I think that the best answer is, "Give it a try and find out how well it works." If you let us know what you learn, we all get to learn something. Good Luck.
|
[How To Ask Good Questions] [JavaRanch FAQ Wiki] [JavaRanch Radio]
|
 |
Marilyn de Queiroz
Sheriff
Joined: Jul 22, 2000
Posts: 9033
|
|
It depends on whether or not the install affects the registry, installs files in other subdirectories, etc. I have not seen any documentation on it, but it seems that suddenly my javac is coming from 1.4 even though I have not changed my path and classpath. I think would copy the .exe file and reinstall it with the install program. But if you decide to try installing with just copying the files in the subdir, let us know whether or not it works.
|
JavaBeginnersFaq
"Yesterday is history, tomorrow is a mystery, and today is a gift; that's why they call it the present." Eleanor Roosevelt
|
 |
 |
|
|
subject: Install JDK question
|
|
|