[ajug-members] multiple jar versionsfor one application

521 521 at ofig.org
Thu May 1 10:54:20 EDT 2008


i am a java beginner, but from what i've read- it's looked at by name, i 
would think it would have to be

org.chrisabney.functors.WorkerBee-v1
vs.
org.chrisabney.functors.WorkerBee-v2

-or the like/whatever_name(s)...?  not sure...

barclay

On Thu, 1 May 2008 10:25:21 -0400, Chris Abney wrote 
> Does any one know of a good way to access multiple versions of the same 
> Jar file from one application. 
> 
> For example: 
> 
> public class myClass { 
> : 
>   public void doIt() { 
>      org.chrisabney.functors.WorkerBee daddyBee = new 
> org.chrisabney.functors.WorkerBee();  //The older version 
>      org.chrisabney.functors.WorkerBee sonBee   = new 
> org.chrisabney.functors.WorkerBee();  //The newer version 
> 
>      daddyBee.doIt(); //The old boring way 
>      sonBee.doIt();   //The new wacky way 
>   } 
> } 
> 
> Chris Abney 
> 
> _______________________________________________ 
> ajug-members mailing list 
> ajug-members at ajug.org 
> http://www.ajug.org/mailman/listinfo/ajug-members




More information about the ajug-members mailing list