The problem of Arduino linking to a platform of Debian based on ARM

I have got a platform called GuruPlugD from Marvell, and the OS is Linux(Debian), while its architecture is based on ARM-like.
I also have a Arduino board.
I just want to use the GuruPlugD to link my Arduino and do the work just like on my PC, but there is no Arduino Software special for GrurplugD.
And the questions:
first, counld I use the Arduino Software for Linux on GrurPlugD? I have tried and I can see the Interface but when I want to complie it showed I need "java G++", I dont't know what to do.
second, if I want to identify the Arduino device on GrurPlugD, Should I rewrite the drivers for the FTDI chip? I dont know how to find the device when I link Arduino to GuruPlugD.