Help with Java

I need to create a Java program to write on/read from an arduino yùn connected on the same wifi network as my computer. Just like the arduino serial monitor does.
Is that possible?

Is that possible?

Yes but why does it have to be Java?
You will need some sort of keyboard and display as well.

Grumpy_Mike:

Is that possible?

Yes but why does it have to be Java?
You will need some sort of keyboard and display as well.

I need java cause once i receive data from the Yùn, i have to elaborate it and graphically show the results. I've been told Java is pretty good for graphic stuff. (i'm not a programmer)

To me it is not clear what you want to do.
If you want to run Java on a PC then use the language called Processing, it is free and runs on many platforms.

found something usefull on Processing forum, thank you!

You can use AJAX. Take a look here:

Bye

Grumpy_Mike:
If you want to run Java on a PC then use the language called Processing,

It looks to me like processing enables you to use C++ (with a lot of clever extensions) on the JVM. The introductory tutorial certainly doesn't look like Java.

...R