eclipse - Reverting to old Google Cloud SDK shell version -


i trying deploy java project google app engine eclipse , blocked jsps. jsp makes app not capable of deploying due "'utf8' codec can't decode byte" error. not trying insert strange (not utf-8) character, eclipse set utf-8. tried send archives ok google app engine tools eclipse (soon deprecated), won't deploy. i've seen threads regarding reverting google cloud tools eclipse plugin previous version (1.58 seemed avoid few problems) being possible solution these recent errors have problem installing, batch tells me "install exit" ?! tried uninstall previous (latest) versions before, made sure launching bundled-python batch, still not capable of installing old version of google cloud sdk shell. glad if had suggestion @ makes install fail.

thanks in advance.

there few ways can older version of google cloud sdk.

  1. download versioned archive

    • (if on windows) grab google-cloud-sdk-xxx.0.0-windows-x86_64-bundled-python.zip file.
    • unzip some\dir
    • add some\dir\google-cloud-sdk\bin directory system path
    • restart command prompt (or other apps depend on gcloud) , run example gcloud info, should functional installation, no need run install.bat.
  2. alternatively, use existing sdk installation , gcloud component manager go previous versions. example

    gcloud components update --version 158.0.0 

Comments

Popular posts from this blog

Add new key value to json node in java -

javascript - Highcharts Synchronized charts with missing data points -

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -