You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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: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!
The text was updated successfully, but these errors were encountered: