I'm getting a compile error from within maven, when It hits the following
code

enum OperatingSystems {
      windows, unix, linux, macintosh
  }

the error is  ';' expected 
(after the opening bracket)

I seem to remember this one time when it was using jdk 1.4 instead of 1.5

I can not seem to find a place where 1.4 is set in my project settings
I specifically set jdk complientce for the workspace itself to 5.0 and am
not overriding any projects.

my classpath variable for jre_lib is set to 1.5.0_07

Where else could it be going wrong? 


-- 
View this message in context: 
http://www.nabble.com/compile-error-%28wrong-jdk-%29-tf3133268.html#a8681933
Sent from the Maven Eclipse - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to