cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Who Me Too'd this topic

[javac] warning: [options] bootstrap class path not set - compiling cisco-ios ned

kiran kotari
Cisco Employee
Cisco Employee

Hi Experts,

On compiling NED's of cisco-ios I got the following warning, it states that bootstrap class path is missing... Is there any way to set the path ?

make

vagrant@vagrant-ubuntu-trusty-64:~/ncs-4.4.1/packages/neds/cisco-ios/src$ m

/home/vagrant/ncs-4.4.1/bin/ncsc --java-disable-prefix --exclude-enums --fail-on-warnings --java-package com.tailf.packages.ned.ios.namespaces --emit-java java/src/com/tailf/packages/ned/ios/namespaces/CiscoIos.java ncsc-out/modules/fxs/tailf-ned-cisco-ios.fxs

/home/vagrant/ncs-4.4.1/bin/ncsc --java-disable-prefix --exclude-enums --fail-on-warnings --java-package com.tailf.packages.ned.ios.namespaces --emit-java java/src/com/tailf/packages/ned/ios/namespaces/CiscoIosStats.java ncsc-out/modules/fxs/tailf-ned-cisco-ios-stats.fxs

/home/vagrant/ncs-4.4.1/bin/ncsc --java-disable-prefix --exclude-enums --fail-on-warnings --java-package com.tailf.packages.ned.ios.namespaces --emit-java java/src/com/tailf/packages/ned/ios/namespaces/CiscoIosId.java ncsc-out/modules/fxs/tailf-ned-cisco-ios-id.fxs

cd java && ant -q all

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6

    [javac] 1 warning

BUILD SUCCESSFUL

Total time: 1 second

cd ../netsim && make all

make[1]: Entering directory `/home/vagrant/ncs-4.4.1/packages/neds/cisco-ios/netsim'

make[1]: Nothing to be done for `all'.

make[1]: Leaving directory `/home/vagrant/ncs-4.4.1/packages/neds/cisco-ios/netsim'

vagrant@vagrant-ubuntu-trusty-64:~/ncs-4.4.1/packages/neds/cisco-ios/src$

Who Me Too'd this topic