Search:

Type: Posts; User: dicdic

Search: Search took 0.09 seconds.

  1. Thread: Java Compiler

    by dicdic
    Replies
    7
    Views
    1,128

    [SOLVED] Re: Java Compiler

    I think that's not the problem.
    if we try this code:


    do {
    value = inStream.read();
    error = errorStream.read();
    if...
  2. Thread: Java Compiler

    by dicdic
    Replies
    7
    Views
    1,128

    [SOLVED] Re: Java Compiler

    your right, it works now.
    but there's a little problem
    I edited my RunnerCompiler code, this the new one:


    package runnercompiler;

    import java.io.IOException;
    import java.io.InputStream;...
  3. Thread: Java Compiler

    by dicdic
    Replies
    7
    Views
    1,128

    [SOLVED] Java Compiler

    Hi everyone!
    I'm creating a program that will compile and run another java program:
    Lets say I have a program in directory
    D:\HelloWorld\src
    and compiled program will be in
    D:\HelloWorld\bin...
Results 1 to 3 of 3