problem to run the project in the intellij

已回答

agentlib:jdwp=transport=dt_socket,address=127.0.0.1:50575,suspend=y,server=n -javaagent:C:\Users\gajju\AppData\Local\JetBrains\IdeaIC2023.3\captureAgent\debugger-agent.jar -Dfile.encoding=UTF-8 -Dsun.stdout.encoding=UTF-8 -Dsun.stderr.encoding=UTF-8 -classpath "D:\Bank Management System\out\production\Bank Management System;D:\jcalendar-tz-1.3.3-4.jar;D:\mysql-connector-java-8.0.28.jar;C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2023.3.3\lib\idea_rt.jar" bank.management.system.Signup
Connected to the target VM, address: '127.0.0.1:50575', transport: 'socket'
Disconnected from the target VM, address: '127.0.0.1:50575', transport: 'socket'

 

i am facing this probelm from many days but i  am  unable to solve it ..

so i kindly request to all of you please me to finger out this probelm .

thank You.

0

Hi Gajendrapatidar9109 From the attached logs it seems the project was launched without problems.

Connected to the target VM, address: '127.0.0.1:50575', transport: 'socket'

It means that debugger was successfully connected to the application

Disconnected from the target VM, address: '127.0.0.1:50575', transport: 'socket'

It means that debugger was successfully disconnected from the application

Could you clarify what specific problem you experience with your project? A couple of screenshots or a short screencast would help to understand your case better

 

 

0

请先登录再写评论。