cederberg / mibble

Mibble is an open-source SNMP MIB parser library for Java.
https://www.mibble.org/
Other
113 stars 68 forks source link

I test parsing mib file error #31

Closed YuanFY closed 6 years ago

YuanFY commented 6 years ago

Download source code for testing, analysis of a mib file the following error: net.percederberg.mibble.MibLoaderException: found 232 MIB loader errors at net.percederberg.mibble.MibLoader.loadQueue(MibLoader.java:796) at net.percederberg.mibble.MibLoader.load(MibLoader.java:602) at net.percederberg.mibble.MibLoader.load(MibLoader.java:529) at TestMain.test(TestMain.java:32) at TestMain.main(TestMain.java:21)

Then I print a specific error similar to the following error undefined symbol 'experimental' referenced value is not an object identifier undefined symbol 'DisplayString'

But these keywords, such as experimental, TimeTicks, DisplayString have been imported, why this error can not find it?

YuanFY commented 6 years ago

I know the reason. Thank you !