Skip to content
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

Could not find or load main class br.com.luque.Main when trying to get the sequence diagram #2

Open
h-mole opened this issue Apr 5, 2024 · 0 comments

Comments

@h-mole
Copy link

h-mole commented Apr 5, 2024

Describe the bug
Thanks for this nice project! I am trying to get the sequence diagram from this tool, however when I tried the command inside README.md, I got the error below:

root@ASUS142023SKYG:~/tools/java2uml/target/classes# java -javaagent:"/root/tools/java2uml/target/java2uml-1.0.0.jar=br.com.luque" br.com.luque.Main
Error: Could not find or load main class br.com.luque.Main
Caused by: java.lang.ClassNotFoundException: br.com.luque.Main
##########
PlantUML sequence diagram:
@startuml
 actor Actor as actor

@enduml

If this is due to the class br.com.luque.Main is missing, I am wondering that which class can be used as the parameter?

Thanks for your help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant