-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run during development inside IDEA #3
Comments
Try to download jdk17-crac+5, add it to inteliji and asign to the project, then run this project using forked jdk. |
@sbaldin I did that and nothing. How do I start jcmd if I don't have a .jar, but I start it from the IDEA environment? When developing spring boot applications, my biggest problem is the slow startup, is it possible to speed it up with this CRaC JVM? |
Hm... So you can setup the run configuration in Inteliji that will launch your jar file with any params what you want, but I am not sure why do you need it? |
I don't want to use jar, because I want to run the application from the IDE, during development. If I try without .jar, and run jcmd 25226 JDK.checkpoint I get this exception:
|
Is it possible to run during development within IDEA?
The text was updated successfully, but these errors were encountered: