1

the libpurple it written in cpp,Is it possible to use it in java application with cross-platform feature?

Shisoft
  • 4,197
  • 7
  • 44
  • 61

1 Answers1

1

Sure, you can call native code from Java via JNI or (easier) JNA.

Michael Borgwardt
  • 342,105
  • 78
  • 482
  • 720