Hi Virendra, --- Virendra P <[EMAIL PROTECTED]> wrote: > > Hi, > > I am a newbie for using kaffe.. I want to know how > to compile a java program using kaffe, i.e. the > equivalents of "javac" and "java" commands..
kaffe can be invoked by the "kaffe" command, its java compiler can be invoked using "kjc". When you install kaffe, it also installs wrapper scripts "java" and "javac" that invoke kaffe and kjc, respectively. best regards, dalibor topic __________________________________________________ Do you Yahoo!? Y! Web Hosting - Let the expert host your web site http://webhosting.yahoo.com/ _______________________________________________ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe
