Search:

Type: Posts; User: geeksutopia

Search: Search took 0.10 seconds.

  1. Thread: BinaryTree

    by geeksutopia
    Replies
    5
    Views
    1,012

    Re: BinaryTree

    3 errors and 3 warnings found:
    --------------
    *** Errors ***
    --------------
    File: C:\Users\Carlos Satres\Documents\SystemandDesign\BinaryTree\BinaryTree.java [line: 76]
    Error: Cannot make a...
  2. Thread: BinaryTree

    by geeksutopia
    Replies
    5
    Views
    1,012

    Re: BinaryTree

    getting 5 errors now:

    Cannot make static reference to the non-static field input
    " " list
  3. Thread: BinaryTree

    by geeksutopia
    Replies
    5
    Views
    1,012

    Re: BinaryTree

    Cannot make a static reference to the non-static method openFile() from type SystemandDesign.BinaryTree.BinaryTree(same with readFile() and closeFile();
  4. Thread: BinaryTree

    by geeksutopia
    Replies
    5
    Views
    1,012

    BinaryTree

    package SystemandDesign.BinaryTree;

    import java.io.FileInputStream;
    import java.io.IOException;
    import java.util.List;
    import java.io.ObjectInputStream;

    public class BinaryTree{

    ...
Results 1 to 4 of 4