|
From: Shlomy R. <sre...@gm...> - 2011-03-09 00:43:41
|
Hi, I am not sure if OpenJDK's version says "Sun Microsystems" but OpenJDK also came from Sun. Also, the "server mode" part means that jEdit is operating as an edit-server, and any invocation from the command-line can use that edit-server instead of launching a new jEdit instance. Potentially (I don't know if this is your case), the edit-server could have been launched on startup (without any visible GUI) with another JDK version, and then launching jEdit later using OpenJDK would use the edit-server for the editing rather than starting a new jEdit instance with OpenJDK. So you could end-up starting jEdit from the command-line using OpenJDK but the GUI itself would use another JDK (the one that was used to launch the edit-server). Shlomy On Wed, Mar 9, 2011 at 12:27 AM, Colin Law <cl...@go...> wrote: > I have had a problem running jedit on Ubuntu 10.10 with copy/paste > from jEdit to a terminal window not working. > When I do Help > About it said > jEdit 4.4pre1 server mode using Sun Microsystems inc. java 1.6.0_20 > > However I have just discovered that actually it was using the openjdk > java not Sun. Is it expected behaviour of Help About to say Sun Java > even when it is using the openjdk version? > Having adjusted my Ubuntu setup it is now using the Sun version and > the copy/paste problem has gone. > > Colin > > > ------------------------------------------------------------------------------ > What You Don't Know About Data Connectivity CAN Hurt You > This paper provides an overview of data connectivity, details > its effect on application quality, and explores various alternative > solutions. http://p.sf.net/sfu/progress-d2d > -- > ----------------------------------------------- > jEdit Users' List > jEd...@li... > https://lists.sourceforge.net/lists/listinfo/jedit-users > |