Can swig help me with creating java objects and calling java methods from C++ code?
you should take a look at http://www.scilab.org/products/other/giws I know giws does what you want.. But I don't know if swig can java from c++ Sunil. On Sun, Oct 21, 2012 at 6:27 PM, Radim Kolar <hsn@...> wrote: > Can swig help me with creating java objects and calling java methods > from C++ code? > > > ------------------------------------------------------------------------------ > Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics > Download AppDynamics Lite for free today: > http://p.sf.net/sfu/appdyn_sfd2d_oct > _______________________________________________ > Swig-user mailing list > Swig-user@... > https://lists.sourceforge.net/lists/listinfo/swig-user >
On 21/10/12 13:57, Radim Kolar wrote: > Can swig help me with creating java objects and calling java methods > from C++ code? Yes, look at the director feature in the documentation. William