Search:

Type: Posts; User: Andrew R

Search: Search took 0.07 seconds.

  1. [SOLVED] Re: Illegal Start of Expression // Creating, Compiling, and Executing Runtime Project

    God. I am a noob. Thank you again. I get it now.

    --- Update ---

    God. I am a noob. Thank you again. I get it now.

    import java.io.*;
    import java.util.*;

    public class Mercury {
  2. [SOLVED] Re: Illegal Start of Expression // Creating, Compiling, and Executing Runtime Project

    There we go. Thank you. I keep forgetting constructor is also a method.

    --- Update ---


    import java.io.*;

    public class Mercury {

    public static void createFile(String S){
  3. [SOLVED] Illegal Start of Expression // Creating, Compiling, and Executing Runtime Project

    What's up forum,

    I've been extending my little project for some time now. So far what I'm trying to have this program create an empty .java file, then proceeding to compile and execute it. I'm...
Results 1 to 3 of 3