How to displa sensor readings from Arduino on my own developed J2EE application

Hello everyone,

Iam a newbie to Arduino, What iam trying to do is that.

I want to read sensor readings from MQ2 gas sensor. and i want to get it displayed on my own developed J2EE (JAVA) application. how can i get this done??? Thanks in Advance:)

how can i get this done???

Do the extra question marks mean any more than that you are clueless?

The ONLY way for the Arduino to communicate with anything is for it to send data to the serial port.

It is up to YOU to write an application that can read that data from the serial port and make sense of it.

This is not the J2EE forum.