mibble icon indicating copy to clipboard operation
mibble copied to clipboard

Apps won't launch on windows

Open BusbyActual opened this issue 7 years ago • 0 comments

Following the docs/install.xml I have a Java 7+ and am clicking on the .bat and .sh files. They flicker for a second and don't do anything. Please advise.

In the instructions the following files are required in the lib directory:

mibble-parser-2.10.1.jar The parser library and app code mibble-mibs-2.10.1.jar The bundled IANA and IETF MIBs snmp6_1.jar The Westhawk SNMP stack (only used by MibbleBrowser)

My local lib folder only contains:

grammatica-1.6.jar snmp6_1.jar

If I run the .bat files from console I get:

Using environment variables: MIBBLE_HOME = C:\Data\Projects\XPORT-~1\src\www\node-mib\mibble\src JAVA_HOME = C:\Program Files\Java\jre1.8.0_131 CLASSPATH = lib@NAME@-parser-@[email protected]; lib@NAME@-mibs-@[email protected]; lib\snmp6_1.jar

Error: Could not find or load main class net.percederberg.mibble.MibbleBrowser

When I run java - version in console:

java version "1.8.0_131" Java(TM) SE Runtime Enviroment (build 1.8.0_131-b11) Java HotSpot(TM) 64-BIt Server VM (build 25.131-b11, mixed mode)

Other specs: Windows Server 2012 R2 Standard 64 bit

BusbyActual avatar May 23 '17 23:05 BusbyActual