| |
|
Welcome to KnowledgeSutra - Dear Guest | |
convert .java to .c
#5 Guest_wangsoft_*
Posted 16 January 2005 - 06:35 AM
#6
Posted 01 August 2008 - 10:06 PM
Gcj can do this. I'm not sure if there's a windows version, though... On the other hand I'm fairly sure that even if you're running it on a linux machine you can have it compile into windows format.
-reply by Oliver
#7
Posted 09 October 2009 - 08:52 PM
class overloadDemo{Void test(){System.Out.Println("No parameter");}Void test(inta,intb){System.Out.Println("a and b:"+a+" "+b);}Void test(double a){System.Out.Println("Inside test(double) a:" +a);}}Class overload{Public static void main(String args[]){OverloadDemo ob=new overloadDemo();Int I=88;Ob.Test();Ob.Test(10,20);Ob.Test(I);Ob.Test(123.2);}}
-reply by ankit#8
Posted 12 February 2010 - 11:33 AM
I could suggest a tool called JCGO (http://www.Ivmaisoft.Com/jcgo/) which is a Java source to C translator.
-reply by ivmaiReply to this topic

1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users














