mirror of
https://github.com/processing/processing4.git
synced 2026-02-12 18:10:43 +01:00
Fix "No library found for org.w3c.dom"
This commit is contained in:
@@ -401,6 +401,10 @@ public class JavaBuild {
|
||||
if (pkg.startsWith("processing.event.")) return true;
|
||||
if (pkg.startsWith("processing.opengl.")) return true;
|
||||
|
||||
if (pkg.startsWith("org.omg")) return true;
|
||||
if (pkg.startsWith("org.w3c.dom")) return true;
|
||||
if (pkg.startsWith("org.xml.sax")) return true;
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user