Skip to Content
0
Jan 19, 2011 at 07:58 AM

how to run an "older" J2EE 1.4 Application on CE 7.1

43 Views

Hi all,

this is my problem:

I've an older Application (WAR-File) that runs fine on SAP WEB AS 6.40.

Now I want to run this on CE 7.11 .

In Developer Studio I create an EAR Project with compile options 1.4 and project facets set also 1.4 .

Then import the WAR-File also with 1.4-compatibility settings (I hope so).

It was possible to deploy this App on CE 7.11 but some jsp can't compile.

In Logviewer I can see:

"com.sap.engine.services.servlets_jsp.server.jsp.exceptions.CompilingException: Error in executing the compilation process: [ Compilation Failed! Exit Code=1

Command line executed: javac -source 1.5 -target 1.5 -encoding UTF-8 -d "E:\usr\sap\...."

Does anybody have an idea, why the compilation use source and target 1.5 and not 1.4?

How can I configure this?

Best regards

Sven Rickelt