Because of JOP's Austrian origins, I have been pronouncing JOP the German way: "yop". But perhaps it is meant to be pronounced the English way? (The English...
The actual Java compiler from Sun (1.5) can now be used with the JOP distribution. On the way to more library functions (I try to add the collections classes...
I'm still fighting with the Java compiler and java.util from classpath. The compiler exception on the collection library happens with 1.4.2 and 1.5. Perhaps...
Hi Trevor, ... That's a kind of funny question ;-) Can you explain (hard in an e-mail) how the English way sounds? There is no 'official' pronunciation of JOP....
... Yeah, that's how I'd pronounce it: like "job". But I thought since you're from Austria maybe you pronounce it "yop". I just wanted to know the "correct"...
Hi i am trying to port jop on spartan IIE with Xess XSB-300E FPGA board. i am using s3sk project with slight changes like replacing of jbc rom with jbc_generic...
... I need a little bit more information on this to help. ... You probably forgot to build the tool chain with: make tools ... If you find an error in...
Hi JOP Fans! I see that Digilent, Digilintinc.com, the makers of Xilinx's S3 Starter Board, is offering a new and interesting Spartan3-based board, the "Nexys"...
... the link is: http://digilentinc.com/ ... Yes, that's a nice and cheap board. Similar to a board I was thinking to build, but with Alteras Cyclone II. The...
Hello all, I need a little help with reading from serial port. What i want to do is read approximately 20 characters from serial with a while loop, but the...
This is a bug in InputStream. It did not block when no characters are available, but returned the last one. I've corrected it, so either check it out from the ...
Hello Martin, Although the previous problem of reading from serial is solved, a new one came up. This time i think that neither my code, nor JOP cause this,...
Hi! I have been trying to checkout jop from opencores.com for the last two days. It seems that the site was down and has yet not fully recovered. Then I looked...
... You mean opencores.org, right? CVS isn't working for me anymore, either. By the way, has there been any talk of moving from CVS to Subversion? I'd be happy...
... According to Damjan this issue will be solved within one day. I will drop a note when the CVS is available again at opencores. ... Yes, subversion has some...
Opencores CVS is up again. However, it is the version from the 12th of September :-( Now I have to find out what sources changed in the last week... However,...
Hi! We are going to implement a TCP/IP stack the next few weeks/months. Then CLDC, and "on top" of that we want to let run a crypto library in order to do SSL...
Hi Nelson, ... That's cool. Do you base your TCP/IP stack on ejip or are you writing it from scratch? ... About CLDC: I've started to move most of java.util...
Hi Martin! ... We are doing it from scratch. ... I agree. It has been 3 months that I have done something for CLDC. I am now getting started again. As far as I...
Hi Nelson, ... you don't like ejip ;-( ... Yes, I used some of your stuff and it was a trigger for me to look into classpath for JOP again. ... Just to see...
Hi Trevor, ... that looks very promising - 95% reduction on the ORB is great! Perhaps you can add you knowledge on AO for the CLDC classes. ... No, nothing...
... I believe ProGuard does this. http://proguard.sourceforge.net/ I think it does it all in one pass. ... Yes, our current research aims at assisting the...
... I'm actually looking at it ;-) (found the link in your paper). Aren't there cases where one gets rid of classes/methods/fields after a first run? For me...
... I don't think so. Code shrinking works by building a graph of all possible control flow given one or more starting points. Any classes/ methods/fields...
Hi all We have been working on Speech Recognition a "small" application for JOP for some time now and is more or less finished. So if you want to have a look...