IDEMPIERE-3798 Move iDempiere default branch to openjdk 10 / fix problem sending email -> javax.activation.UnsupportedDataTypeException: text/plain; charset=UTF-8

as reported in forum https://groups.google.com/d/msg/idempiere/At6xXFyEcGY/0zz-xbtfBAAJ
This commit is contained in:
Carlos Ruiz 2018-12-12 20:44:42 +01:00
parent cb9bc48031
commit afb171b657
1 changed files with 5 additions and 1 deletions

View File

@ -30,6 +30,10 @@ VMOPTS="-Dorg.osgi.framework.bootdelegation=sun.security.ssl,org.w3c.dom.events
-Dmail.mime.encodefilename=true
-Dmail.mime.decodefilename=true
-Dmail.mime.encodeparameters=true
-Dmail.mime.decodeparameters=true"
-Dmail.mime.decodeparameters=true
--add-exports java.desktop/sun.awt=ALL-UNNAMED
--add-exports java.sql.rowset/com.sun.rowset=ALL-UNNAMED
--add-exports java.naming/com.sun.jndi.ldap=ALL-UNNAMED
--add-modules=ALL-SYSTEM"
$JAVA ${DEBUG} $IDEMPIERE_JAVA_OPTIONS $VMOPTS -jar $BASE/plugins/org.eclipse.equinox.launcher_1.*.jar -application org.adempiere.server.application