Removed java classpath configuration.

This commit is contained in:
MobiusDevelopment
2019-04-12 18:16:50 +00:00
parent 988fc150ac
commit 8b77a39aaf
36 changed files with 24 additions and 240 deletions

View File

@@ -1,14 +1,11 @@
# ---------------------------------------------------------------------------
# Script Engine Settings
# ---------------------------------------------------------------------------
# Properties retrieved with System.getProperty(String) can be used as values
# by enclosing the property name with %. Eg.: %java.class.path%
# The parent class loader for isolated script class loaders.
# When this property is not specified, has an invalid value or is a class name which could not be found, the System classloader is used.
# Values: System, ThreadContext or a fully qualified java class name
# Values: System, ThreadContext or a fully qualified java class name.
classloader=System
#classloader=ThreadContext
# Source compatibility.
source=1.8
@@ -16,8 +13,5 @@ source=1.8
# The java sourcepath, when you have a different datapack root, you must change this too.
sourcepath=data/scripts
# The java classpath.
cp=%java.class.path%
# The debug informations to generate for compiled class files.
g=source,lines,vars