Can someone help me with this syntax error on line 2 please

0 votes
asked Nov 11, 2023 in Question / help by Golding
@startuml

skinparam class {
    BackgroundColor White
    BorderColor #707070
}

class Company
class KnowledgeManagementSystem
class Employee
class Client
class ProjectTeam
class IntraspectSoftware
class Extranet
class Email
class CredentialPackage
class ConnectivityIssue
class Training
class Incentives
class PerformanceReview

class CompanyKnowledgeManagement {
    KnowledgeManagementSystem
    Employee
    Client
}

class ProjectManagement {
    ProjectTeam
    Email
    CredentialPackage
}

class ExternalDataAccess {
    IntraspectSoftware
}

class IntranetExtranetManagement {
    Extranet
    ConnectivityIssue
}

class EmployeeEngagement {
    Training
    Incentives
    PerformanceReview
}

Company --> CompanyKnowledgeManagement
Company --> ProjectManagement
Company --> ExternalDataAccess
Company --> IntranetExtranetManagement
Company --> EmployeeEngagement

@enduml
commented Nov 12, 2023 by albert (3,540 points)
What is the error message as when I cut / paste  your example on the plantuml web service (http://www.plantuml.com/plantuml/uml/SyfFKj2rKt3CoKnELR1Io4ZDoSa70000) I get an image that looks OK to me.

How did you start plantuml?

Which version of plantuml did you use?
commented Nov 13, 2023 by The-Lu (69,260 points)

Hi all,

Here is the output diagram, with the last version:

Regards,
Th.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:

[Antispam2 Feature: please please wait 1 or 2 minutes (this message will disappear) before pressing the button otherwise it will fail](--------)
To avoid this verification in future, please log in or register.
...