I am trying to use java.lang.String inside my javascript file. But this does not work in IE.
Is there a way around IE.
This is what I am trying to do.
var byteArray = (new java.lang.String("asdf")).getBytes();
Unlike Firefox, Internet Explorer cannot interact with Java.
Unlike Firefox; IE does not have direct access to Java libraries, and it would be a little crazy: 1.) to assume that Java is installed 2.) to use Java libraries on the client side script.
Source: https://habr.com/ru/post/1780043/More articles:Closed cube root finder implementation - mathSSE: convert __m128 and __m128i to two __m128d - c ++WCF loses value - c #Replace version number in GWT UIBinder XML File - mavenIE: Вы хотите просмотреть только содержимое веб-страницы, которое было надежно доставлено? внезапно - securityEuler project: issue 8 - pythonPython ctypes module: accessing a NULL pointer when expanding an array of pointers - pythonIn C #, how can I access a file archive in a domain from outside the domain? - c #Selling Android apps in mainland China? - androidDICOM Basics for Volumetric Data - medicalAll Articles