在ubuntu下安装sqldeveloper简单方法(sudo)

http://tutorialforlinux.com/2014/04/30/how-to-install-oracle-sql-developer-on-ubuntu-14-04-trusty-lts-32-64bit-easy-visual-guide/

 

1.下载其它系统

sqldeveloper-4.0.2.15.21-no-jre.zip

 

 

2.解压:
sudo su -c "mv /tmp/sqldeveloper /opt/"
sudo su -c "chmod +x /opt/sqldeveloper/sqldeveloper.sh"
3.
sudo su -c "ln -s /opt/sqldeveloper/sqldeveloper.sh /usr/local/bin/sqldeveloper"
4.运行: sqldeveloper
 

在ubuntu下安装了sqldeveloper,在启动的时候读完蓝条就消失了

Oracle SQL Developer
 Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.

LOAD TIME : 973#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x6ac5d430, pid=7663, tid=1832962880
#
# JRE version: Java(TM) SE Runtime Environment (7.0_51-b13) (build 1.7.0_51-b13)
# Java VM: Java HotSpot(TM) Server VM (24.51-b03 mixed mode linux-x86 )
# Problematic frame:
# C  0x6ac5d430
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /tmp/hs_err_pid7663.log
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.sun.com/bugreport/crash.jsp
#
/opt/sqldeveloper/sqldeveloper/bin/../../ide/bin/launcher.sh: 行 1193:  7663 已放弃               (核心已转储) ${JAVA} "${APP_VM_OPTS[@]}" ${APP_ENV_VARS} -classpath ${APP_CLASSPATH} ${APP_MAIN_CLASS} "${APP_APP_OPTS[@]}"

大概两种可能,一种是权限问题,用sudo启动试试;另一种是jre不兼容,比如32位/64位,或者1.7/1.6。
如果不是权限的问题, 建议换jdk试一下


你可能感兴趣的:(developer)