Coder Social home page Coder Social logo

Comments (6)

vitalca avatar vitalca commented on August 16, 2024 2

The same with DCEVM-11.0.5+5

from hotswap-agent-intellij-plugin.

alexlavigne avatar alexlavigne commented on August 16, 2024

me too

from hotswap-agent-intellij-plugin.

mahmoudsafar avatar mahmoudsafar commented on August 16, 2024

Same here.

from hotswap-agent-intellij-plugin.

roland-ewald avatar roland-ewald commented on August 16, 2024

This seems to be caused by file structure changes in the upstream project and the corresponding Java code does not reflect these changes (it seems the paths in ConfigurationInfo are not correct anymore), so these calls to installation seem to cause the issue:

installation.isDCEInstalled -> installation.versionDcevm
installation.isDCEInstalledAltjvm -> installation.versionDcevmAltjvm

One workaround would be to just run installation.versionDcevm and versionDcevmAltjvm and catch any exceptions, as they run java directly and use DCEVM-related output.

from hotswap-agent-intellij-plugin.

ParadauxIO avatar ParadauxIO commented on August 16, 2024

Ran into this myself just now, is there any hope for JDK11 support?

from hotswap-agent-intellij-plugin.

q962 avatar q962 commented on August 16, 2024

try

add VM Option -XX:HotswapAgent=fatjar
Ignore DCEVM installation not found: HotSwap will not work. Download and install DCEVM.

from hotswap-agent-intellij-plugin.

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.