开发者

Missing websphere.jar when migrating project from WAS4 to WAS7

开发者 https://www.devze.com 2023-03-22 10:37 出处:网络
I have been assigned a job to compile an old Websphere(WAS4) project, so we can find out which parts of it need to be changed for the project upgrating( to WAS7).

I have been assigned a job to compile an old Websphere(WAS4) project, so we can find out which parts of it need to be changed for the project upgrating( to WAS7).

But when I was trying to fix the jar errors, wesphere.jar is missing!! And WAS7 installation path never hava this jar anymore, searching google failed. And I don't like to install older WAS aga开发者_开发百科in to just get this jar.

please anybody can help with this, providing an WAS4 version webspere.jar???

TKX in advance!


The jar file itself isn't important, the classes within it are. I don't recall what was in websphere.jar, but there's a good chance that what was is now in j2ee.jar. In fact, if your code isn't using any WebSphere-specific extensions, there's a good chance j2ee.jar is the only jar from WebSphere that you'll need for compiling.

But you should be able to see what specific classes are being complained about by the compiler and if necessary search for those by opening the jar files in like WinZip.

(Keep in mind that the larger changes are the changes to J2EE and Servlet specification levels.)

0

精彩评论

暂无评论...
验证码 换一张
取 消