I ran into a problem when starting PhantomJS with Eclipse App Engine-JAVA. It works fine with the command line since I set the path for PhantomJS in environment variables. Please help me.
How can I put PhatomJS in my class path or build path in eclipse so that it is accessible in a web browser, because if I use a script in my HTML, an error is displayed that is undefined variable phantom.
You cannot use PhantomJS with the Google App Engine.PhantomJS is a mute WebKit (with JavaScript API), it is written in C ++.GAE only supports Java (Java bytecode), Python, and GO.
As I wrote in another answer :
The Google App Engine supports several language cycles (Java, Python, PHP, and Go), but you can use the Managed Virtual Machines feature of the Google App Engine to run anything in a Docker container (like PhantomJS), and you can also use Google Compute Engine to get a virtual machine where you can also install anything you would like in any language., Node.js , .
The Google App Engine supports several language cycles (Java, Python, PHP, and Go), but you can use the Managed Virtual Machines feature of the Google App Engine to run anything in a Docker container (like PhantomJS), and you can also use Google Compute Engine to get a virtual machine where you can also install anything you would like in any language.
, Node.js , .
Source: https://habr.com/ru/post/1547318/More articles:Compiling a file as if its contents were in the specified package - compilationИнтеграция Phantomjs с Google App Engine - google-app-engineWhy am I getting a source kit termination error message? - ios8как перезапустить приложение в qt? - c++C ++ fopen relative Path - c ++Why is the buffer size always equal to an integer equal to 4096 when reading a file line by line? - govisual studio 2013 удаленный отладочный монитор не может найти указанный файл - visual-studio-2013How to monitor progress by consuming a lazy sequence? - clojureUnable to drag items from list in my Windows Phone 8.1 application - c #How to save adjacency matrix with "get.adjacency ()" in R, with iGraph and RStudio? - rAll Articles