However, once you have the built jars, you can run FedOne using a JRE. Java can be compile-once-run-anywhere depending on how you write the code. I haven't seen anything in the wave code base that would prevent you from compiling FedOne on another box and then copying the jars onto your embedded device. You will need a Java 6 JRE that runs on that device.
-Tad On Thu, Jun 10, 2010 at 4:02 PM, James Purser <[email protected]>wrote: > The reason why the JDK is required is because you need to build from > source (FedOne is a Java app). There are no up to date FedOne binary > packages. > > On Fri, Jun 11, 2010 at 7:15 AM, Daniela Waranie <[email protected]> > wrote: > > As i saw on: > > http://code.google.com/p/wave-protocol/wiki/Installation > > in section "Install Java" / "Debian/Ubuntu" the Java Development Kit > > (JDK) is required to run the Google Wave Server (FedOne). I am > > surprised. I was thinking till today that the JDK is only required if > > i want to develop a java application. > > > > I just want to run the FedOne. Is the Java Runtime Environment > > sufficient to run FedOne? Or is even the Java Virtual Machine (also > > called JavaVM, JVM or VM) sufficient enought? > > > > I am asking on detail because i want to run the FedOne on a embedded > > System (my router), which is equipped with weaker hardware, than a > > desktop pc / server pc. > > > > If JDK is not required, how to update the above page on google code? > > > > -- > > You received this message because you are subscribed to the Google Groups > "Wave Protocol" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > [email protected]<wave-protocol%[email protected]> > . > > For more options, visit this group at > http://groups.google.com/group/wave-protocol?hl=en. > > > > > > -- > You received this message because you are subscribed to the Google Groups > "Wave Protocol" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<wave-protocol%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/wave-protocol?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Wave Protocol" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/wave-protocol?hl=en.
