Re: Can I use JAVA for UI design over RTLinux free.
Robert Reid <[email protected]>
| Newsgroups | gmane.linux.real-time.rtlinux.general |
|---|---|
| Message-ID | <[email protected]> |
Hi Vishal, Yes, you can use Java to implement a user-land interface to your RT-Linux modules. Like any userland program, you can use any of the RT-Linux IO options - in particular FIFOs or shared memory. If you wish to use FIFOs you can just open them as files using the File IO interface. If you wish to use shared memory, we have developed a rough version of providing wrappers to the rtl shared memory (mbuff) interface using the Java Native Interface (JNI) that I could provide on request. Regards, Rob vishal changrani wrote: > I wanted to know if I can use JAVA to design a UI over RTLinux. > If yes how would I then use the FIFOs etc provided by RTlinux. > > Thanks in advance, > Vishal > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > >------------------------------------------------------------------------ > >_______________________________________________ >Rtl mailing list >[email protected] >http://www2.fsmlabs.com/mailman/listinfo/rtl > > _______________________________________________ Rtl mailing list [email protected] http://www2.fsmlabs.com/mailman/listinfo/rtl