From owner-freebsd-java@FreeBSD.ORG Mon Jan 14 13:09:26 2008 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 094D416A418 for ; Mon, 14 Jan 2008 13:09:26 +0000 (UTC) (envelope-from freebsd-java@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id 9A6A513C442 for ; Mon, 14 Jan 2008 13:09:25 +0000 (UTC) (envelope-from freebsd-java@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JEP44-0003TJ-RW for freebsd-java@freebsd.org; Mon, 14 Jan 2008 13:09:20 +0000 Received: from 81.210.234.246 ([81.210.234.246]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 14 Jan 2008 13:09:20 +0000 Received: from saper by 81.210.234.246 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 14 Jan 2008 13:09:20 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-java@freebsd.org From: Marcin Cieslak Date: Mon, 14 Jan 2008 14:09:09 +0100 Lines: 54 Message-ID: <478B5EF5.3050204@system.pl> References: <478A7AFB.8040604@users.sf.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 81.210.234.246 User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.8.1.11) Gecko/20071215 SeaMonkey/1.1.7 In-Reply-To: <478A7AFB.8040604@users.sf.net> Sender: news Subject: Re: Oracle SQL Developer X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jan 2008 13:09:26 -0000 martinko wrote: > Marcin Cieslak wrote: >>> Would someone care to port Oracle's SQL Developer to FreeBSD, please ? >>> >>> >> 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