cancel
Showing results for 
Search instead for 
Did you mean: 

How to get SP level (version) of .jar file

Former Member
0 Kudos

Hi

My J2EE engine is SP16 and NWDS is also SP16.But anyhow some jars are outdated.So my questions are:

1. How to get SP level or version of a .jar file

2.How to get a .jar file from server so that I can refer to it in my project Java Build Path.

Thanks

Ananda

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Ananda,

Useually a jar file doesn't contains sp number and all, however it may have some other information in the Manifest.mf file. To know more about jar files, refer to the following specefications,

http://java.sun.com/j2se/1.3/docs/guide/jar/jar.html

About your second question, yuo can usually find all the required jar files in the plugins folder of your Netweaver Developer Studio's installation directory, for example the jco jar files could be in <b>D:\Program Files\JDT\eclipse\plugins\com.sap.mw.jco\lib</b> location.

I hope this helps you.

Best regards,

Guru.

PS: Reward points for helpfull replies.

Former Member
0 Kudos

Hi

I am looking for the sapj2eeclient.jar in the J2EE server NOT NWDS.

Any idea ?

Thanks

Ananda

Former Member
0 Kudos

Hi,

I found 2 different sapj2eeclient.jar in my server installation.

D:\usr\sap\J2E\JC00\j2ee\j2eeclient

D:\usr\sap\J2E\JC00\j2ee\j2eeclient\signed

Both are different in date and size.

I don't know if this helps you.

Good luck,

Roelof

Former Member
0 Kudos

Thanks All for the replies.

Our WAS Admin team has sent me the file (I don't know from which folder since it's a unix/linux installation of SP16).

sapj2eeclient.jar file size in windows xp is 9355K for SP16 which I had used.

Regards

Ananda