Search:

Type: Posts; User: Rexshine

Search: Search took 0.13 seconds.

  1. Replies
    10
    Views
    1,201

    Re: Read file and extract different tokens

    will take a look to SimpleDateFormat examples. Thanks
  2. Replies
    10
    Views
    1,201

    Re: Read file and extract different tokens

    Impossible to understand anything java.util.regex ^^,(only understood \\s+ pattern) . Thank you for today. Ill try to finish tomorrow my program with my "println" knowledge :-<
  3. Replies
    10
    Views
    1,201

    Re: Read file and extract different tokens

    Thank you for StringReader sugestion, I'm using henceforth.

    Okay i will fix it tomorrow what I'm trying to do, since you don't tell me is bad. But there isn't just a faster way? a method to read a...
  4. Replies
    10
    Views
    1,201

    Re: Read file and extract different tokens

    what do you mean with "put responses here", you mean i catch the response of the method that fill the file into a string? so i transfer it to the method that reads the file?
    anyway i don't...
  5. Replies
    10
    Views
    1,201

    Re: Read file and extract different tokens

    Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 7 >= 7
    at java.util.Vector.elementAt(Unknown Source)
    at Ejercicio07.muestraCumpleaños(Birthday.java:164)
    at...
  6. Replies
    10
    Views
    1,201

    Read file and extract different tokens

    I'm getting mad, I made a code that is very bad for maintain and for read.... please help
    I am beginner with these classes that I am using, and I maybe missed an unknown methods for do my code...
Results 1 to 6 of 6