How to use the Play Framework with Google App Engine with locally installed Java 7?

To get java 7 to work currently, you have to use the following configuration in your application. Confirm file java. Source=1.6 See here for more details VerifyError; Expecting a stack map frame in method controllers.

Secure$Security.authentify.

To get java 7 to work currently, you have to use the following configuration in your application. Confirm file java. Source=1.6 See here for more details - VerifyError; Expecting a stack map frame in method controllers.

Secure$Security.authentify.

I have that setting already, it didn't do anything. It's in /conf/application.conf. Thanks for the suggestion though.My guess is that there's some kind of similar configuration option buried somewhere in the Play stack, but I can't find it (yet).

– Sandro Gržiĝić Aug 30 at 23:04 Upon further research, I believe the issue is with the Scala plugin for the framework. – Sandro Gržiĝić Sep 1 at 22:02.

I've just downloaded the latest version of the Play Framework (1.2.3) and am using it with the latest Scala plugin (0.9.1) and the Google App Engine module (1.4). The default application works fine locally (at localhost:9000, the default port). I've also successfully published the default application to GAE using play gae:deploy.

51.0 is (I think) the class version that the Java 7 compiler generates. How to force the Play Framework and its Scala plugin to compile the classes for GAE publishing using the -target 1.6 and -source 1.6 options, so that the output classes are 1.6 compatible, instead of the defaults, which make the local Java 7 installation generate 1.7 output classes? Edit As for the NPE, it seems that it's not thrown on Play 1.2.1 and the 0.9 version of the Scala plugin: Play framework with scala and GAE - again, this is just a side issue, the primary issue (getting Java 7 working) still stands.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions