Re: Best practices for switching back/forth between java 1.5/1.6

2009-06-26 Thread Ronald Klop
Hi, Make sure you compile everything with Java 1.5 or javac -target 1.5. That wil run in java 1.5 and 1.6. Ronald. Op woensdag, 24 juni 2009 20:54 schreef Ken Bowen :> Hi all, I failed at searching for this, even though I know it's been answered: Setting: Tomcat 6.0_20; Mac OS X 10.5.7;

RE: Best practices for switching back/forth between java 1.5/1.6

2009-06-24 Thread Caldarale, Charles R
> From: Andre-John Mas [mailto:aj...@sympatico.ca] > Subject: Re: Best practices for switching back/forth between java > 1.5/1.6 > > If this is simply for development purposes, then I would recommend > having two installations of Tomcat. One is configured to use JDK 1.5 >

Re: Best practices for switching back/forth between java 1.5/1.6

2009-06-24 Thread Andre-John Mas
On 24-Jun-2009, at 14:54, Ken Bowen wrote: Hi all, I failed at searching for this, even though I know it's been answered: Setting: Tomcat 6.0_20; Mac OS X 10.5.7; I've been normally running against java 1.5.0_19, but I tried to install a war which is throwing .UnsupportedClassVers

Best practices for switching back/forth between java 1.5/1.6

2009-06-24 Thread Ken Bowen
Hi all, I failed at searching for this, even though I know it's been answered: Setting: Tomcat 6.0_20; Mac OS X 10.5.7; I've been normally running against java 1.5.0_19, but I tried to install a war which is throwing .UnsupportedClassVersionError: Bad version number in .class file w