Interface arduino with java

Hey guys,
Could someone point me to a resource? I want take the data I am gathering in the arduino serial monitor and send it to a separate java program, that will then use that data for its program. But, I'm not certain where to begin. Thanks.
-S

Or using Python?

You problem seems to be getting your data out of the Arduino over Serial.
With a program called Processing you can save data to a text file.
If you have a PC some folks use a program called Gobetweeno.

Most PC programming languages have the ability to read and write data to a serial port which is all that is needed to collect data from or send data to an Arduino.

If you are already familiar with Java it shouldn't be difficult. I don't like Java but I routinely use JRuby which is a version of Ruby that runs on the JVM. As somebody else mentioned, Python is another option, and probably more common.

...R

could someone post some examples or a link to one? Thanks.

Google arduino python

...R

SteveRogers:
could someone post some examples or a link to one? Thanks.

Interface arduino with java