I would like to edit this cn1lib.
Once I have cloned the project in Eclipse, how do I update the cn1lib file to use it in my own project ?
[EDIT]: I cloned CodenameOne project and tried to build it using the ant build.xml file but then i got the following errors:
[javac] Compiling 505 source files to path\workspace\CodenameOne\CodenameOne\build\classes [javac] Fatal Error: Unable to find package java.lang in classpath or bootclasspath
BUILD FAILED path\workspace\CodenameOne\CodenameOne\nbproject\build-impl.xml:938: The following error occurred while executing this line: path\workspace\CodenameOne\CodenameOne\nbproject\build-impl.xml:270: Compile failed; see the compiler error output for details.
I also get some package dependencies error when I try to build the cn1lib project.
What am I doing wrong ?
Cheers