Search:

Type: Posts; User: hliasprev

Search: Search took 0.08 seconds.

  1. Replies
    5
    Views
    3,514

    Re: Problem with file creation

    here is the code
    public static void compileFiles(String path)
    {
    System.out.println("Class Creation Started");
    try
    {
    Process rt =Runtime.getRuntime().exec("cmd /c start /min javac "+...
  2. Replies
    5
    Views
    3,514

    Problem with file creation

    I have java aplication that in some point it uses javac to compile some java files Then I use reflection and .class dont exist is there a way to make the process wait until files are created in my...
Results 1 to 2 of 2