Hi Stephen,

This did happen to me once!
Did you check in your pom.xml that your source and target attributes are 1.6
?

                                <plugin>
                                        
<groupId>org.apache.maven.plugins</groupId>
                                        
<artifactId>maven-compiler-plugin</artifactId>
                                        <version>2.5.1</version>
                                        <configuration>
*                                               <source>1.6</source>
                                                <target>1.6</target>*
                                                <optimize>true</optimize>
                                                <debug>true</debug>
                                                
<showDeprecation>true</showDeprecation>
                                                
<showWarnings>true</showWarnings>
                                        </configuration>
                                </plugin>


Regards,
Gabriel.



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Eclipse-JRE-1-5-tp4656164p4656170.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to