CVS update: eclipse

James A. Crippen james at unlambda.com
Fri Jun 21 19:19:01 UTC 2002


james at kappa.unlambda.com writes:

> Date:	Friday June 21, 2002 @ 19:09
> Author:	james
> 
> Update of /home/cvsroot/eclipse
> In directory kappa:/tmp/cvs-serv30692
> 
> Added Files:
> 	xnest 
> Log Message:
> Little script for running Eclipse in an Xnest server.  Xnest runs an X
> server in a window inside of another X server.  Should work fine with
> XFree86 4.whatever, but might not with other X distros.  Requires Xnest
> and assorted ordinary X programs, as well as Eclipse somewhere in the
> PATH.

This little goodie is useful for testing window managers.  Xnest is a
program that I believe is distributed with nearly every X distro.
It's basically an X client that also happens to be its own server.
This lets you run a completely separate X session inside of it,
without leaving your current X session.  Since the command line
arguments are annoying to type over and over again, and since getting
the programs started by hand always takes longer than it should, I
wrote this script to make life easier.

It expects the /usr/X11R6/bin directory to be in the PATH as well as
the eclipse script.  Other users may want to modify the FONTPATH that
is set in the script, since it probably won't be what they want.

There are lots of helpful comments.  Read the script if you're
interested.

Enjoy,
'james

-- 
James A. Crippen <james at unlambda.com> ,-./-.  Anchorage, Alaska,
Lambda Unlimited: Recursion 'R' Us   |  |/  | USA, 61.20939N, -149.767W
Y = \f.(\x.f(xx)) (\x.f(xx))         |  |\  | Earth, Sol System,
Y(F) = F(Y(F))                        \_,-_/  Milky Way.



More information about the eclipse-devel mailing list