[Lift] Re: Can't get applications to run in Jetty

2009-04-21 Thread Julian Howarth
JAVA_HOME is also set there. Cheers, Tim On 21/04/2009 11:29, Julian Howarth howar...@freenet.co.uk wrote: I'm getting started with Lift and am trying to run the examples from the Exploring Lift book but get errors when I try to run the application on Jetty. I have also tried following

[Lift] Can't get applications to run in Jetty

2009-04-21 Thread Julian Howarth
I'm getting started with Lift and am trying to run the examples from the Exploring Lift book but get errors when I try to run the application on Jetty. I have also tried following the examples from Getting Started Guide and the wiki, but always end up with similar errors. So I run: mvn

[Lift] Re: Can't get applications to run in Jetty

2009-04-21 Thread Julian Howarth
it, just to check which version of java is used to run scalac. IMHO the problem is that scala was compiled with a more recent version of java than your = ClassVersionNumber unknown by your jdk and the .class try to upgrade your jdk. On Tue, Apr 21, 2009 at 14:38, Julian Howarth howar

[Lift] Re: Can't get applications to run in Jetty

2009-04-21 Thread Julian Howarth
should also have this JAVA_HOME right? Cheers, Tim On 21/04/2009 14:40, Julian Howarth howar...@freenet.co.uk wrote: Ha! Upgrading the JDK is easier said than done. 1.6.0_07 *is* the latest version as far as macs are concerned. Is there a way of specifying a version of scala

[Lift] Re: Can't get applications to run in Jetty

2009-04-21 Thread Julian Howarth
] Total time: 6 seconds [INFO] Finished at: Tue Apr 21 23:09:46 BST 2009 [INFO] Final Memory: 22M/53M [INFO] On Tue, Apr 21, 2009 at 8:08 AM, Julian Howarth howar...@freenet.co.ukwrote: I've switched to my Linux box

[Lift] Re: Can't get applications to run in Jetty

2009-04-22 Thread Julian Howarth
file in your Maven repository. On Tue, Apr 21, 2009 at 3:13 PM, Julian Howarth howar...@freenet.co.ukwrote: On Apr 21, 6:41 pm, David Pollak feeder.of.the.be...@gmail.com wrote: It looks like you were editing some of the files with Eclipse which uses a different version of Scala