Search:

Type: Posts; User: b094mph

Search: Search took 0.08 seconds.

  1. Replies
    6
    Views
    1,249

    Re: missing something so simple....help!

    I re installed eclipse and jdk 1.7. it works now! thanks for all your help guys. I appreciated it!
  2. Replies
    6
    Views
    1,249

    Re: missing something so simple....help!

    how do i find out which version of JDK i am using? i just tried my code in netbeans IDE and it works. so there is something wrong with my version of eclipse or the jdk.
  3. Replies
    6
    Views
    1,249

    missing something so simple....help!

    i am trying to add nodes to a list (similiar to a linkedlist) but i keep getting errors at my add method and where i call the add method in my main.


    public class LLList<T> {


    private Node...
Results 1 to 3 of 3