score:1

java is indeed a cross platform language and should work on any platform... but..

eclipse uses native libraries for it's gui toolkit ; it's likely you don't have a build of these compiled for arm. the actual native binaries are encapsulated in the jar files supplied ; this is why eclipse bundles come in platform specific flavours, but the eclipse foundation don't prepare arm builds.

if you really want eclipse on ubuntu on arm you'll have to build eclipse, and it's native libraries, for arm, yourself. i'm not sure as to how practical that is without a certain amount of research.


Related Query

More Query from same tag