native-code
Which Java native compilers can be recommended? [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a[详细]
2023-03-21 02:29 分类:问答Eclipse doesn't copy my native libs
I\'m trying to build a plugin that contains some native libraries. The project has the standard maven layout but is currently not configured as a maven project for m2e. (I will do this after eclipse c[详细]
2023-03-20 12:27 分类:问答Identify library file/Source that contains native method implementation
How to identify library file that contains implementation of native methods ? Ex. public native String intern();[详细]
2023-03-19 09:45 分类:问答Debugging native c++ threads
I have developed some c++ libraries and now I want to use it in android, but I have a 开发者_运维问答problem, I\'m not able to debug this libraries on android, I have tried withSequoyah plugin for ecl[详细]
2023-03-18 18:29 分类:问答Native types and Generics
I want to create a native array and access it managed code. I don\'t want to re write code to different types, (int, long, float, double) therefore tried using generics.[详细]
2023-03-16 14:52 分类:问答How to use ARM Assembly code in an Android project?
I\'m not particularly experienced with Assembly and ARM, but I was able to write a few routines in it and I\'d like to see how they run on an ARM-equi开发者_如何转开发pped Android device (Nexus S). Wh[详细]
2023-03-16 08:57 分类:问答How would you personally identify workstation by MAC address if there are several Ethernet adapters?
I have to identify workstation by unique identifier that must be stable. I decided to use MAC address but what shall I do if there are several ethernet adapters (some of them may belong to VMWare inst[详细]
2023-03-16 06:49 分类:问答How does CreateStdDispatch know what method to invoke?
i\'m faced with implementing an IDispatch interface. There are four methods, and fortunately 3 of them are easy:[详细]
2023-03-15 18:59 分类:问答Make package for Android
Problem Description I\'m writing module for Android (JAVA) that use native code (C). In JAVA I have created Class "MyClass.java" and implement all functions and 开发者_运维知识库classes ther[详细]
2023-03-15 00:40 分类:问答Native Object Oriented Compiler Library
Lately I\'ve been thinking about writing my own language - something I\'ve wanted to do for some time. I have had some guided experience in writing parsers/compilers for simple languages by using the[详细]
2023-03-14 12:05 分类:问答