javax.realtime

Has anyone worked with the realtime Java extensions? Trying to decide if it is worth pursuing at this point. Also, will Sun provide technical support for it? Thanks.
[179 byte] By [wovenpath] at [2007-9-26 3:19:48]
# 1
Now, I tested the Reference Implementation from oti.com and from timesys.com. Last one is really good. Feel free to ask more specific questions.
burmi2002 at 2007-6-29 11:35:07 > top of Java-index,Java HotSpot Virtual Machine,Specifications...
# 2

Hi burmi2002,

I downloaded the RefImpl from timesys. I'm starting to evaluate the relevance for our project.

During testing the Ref Impl I got following mistake:

SchedulerTest: setIfFeasible(Schedulable,ReleaseParameters,MemoryParameters)

java.lang.UnsatisfiedLinkError: getCurrentMemoryArea0

at javax.realtime.RealtimeThread.getCurrentMemoryArea0(Native Method)

at javax.realtime.RealtimeThread.getCurrentMemoryArea(Unknown Source)

at javax.realtime.RealtimeThread.<init>(Unknown Source)

at javax.realtime.AsyncEventHandler.<init>(Unknown Source)

at AEventHandler.<init>(AEventHandler.java:25)

at SchedulerTest.run(SchedulerTest.java:54)

at SchedulerTest.main(SchedulerTest.java:105)

What am I doing wrong? What settings I forgot? Example: SchedulerTest.java

Thanks a lot,

Jochen

JMohr at 2007-6-29 11:35:07 > top of Java-index,Java HotSpot Virtual Machine,Specifications...