知其然知其所以然 2016-01-26
Issue happened below when we deploy our app on IBM websphere:
The EAR file could be corrupt and /or imcompleted. Make sure that the application is at a comptible Java 2 Platform, Enterprise Edition(J2EE) Level for WebSphere Application server.
AppDeploymentException:[null]org.eclipse.jst.....
<javac source="1.5" srcdir="src...."/>
例如:我的application叫ws-ss,ear named ws-cn.ear, 那么meta-inf下面有一个application.xml里面的配置也必须要和这个一致。
<javac source="1.5" srcdir="src...." executable="C:\Java\jdk1.5.0_22\bin\javac"/>