Search:

Type: Posts; User: blockmaster2001

Search: Search took 0.08 seconds.

  1. Re: I was just about to start and it has problems?

    that's incredible thanks jbarke12
  2. Re: I was just about to start and it has problems?

    ive used this line before and it let me type in but its not this time literally just Scanner input = new Scanner(system.in); and it let me type in
  3. Re: I was just about to start and it has problems?

    the text appears but it just skips right over the scanner and prints it
    import java.util.Scanner;
    public class data {
    public static void main(String args[]){
    Scanner input = new Scanner...
  4. Re: I was just about to start and it has problems?

    I was just gonna make something where you type in a word and it tells you what it means but all im trying to do is test the scanner and it doesn't even do that
  5. I was just about to start and it has problems?

    [java] im using eclipse luna and it auto terminates as soon as it starts it just terminates?
    import java.util.Scanner;
    public class data {
    public static void main(String args[]){
    Scanner input...
  6. [SOLVED] Re: Im new to Java and have an error i cannot fix please help

    Thanks this helped the exit on close on close was fine I just copied it wrong that was very helpful I am new and its nice to know there are people about there that can help me with my goals :o
  7. [SOLVED] Im new to Java and have an error i cannot fix please help

    This is my code I will highlight the error please help thanks
    -------------------------------------------------------------------
    package minecrafttwod;
    import java.applet.*;
    import...
Results 1 to 7 of 7