45hook

eclipse-java-ubunut

Jul 26th, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.86 KB | None | 0 0
  1.  
  2. eclipse exit
  3. JVM Terminated exit code=1
  4. https://pasteboard.co/GCP95mt.png
  5.  
  6. ----------------------------
  7. installed eclipse & netbeans with apt-get
  8.  
  9. sudo apt-get update > running without any error
  10. -------------------------------------------------
  11. logan> uname --all
  12. Linux xavier 4.4.0-87-generic #110-Ubuntu SMP Tue Jul 18 12:55:35 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
  13. ------------------------------------------------------
  14.  
  15. logan> java -version
  16. openjdk version "9-internal"
  17. OpenJDK Runtime Environment (build 9-internal+0-2016-04-14-195246.buildd.src)
  18. OpenJDK 64-Bit Server VM (build 9-internal+0-2016-04-14-195246.buildd.src, mixed mode)
  19. ---------------------------------------------------
  20. logan> sudo update-alternatives --config java
  21. [sudo] password for logan:
  22. There are 2 choices for the alternative java (providing /usr/bin/java).
  23.  
  24. Selection Path Priority Status
  25. -------------------------------------------------------------------------------------------
  26. * 0 /usr/lib/jvm/java-9-openjdk-amd64/bin/java 1091 auto mode
  27. 1 /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java 1081 manual mode
  28. 2 /usr/lib/jvm/java-9-openjdk-amd64/bin/java 1091 manual mode
  29.  
  30. Press <enter> to keep the current choice[*], or type selection number: 0
  31. -------------------------------------------------------------------------------------------
  32. error while installing intelliJ
  33.  
  34.  
  35. logan> sudo apt-get install intellij-idea-community
  36. Reading package lists... Done
  37. Building dependency tree
  38. Reading state information... Done
  39. The following package was automatically installed and is no longer required:
  40. libllvm3.8
  41. Use 'sudo apt autoremove' to remove it.
  42. The following NEW packages will be installed:
  43. intellij-idea-community
  44. 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
  45. Need to get 0 B/8,842 B of archives.
  46. After this operation, 23.6 kB of additional disk space will be used.
  47. (Reading database ... 245502 files and directories currently installed.)
  48. Preparing to unpack .../intellij-idea-community_2017.1-1_all.deb ...
  49. --2017-07-27 09:41:17-- http://download-cf.jetbrains.com/idea/ideaIC-2017.1.tar.gz
  50. Resolving download-cf.jetbrains.com (download-cf.jetbrains.com)... 52.84.105.126, 52.84.105.32, 52.84.105.224, ...
  51. Connecting to download-cf.jetbrains.com (download-cf.jetbrains.com)|52.84.105.126|:80... connected.
  52. HTTP request sent, awaiting response... 403 Forbidden
  53. 2017-07-27 09:41:18 ERROR 403: Forbidden.
  54.  
  55. dpkg: error processing archive /var/cache/apt/archives/intellij-idea-community_2017.1-1_all.deb (--unpack):
  56. subprocess new pre-installation script returned error exit status 8
  57. Errors were encountered while processing:
  58. /var/cache/apt/archives/intellij-idea-community_2017.1-1_all.deb
  59. E: Sub-process /usr/bin/dpkg returned an error code (1)
Add Comment
Please, Sign In to add comment