Click here to Skip to main content
15,897,891 members
Home / Discussions / Java
   

Java

 
Questioncolor fade animation for grid cells in swing Pin
amit ofer25-Mar-11 5:30
amit ofer25-Mar-11 5:30 
QuestionGluing JLabels to a contentPane Pin
kurt124-Mar-11 12:30
kurt124-Mar-11 12:30 
AnswerRe: Gluing JLabels to a contentPane Pin
JP_Rocks27-Mar-11 1:07
JP_Rocks27-Mar-11 1:07 
Questionusing scroll in java GUI Pin
williamroma23-Mar-11 2:23
williamroma23-Mar-11 2:23 
AnswerRe: using scroll in java GUI Pin
TorstenH.23-Mar-11 3:46
TorstenH.23-Mar-11 3:46 
QuestionHow can we call c++ functions by using java code Pin
sankardunga21-Mar-11 1:09
sankardunga21-Mar-11 1:09 
AnswerRe: How can we call c++ functions by using java code Pin
Richard MacCutchan21-Mar-11 2:59
mveRichard MacCutchan21-Mar-11 2:59 
AnswerRe: How can we call c++ functions by using java code Pin
jschell21-Mar-11 7:52
jschell21-Mar-11 7:52 
Besides JNI you can also do the following.
1. Wrap your C++ code in a executable
2. provide a communications interface (such as sockets)
3. Run/manage the the executable via Runtime.exec() and communicate with it via the communications api.

The advantage to this over JNI is that it is easier to debug and the native code cannot crash the java VM.
GeneralRe: How can we call c++ functions by using java code Pin
Richard MacCutchan21-Mar-11 8:51
mveRichard MacCutchan21-Mar-11 8:51 
GeneralRe: How can we call c++ functions by using java code Pin
jschell22-Mar-11 8:04
jschell22-Mar-11 8:04 
GeneralRe: How can we call c++ functions by using java code Pin
Richard MacCutchan22-Mar-11 8:21
mveRichard MacCutchan22-Mar-11 8:21 
QuestionTIME in java Pin
williamroma20-Mar-11 0:38
williamroma20-Mar-11 0:38 
AnswerRe: TIME in java Pin
Richard MacCutchan20-Mar-11 5:04
mveRichard MacCutchan20-Mar-11 5:04 
AnswerRe: TIME in java Pin
TorstenH.20-Mar-11 7:39
TorstenH.20-Mar-11 7:39 
AnswerRe: TIME in java Pin
Luc Pattyn20-Mar-11 11:31
sitebuilderLuc Pattyn20-Mar-11 11:31 
GeneralRe: TIME in java Pin
shi-fj31-Mar-11 4:34
shi-fj31-Mar-11 4:34 
AnswerRe: TIME in java Pin
CodingLover22-Mar-11 18:38
CodingLover22-Mar-11 18:38 
GeneralRe: TIME in java Pin
williamroma23-Mar-11 2:20
williamroma23-Mar-11 2:20 
GeneralRe: TIME in java Pin
CodingLover23-Mar-11 18:57
CodingLover23-Mar-11 18:57 
QuestionJ2EE Enterprise Application Pin
future383919-Mar-11 16:05
future383919-Mar-11 16:05 
AnswerRe: J2EE Enterprise Application Pin
Richard MacCutchan19-Mar-11 22:22
mveRichard MacCutchan19-Mar-11 22:22 
AnswerRe: J2EE Enterprise Application Pin
TorstenH.20-Mar-11 7:40
TorstenH.20-Mar-11 7:40 
GeneralRe: J2EE Enterprise Application Pin
David Skelly20-Mar-11 23:18
David Skelly20-Mar-11 23:18 
GeneralRe: J2EE Enterprise Application Pin
TorstenH.22-Mar-11 1:36
TorstenH.22-Mar-11 1:36 
AnswerRe: J2EE Enterprise Application Pin
RaviRanjanKr5-Apr-11 2:58
professionalRaviRanjanKr5-Apr-11 2:58 

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.