Re: WebObjects-dev Digest, Vol 12, Issue 4
Jeff Dunnett <[email protected]>
| Newsgroups | gmane.comp.web.webobjects.devel |
|---|---|
| Message-ID | <[email protected]> |
Thanks Paul and everyone else it worked perfectly. Regards, Jeff On 5-May-06, at 3:14 PM, Paul D. Yu wrote: > Jeff > > You can't mix Java versions like that. Most likely you'll get a > Unsupported major.minor version 49.0 error, when you try to run the > app from the command line. > > You'll need to set your development machine to compile with 1.4.+ > that's in the WO release notes associated with 1.5.0. > > I personally couldn't get that working, but I had the luxury of > upgrading my deployment machine to 10.4 server and 1.5. > > Paul > > On May 5, 2006, at 3:00 PM, [email protected] > wrote: > >> Message: 3 >> Date: Fri, 5 May 2006 11:05:07 -0400 >> From: Jeff Dunnett <[email protected]> >> Subject: Version Problems (I think) >> To: WebObjects Dev <[email protected]> >> Message-ID: >> <[email protected]> >> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed >> >> Hello everyone, >> >> I think I am having a versioning problem that is causing my >> application not to work. I believe it is this issue that is causing >> the application not to start in JavaMonitor. >> >> The application was compiled written on: >> >> Mac OS X w\ Xcode 2.1, WebObjects 5.3.1 and Java 1.4.2 >> >> The application was deployed on: >> Solaris 9 w\ WebObjects 5.2.4 and Java 1.4.2 >> >> This combination seemed to have worked fine but recently I upgraded >> the software on my Mac OSX to included Java 1.5.0. >> >> The application is now compiled on: >> >> Mac OS X w\ Xcode 2.1, WebObjects 5.3.1 and Java 1.5.0 >> >> The application is still deployed on: >> Solaris 9 w\ WebObjects 5.2.4 and Java 1.4.2 >> >> The only code I changed was a string in the application. Now for >> some reason the application just dies when I try to run it through >> Java monitor. Could this be a versioning issue? Could it be >> something else? Is there a solution you helpful folks can recommend? >> >> Regards, >> Jeff