Can anyone point me to a resource that contains any information on
patching a Java destop application once it has been deployed? I'm sure
the standard Java library must contain facilities I can use to build a
patch program but I'm not sure where to begin looking.
IchBin - 23 Apr 2006 15:37 GMT
> Can anyone point me to a resource that contains any information on
> patching a Java destop application once it has been deployed? I'm sure
> the standard Java library must contain facilities I can use to build a
> patch program but I'm not sure where to begin looking.
Sorry but need more information. What do you mean by 'patching a java
app after it has been deployed?'
Thanks in Advance...
IchBin, Pocono Lake, Pa, USA
http://weconsultants.servebeer.com/JHackerAppManager
__________________________________________________________________________
'If there is one, Knowledge is the "Fountain of Youth"'
-William E. Taylor, Regular Guy (1952-)
raisenero - 23 Apr 2006 16:31 GMT
I mean by replacing the .class files that are contained inside a .jar
file.
Mike Schilling - 23 Apr 2006 17:17 GMT
>I mean by replacing the .class files that are contained inside a .jar
> file.
The simplest thing is to make a new jar of the replacement classes, and put
it first in the class path.
Thomas Weidenfeller - 24 Apr 2006 08:02 GMT
> Can anyone point me to a resource that contains any information on
> patching a Java destop application once it has been deployed? I'm sure
> the standard Java library must contain facilities I can use to build a
> patch program but I'm not sure where to begin looking.
JavaWebStart (Part of J2SE), and its ability to deploy patches from
jdiff files - if you get it to work. Sun claims it just works, but there
are many people who say they can't get it to work.
/Thomas

Signature
The comp.lang.java.gui FAQ:
ftp://ftp.cs.uu.nl/pub/NEWS.ANSWERS/computer-lang/java/gui/faq
http://www.uni-giessen.de/faq/archiv/computer-lang.java.gui.faq/