Search:

Type: Posts; User: maliv

Search: Search took 0.36 seconds.

  1. Thread: parse txt file

    by maliv
    Replies
    16
    Views
    2,706

    [SOLVED] Re: parse txt file

    U CAN REname it as solved.i did it.thnx a lot for your help!!!i read other code as well micxed the code and VOILA!!!
  2. Thread: parse txt file

    by maliv
    Replies
    16
    Views
    2,706

    [SOLVED] Re: parse txt file

    thnx for the help:))
  3. Thread: parse txt file

    by maliv
    Replies
    16
    Views
    2,706

    [SOLVED] Re: parse txt file

    it says
    The text that you have entered is too long (332244 characters). Please shorten it to 100000 characters long.so ican't:)
  4. Thread: parse txt file

    by maliv
    Replies
    16
    Views
    2,706

    [SOLVED] Re: parse txt file

    sorry this is the code

    private void jButton4ActionPerformed(java.awt.event.ActionEvent evt) {

    //scan PerfSim-CF-Config.txt file
    public...
  5. Thread: parse txt file

    by maliv
    Replies
    16
    Views
    2,706

    [SOLVED] Re: parse txt file

    public static void main(String[] args) {

    String pathVar = null;

    try {
    FileInputStream in = new FileInputStream("file.txt");
    BufferedReader br =...
  6. Thread: parse txt file

    by maliv
    Replies
    16
    Views
    2,706

    [SOLVED] Re: parse txt file

    the problem is tha i have an event in button

    and i can't name public class i don't know why
  7. Thread: parse txt file

    by maliv
    Replies
    16
    Views
    2,706

    [SOLVED] Re: parse txt file

    for example i want to take C://MARINOS in a variable
    after the Path =
  8. Thread: parse txt file

    by maliv
    Replies
    16
    Views
    2,706

    [SOLVED] Re: parse txt file

    the problem in code is that name has private access..i think the code before is doing the job but variable name has private access
  9. Thread: parse txt file

    by maliv
    Replies
    16
    Views
    2,706

    [SOLVED] Re: parse txt file

    Path = C://MARINOS
    var Access = 4
    var somthng = 6
  10. Thread: parse txt file

    by maliv
    Replies
    16
    Views
    2,706

    [SOLVED] Re: parse txt file

    Is that code right?


    class ReadWithScanner {

    public void main(String... aArgs) throws FileNotFoundException {
    ReadWithScanner parser = new...
  11. Thread: parse txt file

    by maliv
    Replies
    16
    Views
    2,706

    [SOLVED] parse txt file

    Hi,

    i have a txt files i want to parse and when for example i see "test" i want to get a value test has in the txt file.For example the line is

    var text = 2;

    i want to see text but i want to...
  12. Replies
    13
    Views
    12,977

    [SOLVED] Re: Parsing a text file in java

    why? i just want to see and understand the code? what is the forum for? spending my time ???
    adios
  13. Replies
    13
    Views
    12,977

    [SOLVED] Re: Parsing a text file in java

    CAN u post the code..i am trying to do exactly the same..parse..read and get some text data from txt filke
Results 1 to 13 of 13