Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Jan 2008 14:09:09 +0100
From:      Marcin Cieslak <saper@system.pl>
To:        freebsd-java@freebsd.org
Subject:   Re: Oracle SQL Developer
Message-ID:  <478B5EF5.3050204@system.pl>
In-Reply-To: <478A7AFB.8040604@users.sf.net>
References:  <fk37e2$b2i$1@ger.gmane.org> <fk3u6t$a8f$1@ger.gmane.org> <478A7AFB.8040604@users.sf.net>

next in thread | previous in thread | raw e-mail | index | archive | help
martinko wrote:
> Marcin Cieslak wrote:
>>> Would someone care to port Oracle's SQL Developer to FreeBSD, please ?
>>>
>>> <http://www.oracle.com/technology/products/database/sql_developer/index.html>;

>> There is actually nothing to port, just download the non-JRE platform
>> independent zip file, unpack and run "bash sqldeveloper" from
>> sqldeveloper/sqldeveloper/bin directory.
>>
>> Works for me (7.0-BETA3 on amd64, self-compiled sun jdk15 from ports).

> I've tried it on 6-STABLE (6.2.something) and it got stuck at splash
> screen.  Btw, I've noticed output like this in terminal:
> 
> expr: illegal option -- X
> usage: expr [-e] expression
> expr: illegal option -- D
> usage: expr [-e] expression

I have this as well.

> Also, all the scripts use #!/bin/bash which doesn't work in FreeBSD.
> And I'd like to install it in /usr/local/... so that all users can use
> it and it can be included in portaudit checks and checked for upgrades
> via ports system, etc etc.

It's okay - but first you need to get it working.

After those "expr" messages I get:

Using oracle.home=/usr/home/saper/sw/sqldeveloper
Using ide.user.dir=/usr/home/saper/.sqldeveloper
Addin: Translator PlSql is trying to register a input type (.plsql)
which con
2008-01-14 14:05:17 oracle.dbtools.raptor.timesten.TTAddin initialize
SEVERE: Cannot find TimesTen JDBC jar files in CLASSPATH

and the tool is working (haven't tried connecting though).

using

java version "1.5.0_13-p7"
Java(TM) 2 Runtime Environment, Standard Edition (build
1.5.0_13-p7-root_03_dec_2007_00_10)
Java HotSpot(TM) 64-Bit Server VM (build
1.5.0_13-p7-root_03_dec_2007_00_10, mixed mode)

Maybe your Java VM does not start up? Are other java apps running?
This may be related to some diablo-jdk problems reported on the -java
list recently.


--Marcin




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?478B5EF5.3050204>