Hello,
I am using Xcode to do some java development. I have some JAR files that I need to add to the classpath. I tried changing the project target to add the JAR files. However, this does not seem to update the classpath.
The detailed build output shows:
...stuff deleted...
classpath="/Users/hardnett/Research/Executive Asst/JudgeApp/build/JudgeApp.build/JudgeApp.build/JavaClasses$frameworkjars:"`/usr/bin/javaconfig DefaultClasspath`
...stuff deleted...
As you can the new classpath is developed from the projects framework jars adn the default classpath. The additional class path found in the Info.plist is not part of the classpath.
I would like to know if anyone has fixed/workaround this?
If not, does anyone know where this script exist that performs the compilation and what utility is used to read the Info.plist
Thanks,
Charles
I am using Xcode to do some java development. I have some JAR files that I need to add to the classpath. I tried changing the project target to add the JAR files. However, this does not seem to update the classpath.
The detailed build output shows:
...stuff deleted...
classpath="/Users/hardnett/Research/Executive Asst/JudgeApp/build/JudgeApp.build/JudgeApp.build/JavaClasses$frameworkjars:"`/usr/bin/javaconfig DefaultClasspath`
...stuff deleted...
As you can the new classpath is developed from the projects framework jars adn the default classpath. The additional class path found in the Info.plist is not part of the classpath.
I would like to know if anyone has fixed/workaround this?
If not, does anyone know where this script exist that performs the compilation and what utility is used to read the Info.plist
Thanks,
Charles