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
The following code should be able to return the path to the jar file being compiled by dragome so that we can process some extra stuff such as resources inside a dragome configurator.
The following code should be able to return the path to the jar file being compiled by dragome so that we can process some extra stuff such as resources inside a dragome configurator.
URL path = cls.getProtectionDomain().getCodeSource().getLocation();
File jarFile=new File(path.toURI()));
The text was updated successfully, but these errors were encountered: