|
From: Edward D. <eld...@tr...> - 2013-10-10 20:01:23
|
On 10/10/2013 10:33 AM, Eric Ladner wrote:
> what environment variable are you setting? If you're exporting it in
> the script that launches jedit, it should definitely see it.
I am exporting it in the script that launches jedit but it does not
appear to be picking it up. The reason I say that is that the Project
Viewer plugin has an option which can use environment variables as a
prefix to paths when accessing project data. But in Linux the
corresponding environment variable is not being used by PV even after I
have set and exported it in the launch script.
Is there a way in jedit to get it to show what environment variables are
in effect when I am using it ? Perhaps the console plugin lets me see that.
>
> Should it be a define passed on the command line, perhaps? ("-D" switch)
I do not know. is this the way to add an environment variable so that
jedit picks it up when it is run ?
>
>
> On Wed, Oct 9, 2013 at 7:29 PM, Edward Diener <eld...@tr...
> <mailto:eld...@tr...>> wrote:
>
> How do I set an enviromnment variable for JEdit on Linux ?
>
> There is a shell script to run Jedit on Linux, which eventually calls
> java passing the jedit.jar but if I set and export an environment
> variable from within that shell script, JEdit is not picking it up.
|