[Pharo-project] JavaConnect
Hi! What is the status of JavaConnect? Can I make Pharo talk to Java? Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
As far as I know, JNIPort is more mature. Cyrille even had a small experiment in which he connected Moose to VerveineJ. Maybe he can tell us more. I would very much like to have this topic experimented with. Cheers, Doru On 24 Jun 2011, at 22:09, Alexandre Bergel wrote:
Hi!
What is the status of JavaConnect? Can I make Pharo talk to Java?
Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
-- www.tudorgirba.com "There are no old things, there are only old ways of looking at them."
Cyrille, I tried to load Version 2.0 of ConfiguratinoOfJNIPort in a Moose 4.5. The classes LibCLibrary and Alien are apparently missing. Cheers, Alexandre On 24 Jun 2011, at 17:11, Tudor Girba wrote:
As far as I know, JNIPort is more mature. Cyrille even had a small experiment in which he connected Moose to VerveineJ. Maybe he can tell us more.
I would very much like to have this topic experimented with.
Cheers, Doru
On 24 Jun 2011, at 22:09, Alexandre Bergel wrote:
Hi!
What is the status of JavaConnect? Can I make Pharo talk to Java?
Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
-- www.tudorgirba.com
"There are no old things, there are only old ways of looking at them."
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Alexandre Bergel-7 wrote:
Cyrille,
I tried to load Version 2.0 of ConfiguratinoOfJNIPort in a Moose 4.5. The classes LibCLibrary and Alien are apparently missing.
Cheers, Alexandre
Alexandre, please follow the installation instructions on the Wiki page of the JNIPort project on SqueakSource. LibCLibrary and Alien are classes from the Alien library, which has to be installed before loading JNIPort. I did not include Alien packages in the prerequisites of ConfigurationOfJNIPort, and I did this on purpose (too many combinations of Squeak and Pharo releases - not worth the effort). HTH Joachim Geidel -- View this message in context: http://forum.world.st/JavaConnect-tp3623503p3641661.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
Ok, thanks. I will try Alexandre On Jul 3, 2011, at 10:38 AM, Joachim Geidel <joachim.geidel@onlinehome.de> wrote:
Alexandre Bergel-7 wrote:
Cyrille,
I tried to load Version 2.0 of ConfiguratinoOfJNIPort in a Moose 4.5. The classes LibCLibrary and Alien are apparently missing.
Cheers, Alexandre
Alexandre,
please follow the installation instructions on the Wiki page of the JNIPort project on SqueakSource. LibCLibrary and Alien are classes from the Alien library, which has to be installed before loading JNIPort. I did not include Alien packages in the prerequisites of ConfigurationOfJNIPort, and I did this on purpose (too many combinations of Squeak and Pharo releases - not worth the effort).
HTH Joachim Geidel
-- View this message in context: http://forum.world.st/JavaConnect-tp3623503p3641661.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
participants (3)
-
Alexandre Bergel -
Joachim Geidel -
Tudor Girba