How Can I Patch a Java Application?

R

raisenero

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.
 
I

IchBin

raisenero said:
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-)
 
M

Mike Schilling

raisenero said:
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.
 
T

Thomas Weidenfeller

raisenero said:
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,774
Messages
2,569,598
Members
45,158
Latest member
Vinay_Kumar Nevatia
Top