aspose file tools
The moose likes Java in General and the fly likes creating / installing patches Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "creating / installing patches" Watch "creating / installing patches" New topic
Author

creating / installing patches

Karina Guenther
Ranch Hand

Joined: Sep 16, 2005
Posts: 39
I'm working on an application and need to to update a previously created enhancement to an application that was installed as a separate jar file in the lib folder.

However, I can't remember how you determine in which order the jar files are looked thru for the most recent fix and as there is another jar file I want to make sure it's in the right order.

Also, what tends to be the naming standards for these jar files? Here they've chosen the project id which doesn't necessarily follow a sequential id.
Jesper de Jong
Java Cowboy
Bartender

Joined: Aug 16, 2005
Posts: 12911
    
    3

This page from the JRE documentation explains how the extension mechanism works: The Extension Mechanism


Java Beginners FAQ - JavaRanch SCJP FAQ - The Java Tutorial - Java SE 7 API documentation
Scala Notes - My blog about Scala
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: creating / installing patches
 
Similar Threads
jar files
Ant Run error: duplicacy of java file in different jar
jar files
why are JAR files created
JDBC Driver connection