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]

Re: How define single java class using kawa IO system?


It is enough? (It works)

(define-simple-class test2 ()
((main (args :: <String[]>)) :: <void> allocation: 'static access: 'public
(kawa.standard.Scheme:registerEnvironment) ;; <<<<< !!!!!!!!!!
(display "Hallo, World!\n")
(force-output)))



Thanks!


--
WBR, Yaroslav Kavenchuk.


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