Search:

Type: Posts; User: xxkronix

Search: Search took 0.10 seconds.

  1. Replies
    11
    Views
    1,255

    Re: I have one error on a 2 simple codes.

    NEVERMIND I FINALLY GOT IT!
    Thanks so much for your help, it's gonna boost my grade up 5%!
  2. Replies
    11
    Views
    1,255

    Re: I have one error on a 2 simple codes.

    I've fixed some of the stuff and have this right now



    public class Name
    {
    public static void main(String args[]){
    String firstName = "Tim";
    String lastName;
    lastName = "Kleinknecht";
  3. Replies
    11
    Views
    1,255

    Re: I have one error on a 2 simple codes.

    Ok I think I've gotten the second one correct.
    The error for the first one is.

    ----jGRASP exec: javac -g Name.java
    Name.java:3: cannot find symbol
    symbol : class string
    location: class Name...
  4. Replies
    11
    Views
    1,255

    Re: I have one error on a 2 simple codes.

    I read that and put Class Name { in front of it and put a another bracket at the end and it didn't work. Maybe i'm just missing a step, I'm quite bad at this stuff.
  5. Replies
    11
    Views
    1,255

    Re: I have one error on a 2 simple codes.

    The error for the first one says:

    ----jGRASP exec: javac -g Name.Java
    error: Class names, 'Name.Java', are only accepted if annotation processing is explicitly requested
    1 error

    ----jGRASP...
  6. Replies
    11
    Views
    1,255

    I have one error on a 2 simple codes.

    I have 1 error in both of these. It's an extra credit assignment. This is my first time coding with Java and I don't know what to fix because when I compile it, it says one error and it wont run.
    ...
  7. Replies
    4
    Views
    1,330

    Re: Homework Help With Simple Java Programming

    I mean I was hoping someone would be up for teaching me. I would understand if nobody wanted to though.
  8. Replies
    4
    Views
    1,330

    Re: Homework Help With Simple Java Programming

    I missed the class and have absolutely no idea how to do it.
  9. Replies
    4
    Views
    1,330

    Homework Help With Simple Java Programming

    Hey guys, this is my first post into this forum so I hope I'm making it in the right section.

    I'm in an introductory computer science program where we are just writing in pseudocode which I'm...
Results 1 to 9 of 9