Search:

Type: Posts; User: mjpam

Search: Search took 0.12 seconds.

  1. Replies
    5
    Views
    7,915

    Re: Illegal start of type?

    My original question has been answered, but have another one about the same program and wasn't sure if I should start a new thread or not.

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

    class...
  2. Replies
    5
    Views
    7,915

    Illegal start of type?

    Why does the following code return an "Illegal start of type" compile error?

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

    class AminoToken
    {
    String aminosStr;
    StringTokenizer aminosLn;
    ...
Results 1 to 2 of 2