Skip to Main Content

New to Java

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Updating the .java file in .WAR

User_19BPUOct 31 2011 — edited Nov 4 2011
Hi,

I want to update only a single .java file which is compressed in a .WAR file. Rather than creating a new WAR file for that small change in .java class. Is there any way we can include the .java file changes in the .WAR without creating a new .WAR file for each change. Rather than uncompress the WAR file and and update the .java file manually whether we can do the same using an ant script? so that unnecessary creating of .WAR or .EAR for a simple changes can be avoided. Please clarify.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 2 2011
Added on Oct 31 2011
16 comments
5,929 views