What do you think about Windows 7? Write a review or a how-to about Microsoft's newest product and earn unlimited points!

 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Time Tested JNI Solutions: 1 - 25 of 36
 
What could be the maximum heap size we can configure for a JVM  on WAS 6.0.2.31 on AIX 64 bit and 32 bit platform
I'm using this code to catch keyboard events (and later mouse events when I finally get this working) and send the details of each event back to Java. My problem is that when HookKeyboardProc ...
When I enter my password, Using Internet Explorer 6, to log into the Trend Worry Free web console an error is produced: Object doesn't support this property or Method. I am attempting to ac...
I write a simple java hello world program with JNI. The java code and c code can be found in the code section. The program can be run at Windows environment successfully. However, I fail to ru...
I have used JacoZoom to convert OTACLient.dll("Mercury Quality Center 9.0 API) to java wrapper classes. I have a made JAR file from these classes and using this jar I am able to connect to Qua...
I'm trying to run some java code on Solaris 10, but I get the java.lang.UnsatisfiedLinkError whenever it tries to call my native method. Everything compiles properly and the .h file generated ...
i'm trying to compile some java code on Solaris 10. let's say I have the class MyClass in the file MyClass.java and it is located in the directory /export/home/asmyatt/TestApp/com/MyPackag...
Hi everybody, I hope someone know how I can fix my probleme ! So, I develop an application Client/Server with a tomcat server an a mySQL Database using java. In the server I need to loa...
Has anyone encountered problem with JRE 1.6 and JNI under MacOSX? We have a well running program under JRE1.5 but a java.lang.UnsatisfiedLinkError while loading the library under JRE 1.6. Th...
I am calling FindClass and GetMethodID in my C program. Sun JVM1.2 crashes at FindClass.  My other JVM passes FindClass, but returns zero with GetMethodID. Could anybody see problem in my cod...
If i have the C++ library where i have number of class .cpp files, where/how will i write the JNI_OnLoad method that gets called once when system.loadlibrary is called?
Hi All,        I am very new to the concept of JNI, is it possible to call .net .ddl from java code?? Please let know me know the process. Thanks in advance.
I am using jdk1.5 and JNI_VERSION_1.4. i am trying to create JVM as shown below jint ret;     char classpath[1024];     JavaVMInitArgs  vm_args; /* VM initialization arguments */     Java...
When trying to bring the db, I am getting: ORA-01122: database file 1 failed verification check. Information in this file is inconsistent with the information from the control file. ORA-01...
I have an exe file which is created in vb6 , what I want to do is load that exe and I have to calll a method of that exe file from a java code and I have to send some parameter from my java co...
Hello, I'm trying to call a .NET dll from a Java program using JNI. I attach the code snippet. I keep getting "UnsatisfiedLinkError" when I call the GeoCoder() method from the library. I'...
I have a Java class called "HelloWorld.java". I've compiled the class by typing "javac HelloWorld.java" so now I have "HelloWorld.class" in the same folder. I also have a C source file called ...
1) How to pass the resultset object of java from Java To C++ ( C Plus Plus ) as parameter through JNI. 2) As i want to pass resultset object , how can i access data in resultset from c+...
Does any body have screen canpture code in java (JNI) which captures the mouse cursor too? i have tried Robot but that doesn't capture mouse cursor
Hi Experts, The project comprises JSP as front-end and it has to communicate to C DLL through JNI. The environment is RAD and Websphere running on Windows 2003 Server. I need to know the...
Hi, I am trying to use JNI invocation interface to start a java program from a c++ dll and then receive call back from the java program (it happens to be a socket server , so i need to know w...
I haven't had the time yet to investigate this further, I have very little time right now so I hope to get some pointers in which direction I should put my precious time as it is now. I need t...
All, I am trying to get JOGL to work with an applet and I am exasperated.  I'll say up front for reasons I won't explain I do not want to use the JNLP Launcher.  I just want to use a plain ol...
I have libBoincResolve.so and base/Connector.class Connector.class has public static native String BoincResolve(String filename); and does System.loadLibrary("BoincResolve"); BoincRe...
I'm trying to connect C and Java code using SWIG. I would like to be able to redirect stdout/stderr of the C code through SWIG or JNI to store them in a string or file. Any ideas or links to f...