Re: How to update a jar file for one source file change?
- From: "Andrew Thompson" <andrewthommo@xxxxxxxxx>
- Date: 28 Nov 2006 15:32:56 -0800
NickName wrote:
....
Good news and bad news. The good news is, the jar update seems
successful, no error msg showing up after running the jar utility for
update per your instruction. The bad news is, the HTML generation for
that particular set of data still failed. And probably I know why, the
previous developer also uses JBuilder (from Borland probably) for this
process, and I noticed that for every java source code, there's an
equivalent of ?.jbx (JBuilder Executable?)
2 points.
- A search on 'jbx file extension' should lead you
(fairly quickly) to a better definition within a couple
of clicks.
- I agree with Andy Dingley that an Ant build of the jar(s)
is the way to go, here. I have never found a use for jar
updating, but imagine there are any number of 'gotchas'
to consider. A fresh build of the Jar(s) should get around
(most of those) potential problems.
Andrew T.
.
- References:
- How to update a jar file for one source file change?
- From: NickName
- Re: How to update a jar file for one source file change?
- From: Steve W. Jackson
- Re: How to update a jar file for one source file change?
- From: NickName
- Re: How to update a jar file for one source file change?
- From: NickName
- How to update a jar file for one source file change?
- Prev by Date: Re: JAVA Time Problem: Want to get the current time and perform validation
- Previous by thread: Re: How to update a jar file for one source file change?
- Next by thread: Re: How to update a jar file for one source file change?
- Index(es):