Search:

Type: Posts; User: Kartika Wahyu I

Search: Search took 0.11 seconds.

  1. Re: Please help. Whats wrong with this code

    D:\Documents and Settings\Owner>javac 1.java
    1.java:15: class startListenForTCP is public, should be declared in a file named
    startListenForTCP.java
    public class startListenForTCP {
    ^...
  2. Re: Please help. Whats wrong with this code

    Here's the code:
    package mypkg;

    import java.io.BufferedReader;
    import java.io.IOException;
    import java.io.InputStreamReader;
    import java.net.InetAddress;
    import java.net.Socket;
    import...
  3. Re: Please help. Whats wrong with this code

    29882989299029912992

    Help me :(
  4. Re: Please help. Whats wrong with this code

    I don't know too. Do you think my code is correct? Or is there something wrong with my code? If there is something wrong with my code, please help me to fix it.
  5. Re: Please help. Whats wrong with this code

    Here's the code at line 48 :
    Log.e("In While", "msg :"+message);

    Please help me :(

    --- Update ---

    Here's the code at line 48 :
    Log.e("In While", "msg :"+message);
  6. Please help. Whats wrong with this code

    I want to make project about java communication with hardware (wiz110sr) via LAN (Rj45). And for example, my hardware have ip address 198.168.0.1 ; port: 1202, connected with my PC(via lan/Rj45). I...
  7. Please help with "cannot find symbol" error

    Hi, i wrote this code, but when i running program, there's error : "cannot find symbol method getInputStream()"

    Please help me..

    package Server;
    import java.net.*;
    import...
  8. Help me

    I want to receive data from wiz110sr (serial to ethernet converter) with java. but I'm confused how java can receive and storing incoming data automatically? where the incoming data is stored in...
  9. Re: Please solve my problem (how to make graph in java?)

    if later I find difficult, may I ask you? thankyou so much, Sir..
  10. Re: Please solve my problem (how to make graph in java?)

    @Norm:
    If this is not for beginners, I would still learn.
    Yes, I think the data is received via a socket. But, can java socket storing data automatically?
    Can you teach me sir? Or there is a...
  11. Re: Please solve my problem (how to make graph in java?)

    @Norm: how to display the incoming data in java?
    when data is entered into java, can the data directly stored? if it can be directly deposited, where the data automatically stored?
    I still a...
  12. Re: Please solve my problem (how to make graph in java?)

    can JPanel provide graphics in realtime? do you have a reference for me to read? thank you for your suggestions.
  13. Please solve my problem (how to make graph in java?)

    I want to create an application for remote monitoring. I want to display data such as voltage, current drawn from the microcontroller using wiz110sr (converter serial to ethernet) and shown in...
Results 1 to 13 of 14