Search the web
Sign In
New User? Sign Up
jnative-l · Java Native Interface (JNI)
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 173 - 202 of 362   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
173
Hi! I'm trying to get a bit of C++ working using the invocation api (Solaris 2.6/JDK1.1.5) to call a method which returns an object. The (java) object which is...
McClements, Neil: IT ...
neil.mcclements@...
Send Email
Jul 2, 1998
4:36 pm
174
Excerpts from jnative-l: 2-Jul-98 [JNATIVE-L] second method c.. McClements, Neil: IT@bar (1583*) ... Well, first thing I'd do is make sure that the bidPrice...
Blair Wyman
wyman@...
Send Email
Jul 2, 1998
5:16 pm
175
Hi folks - Has anyone out there run into the "_cerror does not fit" error message when trying to loadLibrary at runtime? What causes it? How is is fixed? I've...
Marie Alm
aalm@...
Send Email
Jul 3, 1998
5:32 pm
176
Dear JNI experts, In the 1.2 JNI API there are two new functions: jweak NewWeakGlobalRef(JNIEnv *env, jobject obj); void DeleteWeakGlobalRef(JNIEnv *env, jweak...
Paul Bandler
Paul.Bandler@...
Send Email
Jul 4, 1998
9:45 pm
177
Dear JNI experts, I am seeking sources of information regarding the relationship between the JVM's threads, and threads as may be used/manipulated by native ...
Paul Bandler
Paul.Bandler@...
Send Email
Jul 4, 1998
9:45 pm
178
... Broaching the obivous, but what about the 'obj' you made the weak reference from? Rob...
Rob Gordon
rgordon@...
Send Email
Jul 5, 1998
5:10 pm
179
This site contains assorted links and info about Microsoft's J/Direct technology: http://www.geocities.com/ResearchTriangle/Lab/8720/ -Sean jnative-l admin...
Sean C Sullivan
sullis@...
Send Email
Jul 6, 1998
2:21 am
180
... No it will not, as your C-code will not use the real systemcalls, but a small layer around it which makes them appear non-blocking for the JVM, but...
Rob Hulsebos
Rob.Hulsebos@...
Send Email
Jul 6, 1998
6:33 am
181
... It's no longer available. In one Java->C++ JNI call I retain a weak reference to a Java object. Sometime later in another Java->C++ JNI call I wish to...
Paul Bandler
Paul.Bandler@...
Send Email
Jul 6, 1998
6:38 am
182
Hi, Can somebody tell me the following: Q1. We have been using an exsisting code wrtten for Invocation API, communicating Java and C language. For generating...
Manoj Jhanji
manoj@...
Send Email
Jul 6, 1998
3:44 pm
183
... If I understand your question--you want to use code once used from a C program that created a VM via Invo API from a Java application --then you should...
Rob Gordon
rgordon@...
Send Email
Jul 6, 1998
5:22 pm
184
As Rob so nicely put it i have been assigned the task of putting a Java frontend to an existing c appl which links in many legacy .a libs. Reading part of EJNI...
Seema Jetli
SMJ@...
Send Email
Jul 6, 1998
6:33 pm
185
Hello Everyone, We are using JNI (JDK 1.1.5) to call Java methods from C++ on NT 4.0. The java classes reside on the server. If I map a drive letter to the...
Stephanie Westbrook
westbrook@...
Send Email
Jul 7, 1998
6:01 pm
186
In article <Pine.HPP.3.96.980707181752.16913B-100000@...>, ... If you want to avoid the javah step, use Microsoft's JVM. With the MS JVM, you...
Sean C Sullivan
sullis@...
Send Email
Jul 8, 1998
4:52 am
187
Hi, I'm currently facing a pretty peculiar problem. My application requires me to use JNI to talk to the legacy code, as there are certain well designed...
Manoj Jhanji
manoj@...
Send Email
Jul 8, 1998
10:48 am
188
You might use Rob Gordon's tips on debugging JNI code in his JNI book. We are using the ddd debugger(shell over gdb) here to debug JNI code. Basically, we ...
John Hughes
johnh@...
Send Email
Jul 8, 1998
3:42 pm
189
... Just to be 100% clear to ensure I understand this correctly: If I make a call to 'select()', specifying an infinite timeout, only the thread which called...
Paul Bandler
Paul.Bandler@...
Send Email
Jul 9, 1998
10:46 am
190
... As far as I have experienced until now: correct. The documentation from SUN is quite vague regarding this subject. I learned by trial (and much error...) ...
Rob Hulsebos
Rob.Hulsebos@...
Send Email
Jul 9, 1998
11:13 am
191
Hi all, I am waiting indefinitely on a "select" call (JNI method) in a thread. I have another thread that makes another native call in this shared library and...
Jobalia, Meenal
Mjobalia@...
Send Email
Jul 9, 1998
4:15 pm
192
I need to access a native function from a servet running on Netscape's Enterprise Server version 3.5.1. So far I have had absolutely no luck getting even a...
Adrian Stone
ASTONE@...
Send Email
Jul 10, 1998
1:18 pm
193
Why don't you look into Rob Gordon's Essential JNI ??? You will atleast get your "Hello, World !" application working :-) (joke) Best wishes. Manoj... ... -- ...
Manoj Jhanji
manoj@...
Send Email
Jul 10, 1998
1:38 pm
194
The ISBN for Rob's book is 0-13-679895-0. It's a very good book and the best JNI documentation I have found at this point. I got my feet wet with the JNI...
John Hughes
johnh@...
Send Email
Jul 10, 1998
3:52 pm
195
JRI is similar to JNI, with a few differences relating to initialization. The 1.x versions of Apple's MRJ SDK contained examples. Also, a while back I uploaded...
Chris Kelly
samizdat@...
Send Email
Jul 10, 1998
7:07 pm
196
Jobalia, I don't have a working solution, but have just today been thinking about a similar problem - i.e. how to cleanly interrupt a thread blocked on select....
Paul Bandler
Paul.Bandler@...
Send Email
Jul 10, 1998
5:46 am
197
I am quoting some statements from java bug reports.. in http://developer.javasoft.com/developer/techDocs/SearchData/dd/nativemethod s/29.html, ...
pradeep@...
Send Email
Jul 13, 1998
8:11 pm
198
First, I would highly recommend that you not use the built-in servlet support provided in NES351, or any other servlet provider that runs in Netscape's JVM if...
John Raykowski
jxski@...
Send Email
Jul 15, 1998
12:42 am
199
Hi, I call a native method whenever user clicks "OK" button of a modal dialog box. Whenever a double click is done on the button, i get a dump (not ... SIGSEGV...
Prashanth K.S.
prashanth@...
Send Email
Jul 23, 1998
8:48 am
200
Hello, I got the example source codes of "Essential JNI" and compiled them on HP-UX 10.20 with JDK 1.1.5. Most programs ran successfully, but I got error ...
Hideyuki Hayashi
hideyuki@...
Send Email
Jul 23, 1998
2:33 pm
201
Both of the there applications require an argument naming a directory containing the class you want to load. See the readme file in the examples directory....
Rob Gordon
rgordon@...
Send Email
Jul 23, 1998
3:04 pm
202
Thanks Andy and Rob, I can now successfully run those examples under chap5/example5 by specifying the directory name as follows: $ java LoaderMain .. $ java...
Hideyuki Hayashi
hideyuki@...
Send Email
Jul 24, 1998
3:23 am
Messages 173 - 202 of 362   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help