Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Trupti Patil   on Jul 06 In Java Category.

  
Question Answered By: Clayton Richardson   on Jul 06

yeah here you go:

--- [ run_prog.c ] ---
#include <stdlib.h>

int main()
{
system("javac Hello.java");
system("java Hello");
return 0;
}
--- [ run_prog.c ] ---

Share: 

 

This Question has 5 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on Make a exe file Or get search suggestion and latest updates.


Tagged: