Giter Site home page Giter Site logo

Comments (3)

alejandrozf avatar alejandrozf commented on June 1, 2024 1

No problem @Moriaty0o0. I'm glad you solved the issue :)

from abcl.

alejandrozf avatar alejandrozf commented on June 1, 2024

Hi @Moriaty0o0

Can't reproduce it on Windows, for me it is working fine.

For 1, could you check that you have the file 'abcl-contrib.jar' in the same folder with the file 'abcl.jar'? Also make sure you load (require :asdf) (require :abcl-contrib) before (require :abcl-stepper)

For 2, could you check if you are loading the 'test' function as an interpreted code, ABCL-STEPPER work with interpreted code, it won't step into compiled functions. In Emacs you can type C-M-x for getting interpreted code, C-c C-c will compile and load the code

from abcl.

Moriaty0o0 avatar Moriaty0o0 commented on June 1, 2024

Hi @Moriaty0o0

Can't reproduce it on Windows, for me it is working fine.

For 1, could you check that you have the file 'abcl-contrib.jar' in the same folder with the file 'abcl.jar'? Also make sure you load (require :asdf) (require :abcl-contrib) before (require :abcl-stepper)

For 2, could you check if you are loading the 'test' function as an interpreted code, ABCL-STEPPER work with interpreted code, it won't step into compiled functions. In Emacs you can type C-M-x for getting interpreted code, C-c C-c will compile and load the code

@alejandrozf
Sorry I didn't get back to you until now.

For 1, I tried again at your suggestion with java 17.0.2 and 17.0.10, it still throw same error. But when I change to java 1.8.0_402, everything is ok. after a while, I was aware of the path of abcl.jar which is relative path ,no absolute path , So I change to absolute path , supprisely it works.

So I test the path deeply, I found java -jar abcl.jar and java -jar ./abcl.jar is ok, what is wrong is java -jar .\abcl.jar the jar file path of which is completed by tab key in powershell. I feel sorry to my previou words.
,
For 2, it works following your suggestion, Thank you.

from abcl.

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.