Click here to Skip to main content
16,019,435 members
Home / Discussions / Java
   

Java

 
AnswerRe: Trying to understand this Pin
dasblinkenlight14-Apr-11 16:46
dasblinkenlight14-Apr-11 16:46 
GeneralRe: Trying to understand this Pin
Waldermort14-Apr-11 21:47
Waldermort14-Apr-11 21:47 
GeneralRe: Trying to understand this Pin
TorstenH.14-Apr-11 22:10
TorstenH.14-Apr-11 22:10 
GeneralRe: Trying to understand this Pin
Waldermort15-Apr-11 0:40
Waldermort15-Apr-11 0:40 
AnswerRe: Trying to understand this Pin
CodingLover14-Apr-11 18:24
CodingLover14-Apr-11 18:24 
QuestionUnable to load C# Dlls from Java Application Pin
Vodka_Chill14-Apr-11 3:02
Vodka_Chill14-Apr-11 3:02 
AnswerRe: Unable to load C# Dlls from Java Application Pin
Richard MacCutchan14-Apr-11 5:29
mveRichard MacCutchan14-Apr-11 5:29 
AnswerRe: Unable to load C# Dlls from Java Application Pin
jschell14-Apr-11 9:49
jschell14-Apr-11 9:49 
Via JNI it is rather simple to do the following.
1. Java calls JNI.
2. JNI calls secondardy dll (not managed code.)

However when the secondary dll is managed code one must take additional steps.

There are threads dealing with this in the Oracle Java JNI forum.

I believe one (or the only way) involves the correct implementation of the 'manifest'. That term refers to .Net code (the dll) and does NOT refer to the file associated with a java jar.


As a suggestion, myself I would not use JNI unless there is a proven need for it. Instead implement an executable which one manages in Java via Runtime.exec() or ProcessBuilder. It uses a communications API to talk between the app and Java. It is easier to debug, fix and it can't crash the VM.
QuestionIWAB0379E Unable to open http://localhost:8080/WebServiceProject/CalculatorPort?WSDL Pin
R V Reddy13-Apr-11 22:29
R V Reddy13-Apr-11 22:29 
AnswerRe: IWAB0379E Unable to open http://localhost:8080/WebServiceProject/CalculatorPort?WSDL Pin
David Skelly14-Apr-11 1:43
David Skelly14-Apr-11 1:43 
Questionsent from J2ME to webServer Pin
williamroma13-Apr-11 10:21
williamroma13-Apr-11 10:21 
AnswerRe: sent from J2ME to webServer Pin
CodingLover14-Apr-11 18:26
CodingLover14-Apr-11 18:26 
GeneralRe: sent from J2ME to webServer Pin
williamroma15-Apr-11 0:16
williamroma15-Apr-11 0:16 
GeneralRe: sent from J2ME to webServer Pin
CodingLover15-Apr-11 8:28
CodingLover15-Apr-11 8:28 
Questionhow to perform drag and drop funtion Pin
manoj_indits12-Apr-11 22:01
manoj_indits12-Apr-11 22:01 
AnswerRe: how to perform drag and drop funtion Pin
TorstenH.12-Apr-11 22:19
TorstenH.12-Apr-11 22:19 
QuestionTo develope own Java IDE Pin
manoj_indits12-Apr-11 21:54
manoj_indits12-Apr-11 21:54 
AnswerRe: To develope own Java IDE Pin
Luc Pattyn12-Apr-11 22:47
sitebuilderLuc Pattyn12-Apr-11 22:47 
AnswerRe: To develope own Java IDE Pin
CodingLover14-Apr-11 18:29
CodingLover14-Apr-11 18:29 
Questionsending sms from Net to Mobile Pin
R V Reddy12-Apr-11 2:45
R V Reddy12-Apr-11 2:45 
AnswerRe: sending sms from Net to Mobile Pin
Richard MacCutchan12-Apr-11 4:36
mveRichard MacCutchan12-Apr-11 4:36 
GeneralRe: sending sms from Net to Mobile Pin
TorstenH.12-Apr-11 21:37
TorstenH.12-Apr-11 21:37 
Questionmabye this question about netBeans(i dont' konw ) Pin
williamroma9-Apr-11 0:31
williamroma9-Apr-11 0:31 
AnswerRe: mabye this question about netBeans(i dont' konw ) Pin
williamroma9-Apr-11 1:13
williamroma9-Apr-11 1:13 
AnswerRe: mabye this question about netBeans(i dont' konw ) Pin
hyjiacan11-Apr-11 14:43
hyjiacan11-Apr-11 14:43 

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.