Forum Discussion

toli_kuznets_93's avatar
toli_kuznets_93
Icon for Nimbostratus rankNimbostratus
Jan 31, 2005

Building java axis samples in 9.x SDK

Downloaded the SDK, and trying to build the sample code for java (both soap and axis).

 

instructions say there should be a \sdk\samples\3rdparty\jar dir with all 3rd-party jars, so i downloaded them and created the dir.

 

the SOAP examples builds just fine.

 

 

however, when i try building (on windows) the Axis samples, i keep seeing this error:

 

Compiling LocalLBNodeAddress.java...

 

LocalLBNodeAddress.java:39: cannot resolve symbol

 

symbol : class LocalLBNodeAddressBindingStub

 

location: package iControl

 

public iControl.LocalLBNodeAddressBindingStub m_nodeAddress;

 

 

it's as if none of the iControl stuff is visible.

 

I looked, adn i'm not seeing any stub files created either.

 

 

any help in debugging this would be appreciated.
  • nevermind, figured it out - the bindings weren't being built b/c mail.jar and activation.jar were not in the classpath for axis build.

     

    after adding them to teh classpath in setenv.bat it builds fine now.
  • Loc_Pham_101863's avatar
    Loc_Pham_101863
    Historic F5 Account
    Great, glad to hear you were able to resolve the issues.

     

    Please keep us posted on the progress of your work, as well as info on how you're using iControl in your environment. We'd love to hear any feedback.

     

     

    Regards,

     

    Loc