... Yes, and I am using the Threads correctly. I am simulating on the pc because I am using Jpcap to capture Network traffic and to test the stack; I am using...
... Mmh, that will probably not work (or lets say work very well). Simulation of RtThreads mapped to java.lang.Thread is not perfect. Perhaps it's easier to...
The following java-processor poll is now closed. Here are the final results: POLL QUESTION: Ant vs. make: Shall we move to ant as the primary build tool for...
java-processor@yahoog...
Dec 2, 2006 10:37 am
628
... I'm curious why 3 people voted in favor of Make. Why do people like it so much? Is it because Make runs faster than Ant? Trevor...
... As there is a slight majority to use ant as build tool we should move. So please make yourself comfortable with the build process using ant. Check your...
... I looked into this back on November 3 [1], but as far as I can tell, there's no way to fix this without changing Ant itself. Then again, I'm not exactly an...
... ok, thanks. I tried to use the parameter spawn for down.exe, but than it runns in background and we have no output. We have to find a different solution....
I've downloaded the ejip, but it still need several other package such as com.joddesign. Where can I find it? I also downloaded jop.zip, but I didn't find...
Hi! I am trying to port my Java TCP/IP stack to Jop. I am directly trying to run it on JOP as JopSim does not allow me to access the network, I guess. I get...
... why does JopSim not allow you to access the network? However, running on the hardware (the real thing) is more fun, isn't it ;-) ... Ok, the clazzinit()...
... This is the first I've heard about a mini-JVM. I can't find a description of it in your thesis; is it described elsewhere? I'm confused about why it's...
... I think that this is a post-thesis work, or it's just an implementation detail not worth mention in a thesis ;-) ... It's of course not faster, but it only...
... Oh, I see. When you said "can be very long to initialize," I thought you meant long in time. ... So the issue is that these initializer methods *could* fit...
... Correct. Class initializer methods will run (at maximum) only once on every JVM. I found a few very large class initializers (~ 32 KB) in the JDK. And a 32...
... Is this true? I didn't know this restriction was in the specs. For example, if the JVM is low on memory, and it detects that there are no instances of a...
... I don't mean restriction as in "disadvantage". I'm just wondering if I write a JVM that handles a low-memory situation the way I described, would I be...
... I did not consider more than one class loader. So it gets initialized once per class loader. That means with a single one just once. Now we're both right...
I am umesh kacha student of computer engineering.I want to make a jvm on hardware as my final year project.I have read many forums and visited many web sites...
... The question is: Do you want to do the electronic/PCB design and just use JOP or do you want to build your own processor. If you want to do your own...
Native methods are implemented as 'special' bytecodes in JOP. As I had just to implement one for a project I've added a short description how to do it in ...
Hi everybody!!, I'm simulating JOP with Modelsim. The problem is that I can't get output from JOP (e.g The "Hello world!" message from Hello.java). I just got...
... .... You have to run the simulation longer till about 10 ms to get your 'Hello World' message. From the first message till the execution of main() some...
Dear all, I've a funded project (for JOP) that goes till June 2007 (hard deadline). However, there is still a lot to do and I need some help. The payment is ...
I'm trying to build JOP in ISE 8.2 but when I run the Translate process I get the following error messages: Command Line: C:\Xilinx\bin\nt\ngdbuild.exe -ise ...
Mike, some of the VHDL files are generated by assembling the JVM microcode. You first have to build the tools and than assmble the JVM: make (or ant) tools ...
I have created the first basis for an Eclipse plugin for the Java Optimized Processor. It is a way to develop JOP programs from within Eclipse. It has many...
thank's for providing the plugin, the sources, and the short HOWTO. ... I managed to import the projects, generate a new version (with a minor edit), and...