Alexandre Bergel-7 wrote: > > Ok, I understand. > I need to access some Java library within Pharo. What I will do, is > probably the following: > - built a simple socket transmission between Pharo and Java. Just > sending string via sockets > - having a Groovy interpreter running on the JVM to access my library > > I think it will work pretty well and with no effort. >
Alexandre, you could use JNIPort. It is available on SqueakSource for Squeak and Pharo. HTH Joachim Geidel -- View this message in context: http://forum.world.st/JavaConnect-tp3625311p3641655.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
