Archived

This forum has been archived. Please start a new discussion on GitHub.

problems adding a new .jar

Hello I´m using IceE and I don´t know where I have to add a .jar with new classes (classes for AT Commands)to compile a java file or how I can change the build to compile, for example the build in IceEJ-1.0.0\demo\IceE\midp\hello.

Thanks a lot
César

Comments

  • IceE for Java uses the Apache Project's Ant. I recommend consulting the Ant documentation (see http://ant.apache.org) to familiarize yourself with this tool. You can use the IceE for Java as an example to help get you started. Considering your current problem, you probably want to focus your efforts on the 'jar' task.

    Cheers