Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. sayantam

    Java Sockets and Winsock (TCP)

    hi , this is because java and c++ allocates diffrent byte sizes for same/similar data types. for ex u must be aware that java string is in UTF format while c++ is ascii. Similarly for other variables. I think u'll have to put a jni layer b/w ur java client and c++ server, to make comaptible the...
  2. sayantam

    JNI

    If I load a dll file from java, using System.loadLibrary() method, how long does this dll stay in memory. Is it dependent on the operating system? That is if windows feels like taking it out of the memory then my java application may crash, if it makes a call to the dll. Or is it that the dll...

Part and Inventory Search

Back
Top