开发者

.jad file -> know the compiler version

开发者 https://www.devze.com 2023-03-11 04:22 出处:网络
I have got one .jad file that is a blackberry application and I need 开发者_Go百科to know the compiler version was used.

I have got one .jad file that is a blackberry application and I need 开发者_Go百科to know the compiler version was used.

Have you got an ideas?


I have got one .jad file and i need to know the compiler version was used.

Which compiler was used to compile the class files is usually not available in the jad file.

Here's a typical example of the content of such file:

MIDlet-1: HelloSuite, HelloSuite.png, HelloMIDlet
MIDlet-Jar-Size: 1144
MIDlet-Jar-URL: HelloSuite.jar
MIDlet-Name: HelloSuite
MIDlet-Vendor: Unknown
MIDlet-Version: 1.0
Manifest-Version: 1.0
MicroEdition-Configuration: CLDC-1.0
MicroEdition-Profile: MIDP-2.0


The .jad does not contain any compiled Java code, it's only meta-data.

Unless the compiler version is noted in it (check it, it's plain text), there's no way to find that information.

0

精彩评论

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

关注公众号