Giter VIP home page Giter VIP logo

Comments (2)

rups10 avatar rups10 commented on June 26, 2024

I am facing same issue again..
version : 2.3.0

D:\git\code\card-systems\card-core\card-corporate-service-core\target>java -jar card-corporate-service-core-3.0.jar
CardCorporateServiceMain - main() started ========
Exception in thread "main" java.lang.NoClassDefFoundError: io/helidon/microprofile/server/Server
at jp.co.rakuten_card.service.realtime.corporate.main.CardCorporateServiceMain.startServer(CardCorporateServiceMain.java:33)
at jp.co.rakuten_card.service.realtime.corporate.main.CardCorporateServiceMain.main(CardCorporateServiceMain.java:28)
Caused by: java.lang.ClassNotFoundException: io.helidon.microprofile.server.Server
at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581)
at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)
... 2 more

from helidon-build-tools.

romain-grecourt avatar romain-grecourt commented on June 26, 2024

@rups10 You are launching the JVM manually here, it does not relate to the CLI or any of the build tools sub-projects.

The class-path is generated at build time in the manifest of your application JAR file, it references the JAR files under the co-located lib folder. I suggest you check the files under lib, especially helidon-microprofile-server-2.3.0.jar

from helidon-build-tools.

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.