> A better approach to this > challenge, is to setup your C based code as a separate server type > process, which listens on a socket. Then devise a simple (as simple as > possible) convention to pass data between your Java (based) and C based > processes.
in my case executing an external script from java is not a choice but a requirement. anyway, if i should implement what you suggest, then i'd simply use JNI, not a socket-based communication process between java and c... This message posted from opensolaris.org _______________________________________________ opensolaris-code mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/opensolaris-code
