Search:

Type: Posts; User: priere

Search: Search took 0.11 seconds.

  1. View Post

    You mean the 3rd party test program that reads the OUT_PORT, or my Java program?
    There is only one instance running at the same time.
    Thank you so much.
  2. View Post

    Nice to meet you, dear all.

    I'm a beginner and this is my first time programming such thing using Java.

    I'm writing a program which gets data input from a port, saves it into a buffer, and when...
  3. Re: Java XML: IndexOutOfBoundsException When appending a node

    Yes! You're right. This program will probably crash if i'm writing it in C++ :cool:
  4. Re: Java XML: IndexOutOfBoundsException When appending a node

    Thank you all, and yes, the problem is here. I have removed
    rootE.appendChild(messageE); and it works. :)
  5. Java XML: IndexOutOfBoundsException When appending a node

    Java XML: IndexOutOfBoundsException When appending a node

    Dear all,

    Now that I am writing a messenger program. The following code shall store the message history.
    Sadly, I've encountered an...
Results 1 to 5 of 5