Re: Java Error on startup of App

2006-05-30 Thread Gino Pacitti
Thanks Gary All I did was change the compiler settings for source to 1.4 and it worked great Gino On 30 May 2006, at 16:27, Gary Teter wrote: Here's what I used when I had to upgrade to Java 1.5. Don't know if these instructions still hold for Xcode 2.3, but it's worth a shot: Double-cli

Re: Java Error on startup of App

2006-05-30 Thread Gary Teter
Here's what I used when I had to upgrade to Java 1.5. Don't know if these instructions still hold for Xcode 2.3, but it's worth a shot: Double-click Application Server target in Xcode. Select Java Compiler Settings. Set Target VM version to 1.4 Set Source Version to 1.4 Add this to Other Compil

Re: Java Error on startup of App

2006-05-30 Thread Gino Pacitti
Hi Patrick I tried this and did not really help. I thought it was correct but I tried this all the way back to 1.3.1 and did not address the situation.. Still the same error... Is there a global way to set the compiler to use an earlier JVM Gino On 30 May 2006, at 12:14, Patrick Middleton

Re: Java Error on startup of App

2006-05-30 Thread Wiktor Moskwa
2006/5/30, Patrick Middleton <[EMAIL PROTECTED]>: The JVM on the target machine has encountered a classfile in JDK 1.5 format. This most likely means you built using the JDK 1.5 compiler, which became the default after a recent software update, and the machine on which you are trying to deploy

Re: Java Error on startup of App

2006-05-30 Thread Patrick Middleton
On 30 May 2006, at 11:43, Gino Pacitti wrote: Hi All I have been running an app on Tiger server + latest Webobjects run environment and recently updated development to the latest XCode 2.3 Now I have tried to build an existing running app and when I try to start it I get a error - this r

Java Error on startup of App

2006-05-30 Thread Gino Pacitti
Hi All I have been running an app on Tiger server + latest Webobjects run environment and recently updated development to the latest XCode 2.3 Now I have tried to build an existing running app and when I try to start it I get a error - this runs on the client but problem is when I upload