• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

JNI with UDP !!!!

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
I am very new to JNI, so pls pardon my ignorance.
My application is supposed to read and transfer data from C program.
I am planning to use JNI for this. But one of the restriction i have
is that the communication should be using UDP/IP protocol. Does calling C prog using JNI cater to that ?
If not what isthe better approach.
The data to be read from C is big and data structure will have strings, int and images.
Pls help me.....
Thanks in advance
 
reply
    Bookmark Topic Watch Topic
  • New Topic