Author Topic: for AIDE, where to put the downloaded files?  (Read 2347 times)

Offline MichaelJPCT

  • float
  • ****
  • Posts: 264
    • View Profile
for AIDE, where to put the downloaded files?
« on: April 04, 2013, 05:46:46 pm »
hello. i'm new to java and android.
i'm trying to do some development on android device and AIDE seems good enough for me.
but the wiki of jpct only taught how to install for eclipse. can someone tell me how to install jpct for AIDE? thanks.

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: for AIDE, where to put the downloaded files?
« Reply #1 on: April 04, 2013, 08:37:04 pm »
Developing directly on the device...? I've never tried that...anyway, the jar has to be added like any other jar. I know that this is a very generic answer, but i might help to know that there's nothing special about the jpct-ae.jar. If you find how to add some jar to AIDE, you know how to add the jpct jar.

Offline MichaelJPCT

  • float
  • ****
  • Posts: 264
    • View Profile
Re: for AIDE, where to put the downloaded files?
« Reply #2 on: April 05, 2013, 08:52:00 am »
i found out i need to add this in .classpath file <classpathentry kind="lib" path="xxx/xxx.jar"/>

it can be imported now.

developing on the device is slower but i can do it anywhere anytime, kind of fun.