Forum Discussion
Pai_73290
Nimbostratus
Aug 02, 2010error while compiling the java bindings
i get "symbol not found" message and
".\XTrustProvider.java uses unchecked or unsafe operations
recompile with -Xlint:unchecked for details" as a note when i compile the java bindings gener...
Pai_73290
Nimbostratus
Aug 05, 2010thank you.
there was some confusion between SAMPLE_CLASSPATH and JAVA_CLASSPATH in the make file of the "System" (sample applications).
I do not know if i am right but when i replaced JAVA_CLASSPATH with SAMPLE_CLASSPATH in the code below (code found in make file of "System")sample application folder, things worked fine.
for %%f in ( *.java ) do echo Compiling %%f...& %JAVAC% -classpath %JAVA_CLASSPATH% %SAMPLE_SOURCEPATH% %%f.
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects