Re: [Pharo-users] troubles with JNIPort on Pharo 5 / Java 8

2015-08-10 Thread Joachim Geidel
Thanks a lot! I will look into the problem with the test package as soon as possible. Joachim Am 9. August 2015 17:29:42 MESZ, schrieb Tudor Girba-2 [via Smalltalk] ml-node+s1294792n4841826...@n4.nabble.com: Ok. I added now: - 3.1-alpha with packages for pharo 5 - development and stable

Re: [Pharo-users] troubles with JNIPort on Pharo 5 / Java 8

2015-08-09 Thread Joachim Geidel
Hi Tudor, some progress in Pharo 5: Am 28.07.2015 um 16:10 schrieb Tudor Girba-2 [via Smalltalk] ml-node+s1294792n4839785...@n4.nabble.com: I also tried with Pharo4 and Pharo5, but it does not work because I get a MNU for GhostClassBuilder#client:. I fixed it in a Pharo5 image by

Re: [Pharo-users] troubles with JNIPort on Pharo 5 / Java 8

2015-08-09 Thread Tudor Girba
Hi, Great. However, I notice that you have some distinct version names, and this seems to throw MC off. For example, when trying to load the latest version of ConfigurationOfJNIPort: - we get: ConfigurationOfJNIPort-JoachimGeidel.3.0a3 - instead of: ConfigurationOfJNIPort-JoachimGeidel.3.0a4

Re: [Pharo-users] troubles with JNIPort on Pharo 5 / Java 8

2015-08-09 Thread Tudor Girba
Hi, I tested your changes, and I confirm that the code works fine in Pharo 5. Now, we just need to get them published :). Cheers, Doru On Sun, Aug 9, 2015 at 12:50 PM, Tudor Girba tu...@tudorgirba.com wrote: Hi Joachim, This is great news! Thanks a lot for looking into this. Could you

Re: [Pharo-users] troubles with JNIPort on Pharo 5 / Java 8

2015-08-09 Thread Tudor Girba
Hi Joachim, This is great news! Thanks a lot for looking into this. Could you commit your changes? Or could you grant me access to the JNIPort project? Cheers, Doru On Sun, Aug 9, 2015 at 12:25 PM, Joachim Geidel joachim.gei...@onlinehome.de wrote: Hi Tudor, some progress in Pharo 5:

Re: [Pharo-users] troubles with JNIPort on Pharo 5 / Java 8

2015-08-09 Thread Joachim Geidel
Hi Tudor, Am 09.08.2015 um 13:27 schrieb Tudor Girba: I tested your changes, and I confirm that the code works fine in Pharo 5. Now, we just need to get them published :). I tend to avoid words like „just“, „simply“ etc. when talking about software. ;-) The ConfigurationOfJNIPort should be

Re: [Pharo-users] troubles with JNIPort on Pharo 5 / Java 8

2015-08-09 Thread Joachim Geidel
Am 09.08.2015 um 14:36 schrieb Tudor Girba-2 [via Smalltalk] ml-node+s1294792n4841819...@n4.nabble.com: However, I notice that you have some distinct version names, and this seems to throw MC off. For example, when trying to load the latest version of ConfigurationOfJNIPort: - we get:

Re: [Pharo-users] troubles with JNIPort on Pharo 5 / Java 8

2015-08-09 Thread Tudor Girba
Ok. I added now: - 3.1-alpha with packages for pharo 5 - development and stable symbolic versions for pharo 3 and pharo 5. The tests problem should still be solved. Do you still want to look at that? Once that is done, the tests packages should be added to the version. I can do that. Cheers,

Re: [Pharo-users] troubles with JNIPort on Pharo 5 / Java 8

2015-07-31 Thread Tudor Girba
Hi again, In the meantime I found the problem: if I replace self halt with a concrete execution, it works :). I also tested the passing of arguments back and forth between Pharo3 and Java 1.6 and that works fine, as well. Now, the only thing left is to get this running on Pharo5. Cheers, Doru

Re: [Pharo-users] troubles with JNIPort on Pharo 5 / Java 8

2015-07-30 Thread Tudor Girba
Hi again, I continued with experimentation in Pharo 3. Specifically, I would like to get a callback working, but something does not work out. Could you take a look below? Perhaps you can spot what I am doing wrong. Here is what I did: 1. I downloaded:

Re: [Pharo-users] troubles with JNIPort on Pharo 5 / Java 8

2015-07-29 Thread Tudor Girba
Hi Joachim, Thanks for the answer. Unfortunately, I am stuck at the moment too, and I have no idea how to proceed. I would really benefit from your, or someone else's, help :). Cheers, Doru On Tue, Jul 28, 2015 at 9:57 PM, Joachim Geidel joachim.gei...@onlinehome.de wrote: Hi Tudor,

Re: [Pharo-users] troubles with JNIPort on Pharo 5 / Java 8

2015-07-28 Thread Tudor Girba
Hi Joachim, Thanks for the answer. I did not have Java 1.6 anymore on my Yosemite, but I installed it now. For reference, here is how to get it: https://support.apple.com/kb/DL1572?locale=en_US I still have problems in Pharo5. I am trying the following script: http://ws.stfx.eu/CHS8KCAGWGO2 I

Re: [Pharo-users] troubles with JNIPort on Pharo 5 / Java 8

2015-07-28 Thread Joachim Geidel
Hi Tudor, unfortunately I haven’t had much time to work on JNIPort for a while. I have started to simplify some of the code, but this isn’t finished yet, and I have not yet looked into Pharo 4 and 5. The latest Pharo version I have worked with was 3, because I was waiting for the VM and

Re: [Pharo-users] troubles with JNIPort on Pharo 5 / Java 8

2015-07-17 Thread Joachim Geidel
Tudor Girba-2 wrote However, I do not know where to point JNIPortJNIInterface libraryFile: to. In the original instructions for Java 1.6, the code looked like: JNIPortJNIInterface libraryFile: '/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries/libclient.dylib' With JDK

[Pharo-users] troubles with JNIPort on Pharo 5 / Java 8

2015-07-10 Thread Tudor Girba
Hi, I am having trouble running JNIPort with Pharo 5 and Java 8 on Mac OS X 10.10.4. The code loads fine: Gofer new smalltalkhubUser: 'JNIPort' project: 'JNIPort'; configuration; loadVersion: '3.0-alpha'. However, I do not know where to point JNIPortJNIInterface libraryFile: to. In the original