cat*_*h23 3 sqldeveloper software-installation 14.04
我尝试sqldeveloper通过以下方式安装:
Download SQL Developer from Oracle website (I chose Other Platforms download).\n\nExtract file to /opt:\n\nsudo unzip sqldeveloper-*-no-jre.zip -d /opt/\nsudo chmod +x /opt/sqldeveloper/sqldeveloper.sh\nLinking over an in-path launcher for Oracle SQL Developer:\n\nsudo ln -s /opt/sqldeveloper/sqldeveloper.sh /usr/local/bin/sqldeveloper\nEdit /usr/local/bin/sqldeveloper.sh replace it\'s content to:\n\n#!/bin/bash\ncd /opt/sqldeveloper/sqldeveloper/bin\n./sqldeveloper "$@"\nRun SQL Developer:\n\nsqldeveloper\nRun Code Online (Sandbox Code Playgroud)\n\n但它显示了下一个输出:
\n\nnazar@lelyak-desktop:/opt/sqldeveloper\xe2\x9f\xab ./sqldeveloper.sh \n\n Oracle SQL Developer\n Copyright (c) 1997, 2014, Oracle and/or its affiliates. All rights reserved. \n\n LOAD TIME : 401#\n# A fatal error has been detected by the Java Runtime Environment:\n#\n# SIGSEGV (0xb) at pc=0x00007f3b2dcacbe0, pid=20351, tid=139892273444608\n#\n# JRE version: Java(TM) SE Runtime Environment (7.0_65-b17) (build 1.7.0_65-b17)\n# Java VM: Java HotSpot(TM) 64-Bit Server VM (24.65-b04 mixed mode linux-amd64 compressed oops)\n# Problematic frame:\n# C 0x00007f3b2dcacbe0\n#\n# Core dump written. Default location: /opt/sqldeveloper/sqldeveloper/bin/core or core.20351\n#\n# An error report file with more information is saved as:\n# /tmp/hs_err_pid20351.log\n#\n# If you would like to submit a bug report, please visit:\n# http://bugreport.sun.com/bugreport/crash.jsp\n#\n/opt/sqldeveloper/sqldeveloper/bin/../../ide/bin/launcher.sh: line 1193: 20351 Aborted (core dumped) ${JAVA} "${APP_VM_OPTS[@]}" ${APP_ENV_VARS} -classpath ${APP_CLASSPATH} ${APP_MAIN_CLASS} "${APP_APP_OPTS[@]}"\n134 nazar@lelyak-desktop:/opt/sqldeveloper\xe2\x9f\xab java -version\njava version "1.7.0_65"\nJava(TM) SE Runtime Environment (build 1.7.0_65-b17)\nJava HotSpot(TM) 64-Bit Server VM (build 24.65-b04, mixed mode)\nRun Code Online (Sandbox Code Playgroud)\n\n\n\n如何解决这个烦恼呢?
\n| 归档时间: |
|
| 查看次数: |
15797 次 |
| 最近记录: |