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...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 333 - 362 of 362   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
333
- To unsubscribe use java-native-request@... Archives http://www.scruz.net/~cichlid/java-native-archive...
douglas.f.reynolds@...
Send Email
Jun 23, 1999
3:38 pm
334
- To unsubscribe use java-native-request@... Archives http://www.scruz.net/~cichlid/java-native-archive...
Guthalagowda, Tej
tej@...
Send Email
Jun 23, 1999
3:43 pm
335
I have done this. I don't think I was doing anything differently. Unfortunately I had to move back to 1.1 so I don't have anything I can test right at the...
Jim Adams
sasjaa@...
Send Email
Jun 23, 1999
6:52 pm
336
Hi, I'm writing some code that needs to allocate an array. So I use NewObjectArray to do it and specify the last parameter, the initial value, to NULL. It...
Graeme Wallace
graeme@...
Send Email
Jul 1, 1999
2:04 pm
337
This sounds like a minor misunderstanding. In the absence of a code sample, I'd guess that you're passing a NULL reference, vs. a valid Java object reference...
Kevin Ryan
rkevinr@...
Send Email
Jul 3, 1999
7:14 am
338
The mailing list archives now available as one big file at ftp://ftp.scruz.net/users/cichlid/public/mailing-list-archives They are compressed with gzip. You...
Andrew Burgess
aab@...
Send Email
Jul 14, 1999
10:53 pm
339
Hi there , I am currentlz trying to create a dll with Visual C++ in order to call it from the Java side. Unfortunately I am facing some problems with the cl...
Michael Ditze
midi@...
Send Email
Sep 9, 1999
4:14 pm
340
I guess you're trying to run cl from command line or a makefile and not from the VC++ IDE. I just opened a 4NT shell (allow me to put in a plug for my most...
Glenn Nelson
glennn@...
Send Email
Sep 9, 1999
4:35 pm
341
Hi there again , Thanks Glenn for your quick response. I tried to put the inlcude path in " " but still encounter the same problem. I even tried to include the...
Michael Ditze
midi@...
Send Email
Sep 14, 1999
3:26 pm
342
Excerpts from jnative-l: 9-Sep-99 [JAVA-NATIVE] cl command li.. Michael Ditze@uni-paderb (681*) ... I'm just guessing, but shouldn't there be a semicolon (or...
Blair Wyman
wyman@...
Send Email
Sep 14, 1999
5:10 pm
343
Thanks Dennis and Blair for your comments. Nonetheless, I still encounter the same problems with including the header files using the cl.exe compiler of Visual...
Michael Ditze
midi@...
Send Email
Sep 15, 1999
10:45 am
344
Hi there again , In the meantime I figured out where the problem is with the cl.exe compiler. It basically does not accept to include files with <>, but just...
Michael Ditze
midi@...
Send Email
Sep 15, 1999
12:39 pm
345
I haven't lately used my compiler from the command line, but here's the version info for Visual C++ 6.0 with Visual Studio service pack 2: Microsoft (R) 32-bit...
Glenn Nelson
glennn@...
Send Email
Sep 15, 1999
3:06 pm
346
Excerpts from jnative-l: 15-Sep-99 Re: [JAVA-NATIVE] cl comman.. "Michael Ditze"@uni-pade (1380*) ... Ahhh, aha. Although I don't know the particular...
Blair Wyman
wyman@...
Send Email
Sep 15, 1999
9:54 pm
347
Nope, not *quite* right, at least as far as Microsoft C compiler is concerned. In my experience, enclosing in "" means "search first in the current directory,...
Glenn Nelson
glennn@...
Send Email
Sep 15, 1999
11:31 pm
348
I had to remove the indexed mailing list archives because I was exceeding my disk quota. The complete compressed archives are still available at ...
Andrew Burgess
aab@...
Send Email
Oct 9, 1999
12:30 am
349
I am changing the internet access at cichlid.com to part time. This means I will be unable to host mailing lists. So I am looking for a home for each of the...
Andrew Burgess
aab@...
Send Email
Oct 11, 1999
8:12 pm
350
Why would I need a 24/7 connection just to host something like jnative? I have mailing list functionality through best.com. I have an announcements mailing...
Chris Kelly
samizdat@...
Send Email
Oct 11, 1999
8:32 pm
351
Hi everyone, can anyone tell how I would best override an InetAddress and DatagramPacket from the Java side to the native C-side such that I can access it and...
Michael Ditze
midi@...
Send Email
Oct 11, 1999
8:41 pm
352 Graham Phillips
grahamph@...
Send Email
Oct 12, 1999
4:50 pm
353
Hi Graham A copy would be great. Please mail it to midi@.... Thanks in advance for your efforts Cheers , Michael ... - To unsubscribe use...
Michael Ditze
midi@...
Send Email
Oct 12, 1999
5:16 pm
354
Hi Graham , Thanks for your immediate answer. I just had an an discussion with a collegue of mine that arose the following question : We are trying to give a...
Michael Ditze
midi@...
Send Email
Oct 13, 1999
12:43 pm
355
... I was more thinking about all the lists together. But for any sized list its nice to get instant answers to questions. A part time connection delays this. ...
Andrew Burgess
aab@...
Send Email
Oct 14, 1999
8:44 pm
356
Hello to all - Does this list still exist? If so: In my C code I'm doing a fork-execv to launch another program. That program launches fine in the child...
A. Marie Alm
alm@...
Send Email
Dec 3, 1999
10:02 pm
357
Hello, I'm trying to compile the fibonacci JNI example with JBuilder3 JVM and VC++6.0 under nt4 .. well, in fact, I just want the beast to find the function in...
Jozef Hitzinger
hitzinger@...
Send Email
Dec 21, 1999
8:34 am
358
Ok, I finally got it, sorry for the desperate cry. Here's the story: Javah tool in JBuilder3 did create wrong name: when the classes were in a package (package...
Jozef Hitzinger
hitzinger@...
Send Email
Dec 21, 1999
10:24 am
359
Excerpts from jnative-l: 21-Dec-99 [JAVA-NATIVE] Re: Problems .. Jozef Hitzinger@... (779*) ... FWIW, the javah command in the Sun version can goof this...
Blair Wyman
wyman@...
Send Email
Dec 22, 1999
8:10 pm
360
... Ah. So it's a feature, then. I must have overlooked it in the docs - can't remember reading anything about being in a specific dir when running javah as...
Jozef Hitzinger
hitzinger@...
Send Email
Jan 3, 2000
9:52 am
361
With JDK 1.2 can we get a handle to the native peer of JFrame or JWindow? Our main platform of interest is Linux. ... Glenn Nelson at Giavaneers Downtown Santa...
Glenn Nelson
glennn@...
Send Email
Jan 21, 2000
12:50 am
362
Cichlid.com has been down for the last week. I apologize to the members of the mailing lists hosted by cichlid.com for the inconvenience. Andrew - To...
Andrew Burgess
aab@...
Send Email
Apr 19, 2000
4:23 pm
Messages 333 - 362 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