[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[jfriends-ml 1559] Re: KJava にて



水野です。とりあえず匍匐前進中(字あってんのか)
> 水野です。半分あきらめモードです。
> KVMのソースらしきものを、見つけてきたのですが、(Cで書かれている)コンパ
> イルするとPilot.hが、ないといっておこられます。こいつは、どこにあるんで
> しょう。
とりあえず、kvmをごにょごにょ弄り回していたら、
結局kvm.exeのコンパイルは必要ないことがわかり(?)
適当にプログラムを作ってみたら、
下記のようになっちゃいました。
なんでこけているんでしょう。
--  ここから --
GC heap size: 150000 bytes
Loading version information
Loading constant pool
Loading class info
Class info ok
Loading interfaces
Loading fields
Loading extra attributes
Extra attributes loaded
Fields loaded ok
Loading methods
Method '<init>'
Method 'main'
Methods loaded ok
Loading extra attributes
Extra attributes loaded
Closing classfile
Class loaded ok
Loading version information
Loading constant pool
Loading class info
Class info ok
Loading interfaces
Loading fields
Loading methods
Method '<init>'
Method 'beamReceive'
Methods loaded ok
Loading extra attributes
Extra attributes loaded
Closing classfile
Class loaded ok
Invoking static initializer
Invoking static initializer
Invoking static initializer
ALERT: Error verifying class IrFileTransfer/IrRecvData
--  ここまで --