[kaffe] kaffe on morphos

Michael Grunditz vax9000 at telia.com
Mon Nov 8 02:50:01 PST 2004


Hi

It looks like my rt.jar is damaged somehow (?). Here is output from
dumpclass on
a HelloWorld class , hello.class.
Can someone email me a working rt.jar ?

/Michael
 
$ ./dumpClass.pl /usr/local/kaffe/hello.class
super
Constant Pool Entries: 29
1] Utf8: .length=16; .val=java/lang/System;
2] Class: .name @ 1 (java/lang/System);
3] Utf8: .length=3; .val=out;
4] Utf8: .length=21; .val=Ljava/io/PrintStream;;
5] Name&Type: .name @ 3 (out); .descriptor @ 4 (Ljava/io/PrintStream;);
6] Field: .class @ 2; .name&type @ 5;
7] Utf8: .length=11; .val=Hello World;
8] String: .string @ 7 (Hello World);
9] Utf8: .length=19; .val=java/io/PrintStream;
10] Class: .name @ 9 (java/io/PrintStream);
11] Utf8: .length=7; .val=println;
12] Utf8: .length=21; .val=(Ljava/lang/String;)V;
13] Name&Type: .name @ 11 (println); .descriptor @ 12
((Ljava/lang/String;)V);
14] Method: .class @ 10; .name&type @ 13;
15] Utf8: .length=16; .val=java/lang/Object;
16] Class: .name @ 15 (java/lang/Object);
17] Utf8: .length=6; .val=<init>;
18] Utf8: .length=3; .val=()V;
19] Name&Type: .name @ 17 (<init>); .descriptor @ 18 (()V);
20] Method: .class @ 16; .name&type @ 19;
21] Utf8: .length=5; .val=hello;
22] Class: .name @ 21 (hello);
23] Utf8: .length=4; .val=Code;
24] Utf8: .length=15; .val=LineNumberTable;
25] Utf8: .length=4; .val=main;
26] Utf8: .length=22; .val=([Ljava/lang/String;)V;
27] Utf8: .length=10; .val=SourceFile;
28] Utf8: .length=10; .val=hello.java;
this_class @ 22 (hello)
super_class @ 16 (java/lang/Object)
No interfaces.
No fields.
Methods:
        public <init> ()V
        public,static main ([Ljava/lang/String;)V
Attributes:
        .name=SourceFile; .length=2; @ 28 ("hello.java")





More information about the kaffe mailing list