Skip to content

Generate UML diagram from textual description

License

Unknown and 2 other licenses found

Licenses found

Unknown
license.txt
GPL-3.0
COPYING
LGPL-3.0
COPYING.LESSER
Notifications You must be signed in to change notification settings

yuzutech/plantuml

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

🌱 Fork of PlantUML

The purpose of this repository is to create native PlantUML images (optimized for Kroki).

GraalVM

It seems that the latest version of GraalVM provided by OpenJDK does not work with PlantUML:

Exception in thread "main" java.lang.UnsatisfiedLinkError: Can't load library: awt | java.library.path = [.]
	at org.graalvm.nativeimage.builder/com.oracle.svm.core.jdk.NativeLibraries.loadLibraryRelative(NativeLibraries.java:141)
	at [email protected]/java.lang.ClassLoader.loadLibrary(ClassLoader.java:108)
	at [email protected]/java.lang.Runtime.loadLibrary0(Runtime.java:916)
	at [email protected]/java.lang.System.loadLibrary(System.java:2066)
	at [email protected]/sun.awt.PlatformGraphicsInfo.lambda$static$0(PlatformGraphicsInfo.java:38)
	at [email protected]/java.security.AccessController.executePrivileged(AccessController.java:132)
	at [email protected]/java.security.AccessController.doPrivileged(AccessController.java:319)
	at [email protected]/sun.awt.PlatformGraphicsInfo.<clinit>(PlatformGraphicsInfo.java:37)
	at [email protected]/java.awt.GraphicsEnvironment.lambda$getHeadlessProperty$0(GraphicsEnvironment.java:148)
	at [email protected]/java.security.AccessController.executePrivileged(AccessController.java:132)
	at [email protected]/java.security.AccessController.doPrivileged(AccessController.java:319)
	at [email protected]/java.awt.GraphicsEnvironment.getHeadlessProperty(GraphicsEnvironment.java:143)
	at [email protected]/java.awt.GraphicsEnvironment.isHeadless(GraphicsEnvironment.java:120)
	at net.sourceforge.plantuml.Run.main(Run.java:105)
	at [email protected]/java.lang.invoke.LambdaForm$DMH/sa346b79c.invokeStaticInit(LambdaForm$DMH)

As a workaround, the GraalVM distribution by Bellsoft seems to produce working native images: https://bell-sw.com/pages/downloads/native-image-kit/#nik-23-(jdk-21)

About

Generate UML diagram from textual description

Resources

License

Unknown and 2 other licenses found

Licenses found

Unknown
license.txt
GPL-3.0
COPYING
LGPL-3.0
COPYING.LESSER

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.8%
  • Other 0.2%