[jboss-user] [JBoss Seam] - Re: cannot start with Seam and JSF and Facelets, that is no

goku2 do-not-reply at jboss.com
Fri Sep 14 12:00:37 EDT 2007


Are you sure you have Java 1.5.0_06-b05 installed correctly?
try 
java -version 

and

javac -source 1.5

If you get
javac: invalid source release: 1.5

If because your PATH locates a compiler that doesn't support java 1.5

I think this is the problem because 
[javac] import static org.jboss.seam.ScopeType.SESSION;
[javac]            ^

The static import is a new feature in JDK 1.5

Hope this helps

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084549#4084549

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4084549



More information about the jboss-user mailing list