Closed GoogleCodeExporter closed 9 years ago
Original comment by benburkh...@gmail.com
on 6 Aug 2010 at 7:02
There is a icepdf-core.jar in nookDependency project. This has the remaining
classes.
Only the classes I modified to compile in android is in the nookLibrary project.
All of the projects in here will depend on nookCommon and some also on
nookDependency projects.
Here here is classpath settings in eclipse-
<classpathentry combineaccessrules="false" kind="src" path="/nookDependency"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="gen"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry combineaccessrules="false" exported="true" kind="src" path="/nookCommon"/>
<classpathentry exported="true" kind="lib" path="/nookDependency/icepdf-core.jar"/>
<classpathentry kind="output" path="bin"/>
Original comment by hari.swa...@gmail.com
on 6 Aug 2010 at 7:35
Original comment by hari.swa...@gmail.com
on 9 Aug 2010 at 9:10
Original issue reported on code.google.com by
benburkh...@gmail.com
on 6 Aug 2010 at 6:55