Git Product home page Git Product logo

Comments (5)

alrawi avatar alrawi commented on May 16, 2024

I figured it out, it was a path issue. I needed to set the right data path for the program to run.

from kam1n0-community.

LiamKarlMitchell avatar LiamKarlMitchell commented on May 16, 2024

How can we set the right data path?

Edit never mind.
Had to set it in properties, work bench and program wouldn't run as I needed to make it use right version of java even though I had installed 8.

Edited this into the top of the bat script.

set JAVA_HOME="C:\Program Files\Java\jre1.8.0_172"
set PATH=%JAVA_HOME%\bin;%PATH%

And modified a copy of the bat to run the work bench as well.

from kam1n0-community.

Edemos1er avatar Edemos1er commented on May 16, 2024

@alrawi I am facing the same problem as you some years ago. Please help me. How to set the right data path? Thank you

@LiamKarlMitchell please I need your help.

from kam1n0-community.

Vulmatch avatar Vulmatch commented on May 16, 2024

@Edemos1er I encountered the very similar issue: java.lang.NullPointerException: null. After a detail inspect I found that the problem occurs at the last line in Kam1n0 panel: at java.lang.Thread.run(Unknown Source) [na:1.8.0_301] (because I installed jre 8u301). I reinstalled to jre 8u172 and it solved my problem. And btw, you need to run with admin privilege otherwise have error.

jre 8u172 download link:

https://www.oracle.com/au/java/technologies/javase/javase8-archive-downloads.html

from kam1n0-community.

Edemos1er avatar Edemos1er commented on May 16, 2024

from kam1n0-community.

Related Issues (20)

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.