>I have a java applet, that by using JNI, allows u to use a scanner through
>a
[quoted text clipped - 5 lines]
> to
> turn all those functions I got, into the J# environment?
AFAIK, I don't think you'll be able to use the JNI stuff.
On the other hand, J# provides two methods for accessing native libraries.
One is the J/Direct method used by the old VJ++. The other is the
Platform/Invoke method common to all .Net languages.
This page should get you started:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_vjsharp/html
/vjgrfCallingNativeMethodsFromJavaSource.asp
Regards,
Will
Jason Chu - 15 Jul 2005 20:36 GMT
Thanks, I just need to know if there's a better way to do what I'm doing.
> >I have a java applet, that by using JNI, allows u to use a scanner through
> >a
[quoted text clipped - 18 lines]
> Regards,
> Will