From: Ahmed A. <asa...@ya...> - 2016-07-13 12:58:37
|
Hi Tristan, I am not familiar with Android. There is a Google Application Engine mode, which also doesn't expose all standard Java classes. HtmlUnit detects it in GAEUtils: return System.getProperty("com.google.appengine.runtime.environment") != null; Try to set that property and test. Also, please provide some details of what classes used by HtmlUnit not supported by Android. Ahmed From: Tristan Janicki <tt7...@gm...> To: htm...@li... Sent: Wednesday, July 6, 2016 5:16 AM Subject: [Htmlunit-user] Use in android Is there any way to enable use of the package on Android? The primary problem is that not all of the java packages are included in Android and so the references fail but how would one go about including them? |