Hi Devs,
What do we need to do to get ${subject}.
I changed "wso2server.sh"


jdk_17=`$JAVA_HOME/bin/java -version 2>&1 | grep "[(1.7)|(1.8)|9]"`
if [ "$jdk_17" = "" ]; then
   echo " Starting WSO2 Carbon (in unsupported JDK)"
   echo " [ERROR] CARBON is supported only on JDK 1.7, 1.8 or 1.9"
fi


Running with this, i get complaint from Java9,

-Djava.endorsed.dirs=xx/endorsed is not supported. Endorsed standards and
standalone APIs

in modular form will be supported via the concept of upgradeable modules.

Error: Could not create the Java Virtual Machine.


Any Idea what we can do, can we remove this from "wso2server.sh"  to get it
working?
JAVA_ENDORSED_DIRS="..."


Cheers,
Ruwan
_______________________________________________
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to