Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Oracle SQL Developer
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
martinko  
View profile  
 More options Dec 16 2007, 7:58 am
Newsgroups: lucky.freebsd.database
From: martinko <gam...@users.sourceforge.net>
Date: Sun, 16 Dec 2007 13:58:41 +0100
Local: Sun, Dec 16 2007 7:58 am
Subject: Oracle SQL Developer
Hallo,

Would someone care to port Oracle's SQL Developer to FreeBSD, please ?

<http://www.oracle.com/technology/products/database/sql_developer/inde...>

Many thanks in advance!

Martin


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
martinko  
View profile  
 More options Jan 13 2008, 3:56 pm
Newsgroups: lucky.freebsd.database, lucky.freebsd.java, lucky.freebsd.ports
From: martinko <gam...@users.sourceforge.net>
Date: Sun, 13 Jan 2008 21:56:27 +0100
Local: Sun, Jan 13 2008 3:56 pm
Subject: Re: Oracle SQL Developer

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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Scott T. Hildreth  
View profile  
 More options Jan 17 2008, 2:48 pm
Newsgroups: lucky.freebsd.database, lucky.freebsd.java, lucky.freebsd.ports
From: "Scott T. Hildreth" <shild...@scotth.emsphone.com>
Date: Thu, 17 Jan 2008 13:48:39 -0600
Local: Thurs, Jan 17 2008 2:48 pm
Subject: Re: Oracle SQL Developer

  When I first ran it, I had the same problem.  Then I noticed that
there was a prompt window behind the splash screen.  I was able to
grab the edge and pull the window over and answer the prompt.

> expr: illegal option -- X
> usage: expr [-e] expression
> expr: illegal option -- D
> usage: expr [-e] expression

  Linux expr has different options then the FreeBSD expr.  I ignore
  these errors since they are testing paths and my install is working.

> Also, all the scripts use #!/bin/bash which doesn't work in FreeBSD.

  I wrote a wrapper script to handle this,

=============================================

#!/usr/local/bin/zsh

cd ~/src/Java/sqldeveloper/sqldeveloper/bin/
bash ./sqldeveloper $@

=============================================

...you could also link /usr/local/bin/bash to /bin/bash.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jose Garcia Juanino  
View profile  
 More options Jan 17 2008, 3:52 pm
Newsgroups: lucky.freebsd.database, lucky.freebsd.java, lucky.freebsd.ports
From: Jose Garcia Juanino <jjuan...@gmail.com>
Date: Thu, 17 Jan 2008 21:52:55 +0100
Local: Thurs, Jan 17 2008 3:52 pm
Subject: Re: Oracle SQL Developer

El jueves 17 de enero a las 20:48:39 CET, Scott T. Hildreth escribió:

In my window manager I was able to move that window to another place and
answer "No" to the question. The window is hidden by the splash screen,
but it is possible to move it by mean of the menu window in the task
bar.

> > expr: illegal option -- X
> > usage: expr [-e] expression
> > expr: illegal option -- D
> > usage: expr [-e] expression

>   Linux expr has different options then the FreeBSD expr.  I ignore
>   these errors since they are testing paths and my install is working.

A workaround is to prefix the arguments of expr command with
a double hyphen (--)

> > Also, all the scripts use #!/bin/bash which doesn't work in FreeBSD.

It does not matter as the script are executed under sh shell:

$ sh sqldeveloper

>   I wrote a wrapper script to handle this,

> =============================================

> #!/usr/local/bin/zsh

> cd ~/src/Java/sqldeveloper/sqldeveloper/bin/
> bash ./sqldeveloper $@

> =============================================

> ...you could also link /usr/local/bin/bash to /bin/bash.

I think it would be possible to run sqldeveloper without any reference
to bash shell. I have submitted a problem report to port sqldeveloper:

http://www.freebsd.org/cgi/query-pr.cgi?pr=119756

Any feedback will be appreciated.

Regards

  application_pgp-signature_part
< 1K Download

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »