Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Problem with displaying data

860088May 10 2011 — edited May 10 2011
Hello!

I am working on an application that is used to read serial port data and parse it.

The following problem arise:

When i print the data using
System.out.println("10.05.1108:12:19  1    11     00:00:02080012345                            2                                    ");
the program outputs the data in the correct way.
10.05.1108:12:19  1    11     00:00:02080012345                            2                                    
but when i add the data to the GUI
gui.addText("10.05.1108:12:19  1    11     00:00:02080012345                            2                                    ");
the program outputs:
:10:.05:.110:8:::1:2::1:9  1    11     00:0:0::02:0:8:0:0:1:2:345                :  : : : : : : : :   2               : : : : : : :  : :            
Any idea on solving this problem?

Thanks in advance!

Best Regards,
Dean

Comments

713479
Hi,

I resolved it and the solution is once we have install the MS certificate Authority on AD we need to reboot/start the domain controllers in order to propogate the changes and after the restart ldapbind was successful.

Thanks
1 - 1
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jun 7 2011
Added on May 10 2011
6 comments
263 views