RE: JSP compilation fails with Java 9

2017-01-10 Thread Patil, Shital
2017 04:56 To: Tomcat Users List <users@tomcat.apache.org> Subject: Re: JSP compilation fails with Java 9 2017-01-09 1:16 GMT-06:00 Patil, Shital <shitapa...@ptc.com>: > We are assessing Java 9(early access) and JSP compilation is badly > broken with Java 9. Even basic java object

JSP compilation fails with Java 9

2017-01-08 Thread Patil, Shital
We are assessing Java 9(early access) and JSP compilation is badly broken with Java 9. Even basic java objects(java.lang.Object) are not accessible while compilation. Appears to be because of jigsaw(modular) Any solution or alternative to this problem ?