Steve
> busysteve wrote:
>> I've written realtime software in C/C++ and I've written system
>> applications in Java. What I haven't been able to do is write realtime
>> software in Java (use of hardware interrupts and such). I've searched
>> for embedded development kits and APIs. I found javax.realtime but no
>> JVMs that support it. I've also found various kits that say they
>> support java but not to what degree. This is for fun so I don't want
>> to get crazy on cost. If you have done this can you point me in the
>> right direction?
>
> I really doubt if Java really can fit in embedded systems development.
> What types of systems applications you wrote in Java? I thought Java is
> for high-level application development.
actually, the javax.realtime (www.rtsj.org) is an API quite close to
hardware and ressemble that of a realtime kernel. It gives great
control over memory allocation and object lifetime so it is much more
predictible.
by the way,
I have started a (free/open-source) project (initialy for school)
which aims to implement a JVM + CLDC + RTSJ.
http://sourceforge.net/projects/joker-vm
Anyone interrested in contributing is welcome to do so. (you'll have
to checkout/browse the svn rep', no tarball has been released yet).
--
Philippe Amarenco, aka Phix
epita 2007 - GISTR - ACU - EpX
>
> I have started a (free/open-source) project (initialy for school)
> which aims to implement a JVM + CLDC + RTSJ.
>
> http://sourceforge.net/projects/joker-vm
Hmm, the project was started 4 years ago.
On Nov 28 2006, 10:49 pm, Philippe Amarenco <phili...@amarenco.net>
wrote:
> "John" <java...@gmail.com> writes:
> > busysteve wrote:
> >> I've written realtime software in C/C++ and I've written system
> >> applications inJava. What I haven't been able to do is write realtime
> >> software inJava(use of hardware interrupts and such). I've searched
> >> for embedded development kits and APIs. I found javax.realtime but no
> >> JVMs that support it. I've also found various kits that say they
> >> supportjavabut not to what degree. This is for fun so I don't want
> >> to get crazy on cost. If you have done this can you point me in the
> >> right direction?
>
> > I really doubt ifJavareally can fit in embedded systems development.
> > What types of systems applications you wrote inJava? I thoughtJavais
> > for high-level application development.actually, the javax.realtime (www.rtsj.org) is an API quite close to