Re: [Pharo-users] JavaLoader

2015-04-17 Thread Julien Delplanque
Ok I will do another test and if it fail again, I'll sent you the file. But not now cause I'm a bit busy this week-end. Maybe next week. Thanks for updating your project. Regards, Julien On 16/04/15 20:08, Blaine Buxton wrote: I updated the java loader library to Pharo 4 (load the latest from

Re: [Pharo-users] JavaLoader

2015-04-16 Thread Blaine Buxton
I updated the java loader library to Pharo 4 (load the latest from smalltalkhub.com). There was a few bugs and deprecated methods, but I fixed them all. I loaded a new Java 8 class (with lambdas) and everything is working. If you have a problem, could you send me the offending class to s...@blaineb

Re: [Pharo-users] JavaLoader

2015-03-26 Thread Julien Delplanque
Oh Java 3 I guess that's why there is an error when I try to load my Java 7 bytecode. It told me there is an error because of "<" symbol. I guess Java 3 didn't supports generics? (The first version of Java I used is Java 6 so i don't know.) Is there a way to update this package easily to be used

Re: [Pharo-users] JavaLoader

2015-03-26 Thread Blaine Buxton
It should work. It's something that I did several years ago around Java3. I've made sure it has worked with every Pharo release (the tests pass under Pharo3). I will look into why they are failing under pharo4. It's a project I did because I was mainly doing Java and go frustrated with serializati

Re: [Pharo-users] JavaLoader

2015-03-26 Thread Julien Delplanque
Oh thanks I'll check this out! :) On 26/03/15 14:05, Alexandre Bergel wrote: > Hi Julien, > > You should have a look at the Moose platform: http://moosetechnology.org > > Moose is made exactly to analyze software, and has more then 15 years of > engineering. Roassal

Re: [Pharo-users] JavaLoader

2015-03-26 Thread Alexandre Bergel
Hi Blaine, Can you tell us more about it. What is the current stage of it? It looks like highly promising. But it is a significant task to reach a usable state I imagine. Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:

Re: [Pharo-users] JavaLoader

2015-03-26 Thread Alexandre Bergel
Hi Julien, You should have a look at the Moose platform: http://moosetechnology.org Moose is made exactly to analyze software, and has more then 15 years of engineering. Roassal is a component of Moose. To analyze some Java, you need a tool to translate your .java

Re: [Pharo-users] JavaLoader

2015-03-26 Thread Julien Delplanque
Thanks for providing this lib :) Is it compatible with only a certain version of Java? On 26/03/15 16:02, Blaine Buxton wrote: > Hello, > I'm the developer of that library. I have some tests that should shed some > light. If you ned any help, just ping me. I try to keep it update with the > lates

Re: [Pharo-users] JavaLoader

2015-03-26 Thread Blaine Buxton
Hello, I'm the developer of that library. I have some tests that should shed some light. If you ned any help, just ping me. I try to keep it update with the latest Pharo releases. But, I haven't used it in a long time because I originally developed it to load in Java serialized streams and to read