0

I was wondering if it is possible to uje some classes I made with J2ME with android projects? For example I have class that gets ip as parameter and scans open ports for that ip using java sockets and threads. So can I use it with my android projects without modifying it?

Rohit Malish
  • 3,209
  • 12
  • 49
  • 67
  • Unless you have something specific J2ME API, it should be fine to use those classes. – kosa Jul 27 '12 at 19:31

1 Answers1

1

The Android J2ME runner allows existing J2ME applications to run on the Android platform. You shouldnt need to modify your source either. See here for more info.

Nathan
  • 1,135
  • 2
  • 12
  • 27