Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

9
votes
1answer
498 views

Is there any API which can detect GPS location is changed in the iPhone native application?

I want to show gps coordinates in the Label, is there any default API which can observe/detect that GPS location is changed,so we that I should be able to take and show new GPS location in the label.
8
votes
4answers
5k views

How to import a class from default package

Possible Duplicate: How to access java-classes in the default-package? I am using Eclipse 3.5 and I have created a project with some package structure along with the default package. I have one ...
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 ...
4
votes
2answers
99 views

Running code only once in an OCaml library

I am writing an OCaml library that has some initialization code that needs to be run only once during the lifetime of the program using the library (and store some state that will persist for the ...
4
votes
8answers
2k views

Multiple threads stuck in native calls (Java)

I have a problem with an application running on Fedora Core 6 with JDK 1.5.0_08. After some amount of uptime (usually some days) threads begin getting stuck in native methods. The threads are locked ...
3
votes
2answers
337 views

How to retrieve the file previews used by windows explorer in Windows vista and seven?

I am developing a Delphi documents management application, so somehow I am giving the user some functionality similar to windows explorer. I would like to know if there is a way to get the preview ...
3
votes
1answer
889 views

Overwriting Native Methods in Javascript

I'm doing some analysis of some Javascript and I want to keep javascript enabled, but disable all alert() boxes and self.location redirects. Currently I'm using a regex proxy, but that seems like ...
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 ...
2
votes
1answer
102 views

Java field descriptor for Object[][]

Whats field descriptor for an Object[][] within a method descriptor? Say there exists a class foo.bar.Class and a method takes a Class[][], according to ...
2
votes
2answers
729 views

Send multiple messages between a native named pipe and a System.IO named pipe

I need to send multiple messages between a native named pipe and a System.IO named pipe. I got the code for both ends of this communication from the All-In-One Code Framework (IPC and RPC). Server: ...
1
vote
2answers
42 views

Where to place a shared library .so for JNI native calls when deploying on Glassfish JEE application

I have a Glassfish 3.1.1 web application for JEE6 running. one of my classes has a native library dependencie. I'm using JNI to use this native method. Part of that process involves creating a shared ...
1
vote
1answer
47 views

how to get the process output when using jna and CreateProcessW

I'm trying to figure out how to read the standard out/err from the process I've created with CreateProcessW. I looked at the docs, googled and searched this list but I didn't find good ...
1
vote
1answer
64 views

list of methods for use with android NativeActivity

Does anyone know where I can find a list of all the native c/c++ methods and functions for use with the android NativeActivity. I cant seem to find a list anywhere on the google/android site and Ive ...
1
vote
3answers
51 views

Managing a ZIP-based compression file in Java

I know that Java natively supports the ability to navigate through and ope files compressed within a ZIP file, as that is what a JAR file is. How can I utilize this to make and manage a ZIP-based file ...
1
vote
2answers
2k views

Android - How to enable CheckJni for NDK development?

Can someone please tell me if I'm missing something here? I am trying the following commands in shell. $ ./adb shell stop $ ./adb shell setprop dalvik.vm.checkjni true $ ./adb shell start But ...
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
2answers
29 views

UnsatisfiedLinkError java exception when the class with the native method is not in the default package

I am trying to open a URL with the default Windows browser, in Java. Unfortunately, I cannot use the Desktop class utilities since the code has to be compatible with 1.5. As a solution, I am calling ...
0
votes
0answers
62 views

Android flex application access native functionality like Battery level

I have flex application in which i want to access native info like Battery Level, Network Level, and Volume Level. And my aaplication also should capable to send intent to other Native applications. ...
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?
0
votes
2answers
107 views

Native C code calling from Java Swing GUI

I am trying to read and write to the parallel port, I implemented the writing and reading in C, now I want to import that code into a java GUI application. I managed to include the C .so file into the ...
0
votes
2answers
300 views

Unsatisfied Link Error Help Java JNI Eclipse

Hi I am trying to run a project in eclipse and am getting the runtime error: Exception in thread "main" java.lang.UnsatisfiedLinkError: mywrapperclass.nativemethod()V I only get the error code when ...
0
votes
1answer
51 views

Test JsonUtils in GWTTestCase

I want to create some testcase to see if my JSON parsing classes work correct. Therefore I want to instanciate them wiht a JavaScript object which I create form a JSON String throw the JsonUtils. My ...
0
votes
1answer
53 views

JNA set pointer to Boolean

How is possible to set a pointer to a boolean value? For long I use Pointer pointer = new Memory (size); pointer.setLong(0, longValue); pointer.setBoolean(...) is not definde, so for boolean I tray ...
0
votes
2answers
91 views

Javascript native sort method code

Any idea how I can view the implementation of native javascript methods specifically the sort method. The reason why I am looking for this I am just wondering what the algorithm used is and what is ...
0
votes
2answers
170 views

MarshalAs attribute case study

When should we use this attribute and why do we need it? For example, if the native function in c takes as a parameter a pointer to unsigned char, and I know that it's needed to fulfill the array of ...
0
votes
0answers
134 views

Error trying to access native method

Am developing a BlackBerry app and I have a third party JAR file which i make it as library and i am extending it in my application. The problem is when I try to access to some method of that library, ...
0
votes
1answer
266 views

How to use a native .so with Glassfish 3.1

I am trying to build a web interface for an embedded device, that will display network statistics. I am using Glassfish 3.1 Application Server, and I would like to use jnetpcap to listen to network ...
0
votes
2answers
628 views

android mupdf libmupdf.so runtime error “No implementation found for native openFile”

I just finished compiling mupdf from mupdf.com on my mac. Took some time to figure it out but now I have a libmupdf.so in my libs/armeabi folder. They provide an example of this class called ...
0
votes
2answers
296 views

How JVM call the native method in host environment

These day I have been reading about Java Native Interface.So by the way I do have doubt.Let say for a instance,If we need to do a I/O operation in Java program, we exercise the Java API for I/O ...
0
votes
1answer
65 views

How to use JNI in a Dynamic web project?

I've written a native method to access port. I am able to run the JNI in a simple Java project. However, when I try to run it in a web project, I'm getting an exception like this: Exception in ...
0
votes
1answer
158 views

How to call a function written in assembly language code from java?

hi i would like to incorporate assembly language code with java.. guys give me some idea and example programs like hello world because assembly language is new to me..
0
votes
2answers
205 views

How do I locate the source of an Unmanaged exception?

I have a WinForms application in which I want to be able to provide an HTML editing feature. So I've translated Lutz Roeder's HTML Writer from C# into VB.NET, and converted it from a windows form ...
0
votes
2answers
568 views

C# Implement Late Binding for Native Code

We are working with an existing native application (most likely written in VB) that loads assemblies and calls methods with "Late Binding." We do NOT have access to its source code. We want to ...
0
votes
2answers
152 views

Finding a process from Java

In Java or via some Eclipse plugin, is it possible to find a process by name without dropping down to native code? Specifically, I want to determine if a web browser is running and let the user know ...
0
votes
1answer
180 views

TestDriven.NET and native C Library

I am working on a C# application that makes calls to a native Windows C dll. We use TestDriven.NET with xUnit for testing. The problem is, whenever we run unit tests that use the C library (which we ...