Tagged Questions
5
votes
4answers
2k views
What is native implementation in Java
If we look at the Java Object class then we can find some of the methods like
public native int hashCode(), protected native Object clone(),
so my question is what are these natives and how do these ...
2
votes
1answer
112 views
Is the source code of native methods available?
At first I want to let you know that this question is not related with What is native implementation in Java. I got many useful information from that thread.
I want to know that are the codes of the ...
0
votes
0answers
19 views
Receiving a string from unmanaged code via an out parameter
I've got a native library which has a function with the following signature:
int git_remote_download(char **filename, git_remote *remote);
I'm trying to consume it from my managed code like this:
...
0
votes
1answer
151 views
Adobe Air Native Process with Java
Does Adobe Air Native process only allows to call .exe file only which runs a java class ?
And not accessing a certain method in the java class?