You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by Apache Wiki <wi...@apache.org> on 2009/12/01 14:23:51 UTC

[Db-derby Wiki] Update of "CommandHistoryInIj" by KristianWaagan

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Db-derby Wiki" for change notification.

The "CommandHistoryInIj" page has been changed by KristianWaagan.
http://wiki.apache.org/db-derby/CommandHistoryInIj?action=diff&rev1=4&rev2=5

--------------------------------------------------

  
  == Using JLine ==
  
- JLine has been reported to work with IJ. JLine users, please add workaround info here...
+ You can script starting IJ with JLine like this:
+ {{{
+ java -classpath jline.jar:${IJ_CLASSPATH} ${IJ_OPTIONS} jline.ConsoleRunner org.apache.derby.tools.ij [$@]
+ }}}
+ 
+ Use an alias or a script to ease the startup.  Depending on how you do it in your shell, the ''$@'' might not be required to be able to pass arguments to IJ.
+ Modify ''IJ_CLASSPATH'' to specify which Derby version / code base to use. If you want to start IJ with certain options, add them to ''IJ_OPTIONS'' (these have to be Java properties, for instance ''-Dij.exceptionTrace=true'').
+ 
+ Note that JLine has problems dealing with commands longer than one line in your terminal.
  
  == Using Emacs ==