Date: Sun, 13 Jan 2008 21:56:27 +0100 From: martinko <gamato@users.sf.net> To: freebsd-database@freebsd.org Cc: freebsd-ports@freebsd.org, freebsd-java@freebsd.org Subject: Re: Oracle SQL Developer Message-ID: <478A7AFB.8040604@users.sf.net> In-Reply-To: <fk3u6t$a8f$1@ger.gmane.org> References: <fk37e2$b2i$1@ger.gmane.org> <fk3u6t$a8f$1@ger.gmane.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Marcin Cieslak wrote: > martinko wrote: >> Hallo, >> >> Would someone care to port Oracle's SQL Developer to FreeBSD, please ? >> >> <http://www.oracle.com/technology/products/database/sql_developer/index.html> >> >> >> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?478A7AFB.8040604>