From owner-freebsd-java@FreeBSD.ORG Sat Jan 19 16:31:46 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 90D5716A418 for ; Sat, 19 Jan 2008 16:31:46 +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 5EBAB13C46E for ; Sat, 19 Jan 2008 16:31:46 +0000 (UTC) (envelope-from freebsd-java@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JGGbb-00081t-Ok for freebsd-java@freebsd.org; Sat, 19 Jan 2008 16:31:39 +0000 Received: from r5j156.net.upc.cz ([86.49.9.156]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 19 Jan 2008 16:31:39 +0000 Received: from gamato by r5j156.net.upc.cz with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 19 Jan 2008 16:31:39 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-java@freebsd.org From: martinko Date: Sat, 19 Jan 2008 17:31:30 +0100 Lines: 47 Message-ID: References: <478A7AFB.8040604@users.sf.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: r5j156.net.upc.cz User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.11) Gecko/20071204 SeaMonkey/1.1.7 In-Reply-To: <478A7AFB.8040604@users.sf.net> Sender: news Cc: freebsd-database@freebsd.org 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: Sat, 19 Jan 2008 16:31:46 -0000 martinko wrote: > Marcin Cieslak wrote: >> martinko wrote: >>> Hallo, >>> >>> Would someone care to port Oracle's SQL Developer to FreeBSD, please ? >>> >>> >>> >>> >>> >>> Many thanks in advance! >> >> 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). >> >> --Marcin >> > > > Well, > > 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 > > 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. > > Thanks, > > Martin > Update: Just upgraded to 6.3 and it started up successfully. As soon as I have access to an Oracle instance I will try some more testing.. M.