This is the mail archive of the kawa@sourceware.org mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

file name of java class generated by kawa


hello,

i'm newbie to kawa ,nor scheme,nor java, i had compiled the kawa example
point 2D class

( http://www.gnu.org/software/kawa/Defining-new-classes.html )

i put the example in a file named 2d-vector.scm

and compiled it with the command :

java -jar /usr/local/lib/kawa-2.0.jar -C 2d-vector.scm

and i get those file as result ,files that seems ok for use with other
classes but i'm surprised of the names that begin with $ character:

$N2d$Mnvector.class

is it a convention ? it's not really pretty ... is there a way to have
just a 2d-vector.class file name?

what is the use of the other generated file:

$N2d$Mnvector$frame.class

Regards,

Damien


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]