Click here to Skip to main content
15,898,134 members
Home / Discussions / Java
   

Java

 
QuestionHow to Align Radio Buttons in MigLayout? Pin
chdboy16-Oct-13 0:42
chdboy16-Oct-13 0:42 
QuestionJScrollPane is not showing the frame properly Pin
chdboy14-Oct-13 19:36
chdboy14-Oct-13 19:36 
AnswerRe: JScrollPane is not showing the frame properly Pin
Shubhashish_Mandal16-Oct-13 20:51
professionalShubhashish_Mandal16-Oct-13 20:51 
Questionjava file Pin
hemanthpoluru13-Oct-13 15:19
hemanthpoluru13-Oct-13 15:19 
AnswerRe: java file Pin
Richard MacCutchan13-Oct-13 20:46
mveRichard MacCutchan13-Oct-13 20:46 
AnswerRe: java file Pin
Logical9416-Oct-13 19:09
professionalLogical9416-Oct-13 19:09 
Questionabout java socket Pin
rualchina12-Oct-13 4:48
rualchina12-Oct-13 4:48 
AnswerRe: about java socket Pin
jschell12-Oct-13 10:34
jschell12-Oct-13 10:34 
As a guess the actual question is basically...

You have an existing C\C++ service that use TCP to return the structure that you posted. And you want to write java to do it.

The basics steps.
1. Figure out if the server is big endian or little endian.
2. Learn basic java
3. Learn java sockets.
4. Implement a java client socket.
5. Call the server and get the result.
- Parse the result based on 1.

You might want to verify that you don't need to send anything.
GeneralRe: about java socket Pin
rualchina12-Oct-13 17:19
rualchina12-Oct-13 17:19 
GeneralRe: about java socket Pin
rualchina12-Oct-13 17:24
rualchina12-Oct-13 17:24 
GeneralRe: about java socket Pin
Richard MacCutchan12-Oct-13 23:58
mveRichard MacCutchan12-Oct-13 23:58 
GeneralRe: about java socket Pin
rualchina13-Oct-13 4:02
rualchina13-Oct-13 4:02 
GeneralRe: about java socket Pin
Richard MacCutchan13-Oct-13 4:53
mveRichard MacCutchan13-Oct-13 4:53 
GeneralRe: about java socket Pin
jschell14-Oct-13 8:00
jschell14-Oct-13 8:00 
QuestionImage transfer using TCP/IP Pin
Claraviolet10-Oct-13 5:22
Claraviolet10-Oct-13 5:22 
AnswerRe: Image transfer using TCP/IP Pin
Richard MacCutchan10-Oct-13 6:18
mveRichard MacCutchan10-Oct-13 6:18 
GeneralRe: Image transfer using TCP/IP Pin
Albert Holguin15-Oct-13 14:48
professionalAlbert Holguin15-Oct-13 14:48 
GeneralRe: Image transfer using TCP/IP Pin
Richard MacCutchan15-Oct-13 21:18
mveRichard MacCutchan15-Oct-13 21:18 
AnswerRe: Image transfer using TCP/IP Pin
Logical9416-Oct-13 19:04
professionalLogical9416-Oct-13 19:04 
QuestionAdding more than one JPanel to my JFrame(North,South) Pin
chdboy7-Oct-13 18:02
chdboy7-Oct-13 18:02 
SuggestionRe: Adding more than one JPanel to my JFrame(North,South) Pin
Richard MacCutchan7-Oct-13 21:31
mveRichard MacCutchan7-Oct-13 21:31 
GeneralRe: Adding more than one JPanel to my JFrame(North,South) Pin
chdboy9-Oct-13 1:13
chdboy9-Oct-13 1:13 
GeneralRe: Adding more than one JPanel to my JFrame(North,South) Pin
Shubhashish_Mandal9-Oct-13 3:15
professionalShubhashish_Mandal9-Oct-13 3:15 
GeneralRe: Adding more than one JPanel to my JFrame(North,South) Pin
chdboy9-Oct-13 19:04
chdboy9-Oct-13 19:04 
GeneralRe: Adding more than one JPanel to my JFrame(North,South) Pin
Richard MacCutchan9-Oct-13 4:24
mveRichard MacCutchan9-Oct-13 4:24 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.