Search:

Type: Posts; User: ardisamudra

Page 1 of 2 1 2

Search: Search took 0.10 seconds.

  1. Replies
    1
    Views
    904

    [Asking] Response Serial Conection

    Hi all,

    I got a problem with serial communication. I want to communicate my PC and reader, look like this below.

    2483

    I got success when sending data to reader (I sent "display command" and...
  2. Replies
    3
    Views
    1,010

    [SOLVED] Re: [Asking] Problem send email

    Thanks for replay..

    Now I understand what pop3 and imap are. Last time I got error because I didn't add certificate to my keystore. Thanks Norm and djsiavens.
  3. Replies
    3
    Views
    1,010

    [SOLVED] [Asking] Problem send email

    Hi all,

    I got the problem about send email If I used protocol besides smtp. I success if i was sending email with smtp protocol. But I failed if I was sending with POP, IMAP.
    It is the succed...
  4. Thread: sendEmail

    by ardisamudra
    Replies
    3
    Views
    1,248

    Re: sendEmail

    Hi,,

    You need set object properties. Take a look these code below



    import java.util.Properties;
    import javax.mail.Authenticator;
    import javax.mail.Message;
    import...
  5. Replies
    6
    Views
    3,809

    [SOLVED] Re: [Asking] Store method in HashMap

    Thank you Norm,

    Finally I got it :)
  6. Replies
    6
    Views
    3,809

    [SOLVED] Re: [Asking] Store method in HashMap

    Hi Norm,
    Do you know about reflection in java ? I little don't understand about that.
  7. Replies
    6
    Views
    3,809

    [SOLVED] Re: [Asking] Store method in HashMap

    Hi norm,
    Yes, I use it
    The code will print Help me!!
    But it's difficult to use param on showHelp method. Please tell me if i did mistake on explanation
  8. Replies
    6
    Views
    3,809

    [SOLVED] [Asking] Store method in HashMap

    Hi everyone,

    I got trouble about storing method in HashMap. I got the example but there is no parameter in method, You can see the code below


    import...
  9. Re: [Asking] Sending and Receiving Data via Serial

    Thanks Zaphod_b,,

    Sorry for late reply post :)
  10. Re: [Asking] Sending and Receiving Data via Serial

    can you give me some example. I got a problem in ubuntu
  11. [Asking] Sending and Receiving Data via Serial

    Hi, anybody know how to send and receive via serial in Java ?

    Please share information to me
  12. Replies
    2
    Views
    1,290

    Re: [Asking JDOM2] Save List in XML

    Oke thanks, I got it :)

    Btw,JAXB looks the same JDOM2. Just because there is marshall and unmarshall in JAXB and JDOM2 not. But both of them have the same output xml
  13. Replies
    2
    Views
    1,290

    [Asking JDOM2] Save List in XML

    Hi everyone,

    Is there any posibilitie to set list in xml form ?

    Hope for reply please :)

    Thanks
  14. Replies
    1
    Views
    1,280

    [Asking] How To Use Jpos Space

    Hello guys

    Anyone know about how to use Jpos Space ?

    Please share me

    Thanks :)
  15. [Asking] Unable to build: the file dx.jar was not loaded from the SDK folder!

    I got the problem after update ADT and SDK, I can't run my android project. I always got Unable to build: the file dx.jar was not loaded from the SDK folder!.

    Please anyone help me :(
  16. Replies
    0
    Views
    1,153

    [Asking] httpclient with ssl

    Hi everyone,

    I got a problem httpclient that connect to ssl server.

    Here my function to excute httpclient



    public void run() {
    HttpClient hc = new HttpClient();
  17. Replies
    8
    Views
    2,156

    [SOLVED] Re: [Asking] Convert String to Byte Array

    Hi Zaphod....

    Thanks for your code, so the full code perhaps like this below


    public static void convertStr2Byte() {
    String strKey = "BDE540BD7E91EDACA3B0125FE004F52C";
    ...
  18. Replies
    8
    Views
    2,156

    [SOLVED] Re: [Asking] Convert String to Byte Array

    Hi copeg...
    The current encoding have length 32. So in the array should be like this

    bytKey[0] = 0x42;
    bytKey[1] = 0x44;
    bytKey[2] = 0x45;
    ........
    ........
    bytKey[31] = 0x43;
  19. Replies
    8
    Views
    2,156

    [SOLVED] Re: [Asking] Convert String to Byte Array

    Hi, copeg..

    I expect the byte array from the String , may be I'm wrong about array example writing.

    The arrray should be like this :

    bytKey[0] = 0xBD;
    bytKey[1] = 0xE5;
    ........
    ........
  20. Replies
    8
    Views
    2,156

    [SOLVED] [Asking] Convert String to Byte Array

    Hi everyone,

    I get confused when to convert string to byte array. let's go to the code

    String strKey = "BDE540BD7E91EDACA3B0125FE004F52C";
    byte[] bytKey = strKey.getBytes();
    ...
  21. Replies
    7
    Views
    1,847

    [SOLVED] Re: [Asking] Listener on Text Area

    Ok thanks,

    Now I can write the log :)
  22. [SOLVED] Re: Help! ComboBox, CheckBox, RadioButton and TextArea/TextField

    Hi..

    Actually, I just drag and drop and then the code will be generated by netbeans. Cause I already tell in netbeans you just drag and drop :)

    And in netbeans, you only think about what action...
  23. [SOLVED] Re: Help! ComboBox, CheckBox, RadioButton and TextArea/TextField

    Hi Kinshen09

    You can see my code below


    /*
    * To change this template, choose Tools | Templates
    * and open the template in the editor.
    */
  24. Re: How to Create a Desktop Application with Database

    Can you describe more details ?
  25. [SOLVED] Re: Help! ComboBox, CheckBox, RadioButton and TextArea/TextField

    Hi Kinshen09

    You already using netbeans, but why the interface not the same like the picture? Don't u just drag and drop with that
Results 1 to 25 of 30
Page 1 of 2 1 2