1

I'm currently using the sun preverifier to preverify my MIDlet. I'm finding that it can be a bit slow, doesnt give any decent error messages and is only available as a windows exe.

Are there any better preverifiers around that will work cross platform (linux specifically)

4

2 に答える 2

1

Proguard は jar ファイルを事前検証できます。難読化が必要ない場合は、難読化を無効にして、事前検証するだけでよいと思います。

これは Java アプリケーションなので、Linux でも動作するはずです。

http://proguard.sourceforge.net/manual/examples.html#microedition

于 2008-10-03T10:23:51.930 に答える
0

実際、Linux版のWTK(Sun製)もあり、Ubuntuで毎日使用しています。速度についてはコメントできません。

事前検証についてProguard-いくつかの理由で、これは私にとって、いくつかの瓶では機能せず、その理由を理解することができませんでした。WTKエミュレーターで「preverified」jarを実行すると、事前検証エラーがスローされます。

于 2008-10-03T12:05:04.993 に答える