Giter Site home page Giter Site logo

Comments (7)

venushka avatar venushka commented on May 30, 2024

Hi

Did you download https://github.com/venushka/jmxeval/releases/download/release_3.1.0/jmxeval-3.1.0-bin.tar.gz? I just double checked and seems to have content in lib directory.

from jmxeval.

SBMiddleware avatar SBMiddleware commented on May 30, 2024

from jmxeval.

venushka avatar venushka commented on May 30, 2024

You are welcome, feel free to contact me if you have suggestions or issues.

from jmxeval.

SBMiddleware avatar SBMiddleware commented on May 30, 2024

from jmxeval.

venushka avatar venushka commented on May 30, 2024

Hi

Did you get this resolved?

If not can you try adding the following line to the check_jmxeval file after BASE_DIR="`dirname $0`"?

echo "$BASE_DIR/jmxeval/lib/*:$JAVA_HOME/lib/tools.jar"

so the script is like:

#!/bin/sh

BASE_DIR="`dirname $0`"
echo "$BASE_DIR/jmxeval/lib/*:$JAVA_HOME/lib/tools.jar"
"$JAVA_HOME/bin/java" -classpath "$BASE_DIR/jmxeval/lib/*:$JAVA_HOME/lib/tools.jar" com.adahas.tools.jmxeval.App $@

This should hopefully print the complete classpath. If I assume you've unpacked the tar.gz in to /opt/jmxeval-3.1.0 directory and if your check_jmxeval file is located /opt/jmxeval-3.1.0/check_jmxeval, can you check if the output is of the echo we added to the script prints something that starts with:

/opt/jmxeval-3.1.0/jmxeval/lib/*:

Then could you confirm that the directory /opt/jmxeval-3.1.0/jmxeval/lib/ contains the 6 jar files shipped in the lib directory of the plugin?

from jmxeval.

SBMiddleware avatar SBMiddleware commented on May 30, 2024

from jmxeval.

venushka avatar venushka commented on May 30, 2024

Glad you got it working! Cheers!

from jmxeval.

Related Issues (12)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.