CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Drokuz

Search: Search took 0.12 seconds.

  1. Replies
    1
    Views
    1,462

    Re: Opening files with a .jar (in Windows)

    Problem solved. For people having the same problem in the future, here are the solutions I found for each problem:

    1) Java uses two different launchers, one for applications with GUI and one for...
  2. Replies
    1
    Views
    1,462

    Opening files with a .jar (in Windows)

    Hello, I wish to ask a simple question which is not exactly about programming. I have a small java application that works with text files in a way similar to the notepad. I want files with a certain...
  3. Replies
    6
    Views
    6,216

    Re: Nextline delimiter in String.split

    I see. Copying and pasting each line to the console would not be practical for a long text, so I will try a different approach and work on a text file. That way I can read and save each line without...
  4. Replies
    6
    Views
    6,216

    Re: Nextline delimiter in String.split

    Sorry, I'm really new to this and this is the only method for reading user input that I've learned this far. So, the problem here is Scanner and not String.split, right? There is no particular need...
  5. Replies
    6
    Views
    6,216

    Re: Nextline delimiter in String.split

    Thanks for replying.
    I'll try to explain better. What I want to do is to convert a single String variable into an Array of Strings, so that each line of the String is an element of the String Array....
  6. Replies
    6
    Views
    6,216

    Nextline delimiter in String.split

    Hello, I'm new to the forums. I'm learning Java and would appreciate help with a small issue. I'm trying to do the following: Enter a piece of text (all through console, in this case I'm working with...
Results 1 to 6 of 6





Click Here to Expand Forum to Full Width

Featured