Re: [Introspector-developers] Can someone compile this
Status: Beta
Brought to you by:
mdupont
|
From: Gary F. <gar...@js...> - 2003-01-17 15:07:56
|
I don't know if it compiles with the Gnu Java Compiler. It should, it's just Java. Here is leJOS http://lejos.sourceforge.net/ the sample ran there. and a web site to submit code and get xml back!!! What a great idea. Good call Mike :-) (I just wanted an example compiled :-) ) Gary James Michael DuPont wrote: > OK, do you know if this will compile with the Gnu Java Compiler? > http://rcxtools.sourceforge.net/e_home.html > > I will look into this, and that is a good point. > we need to have a testing service! Let me try this out. > > Good call Gary! > > mike > --- Gary Frederick <gar...@js...> wrote: > >>Howdy, >> >>I just found out about this project and it looks like a winner! >> >>I will not have a chance to build the gnu tools to use introspector >>but >>would like to see what the XML looks like. I plan on using it to >>output >>XML in the form I need for my project. >> >>Could someone compile the Java source below and send me the XML out? >> >>If I have some XML I can see if I can translate to my XML. Then I >>would >>like to talk about doing that with introspector in general and talk >>about adding rdf. >> >>Thanks, >> >>Gary >> >>This is an example of some Java that would be compiled and loaded >>into a >>Lego Mindstorms RCX robot. The bb library is the RCX Big Block >>library >>in Java. >> >> >>import josx.platform.rcx.Motor; >>import josx.platform.rcx.Sound; >>import bb; >> >>public class box { >> public static void main(String[] args) throws >>InterruptedException >> { >> for (myIx = 0, myIx < 4, myIx++) { >> bb_Forward(A C 100); >> bb_TurnLeft(A C 75); >> } >> } >>} > > > > ===== > James Michael DuPont > http://introspector.sourceforge.net/ > > __________________________________________________ > Do you Yahoo!? > Yahoo! Mail Plus - Powerful. Affordable. Sign up now. > http://mailplus.yahoo.com > > > ------------------------------------------------------- > This SF.NET email is sponsored by: Thawte.com > Understand how to protect your customers personal information by implementing > SSL on your Apache Web Server. Click here to get our FREE Thawte Apache > Guide: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0029en > _______________________________________________ > Introspector-developers mailing list > Int...@li... > https://lists.sourceforge.net/lists/listinfo/introspector-developers |