Click here to Skip to main content
15,917,971 members
Home / Discussions / Java
   

Java

 
QuestionResize objects from an ArrayList Pin
ririsuperstar11-Jan-14 4:44
ririsuperstar11-Jan-14 4:44 
Questionjava technology Pin
Member 1051702110-Jan-14 16:25
Member 1051702110-Jan-14 16:25 
AnswerRe: java technology Pin
Richard Andrew x6410-Jan-14 16:44
professionalRichard Andrew x6410-Jan-14 16:44 
GeneralRe: java technology Pin
Richard MacCutchan10-Jan-14 22:11
mveRichard MacCutchan10-Jan-14 22:11 
AnswerRe: java technology Pin
Richard MacCutchan10-Jan-14 22:11
mveRichard MacCutchan10-Jan-14 22:11 
QuestionWould like to retrieve RGB pixel values from another method but couldn't retrieve it Pin
nurul azila9-Jan-14 5:02
nurul azila9-Jan-14 5:02 
QuestionRe: Would like to retrieve RGB pixel values from another method but couldn't retrieve it Pin
Richard MacCutchan9-Jan-14 21:17
mveRichard MacCutchan9-Jan-14 21:17 
QuestionProblem is to classify whether the video on YouTube is harassment type or not... Pin
nishaaggarwal8-Jan-14 22:39
nishaaggarwal8-Jan-14 22:39 
QuestionRe: Problem is to classify whether the video on YouTube is harassment type or not... Pin
Richard MacCutchan8-Jan-14 23:39
mveRichard MacCutchan8-Jan-14 23:39 
QuestionCode to convert from C# to Java (with goto) Pin
Kujtim Hyseni8-Jan-14 9:00
Kujtim Hyseni8-Jan-14 9:00 
AnswerRe: Code to convert from C# to Java (with goto) Pin
gettgotcha8-Jan-14 9:20
gettgotcha8-Jan-14 9:20 
AnswerRe: Code to convert from C# to Java (with goto) Pin
Richard MacCutchan8-Jan-14 22:24
mveRichard MacCutchan8-Jan-14 22:24 
GeneralRe: Code to convert from C# to Java (with goto) Pin
Kujtim Hyseni9-Jan-14 1:45
Kujtim Hyseni9-Jan-14 1:45 
GeneralRe: Code to convert from C# to Java (with goto) Pin
Richard MacCutchan9-Jan-14 1:52
mveRichard MacCutchan9-Jan-14 1:52 
QuestionTool for generating JNI (calling C/C++ code from java) Pin
doofx8-Jan-14 3:19
doofx8-Jan-14 3:19 
AnswerRe: Tool for generating JNI (calling C/C++ code from java) Pin
Richard MacCutchan8-Jan-14 6:09
mveRichard MacCutchan8-Jan-14 6:09 
GeneralRe: Tool for generating JNI (calling C/C++ code from java) Pin
doofx8-Jan-14 6:25
doofx8-Jan-14 6:25 
GeneralRe: Tool for generating JNI (calling C/C++ code from java) Pin
Richard MacCutchan8-Jan-14 6:44
mveRichard MacCutchan8-Jan-14 6:44 
GeneralRe: Tool for generating JNI (calling C/C++ code from java) Pin
doofx8-Jan-14 8:13
doofx8-Jan-14 8:13 
The javah command generates only the signatures of the methods but it doesn't generates conversion of the parameters i want to pass. Until now i managed to work only with 1 out of many tools exist - SWIG: http://en.wikipedia.org/wiki/SWIG[^]
SWIG command generates part of the implementation file (.c file) and converts variables to JNI types. For example it generates code of conversion from int to jint. One disadvantage of SWIG is that it doesn't convert internal struct if this one is inside external struct
QuestionError in JFrame while Drawing Graphics2D Pin
f2630-Dec-13 19:54
f2630-Dec-13 19:54 
AnswerRe: Error in JFrame while Drawing Graphics2D Pin
Richard MacCutchan30-Dec-13 23:06
mveRichard MacCutchan30-Dec-13 23:06 
GeneralRe: Error in JFrame while Drawing Graphics2D Pin
f2630-Dec-13 23:57
f2630-Dec-13 23:57 
Questionfinger prints (Bio Metrics) Pin
Member 1048716225-Dec-13 6:11
Member 1048716225-Dec-13 6:11 
AnswerRe: finger prints (Bio Metrics) Pin
jschell25-Dec-13 8:26
jschell25-Dec-13 8:26 
QuestionHow to access multiple webservices in single servlet Pin
revathi23423-Dec-13 20:26
revathi23423-Dec-13 20:26 

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.