

#Jedit gallery install#
It's set up so you only have to install Java once on your portable drive, and all such programs (including ) will find and use it. The description there is generic for any program that wants to use Java, and doesn't require you to install first. The Java Portablizer described for Portable doesn't require that is installed. jedit directory is cross platform as well.

The jar files are cross platform (as far as I know), and the data stored in the. jedit directory in the right place on the USB drive, that would be be most of what you are talking about. Next time I have some quality time with a Linux box I'll experiment and see if I can come up with something.īottom line: if one makes a shell script to parse out the paths, launch java and tell it to look for the. There's the other tricks too, such as getting around the FAT32 filesystem on the USB drive, which might not mark things as executable. So you'd need a shell script that was able to parse out the correct directory/path and substitute it in the right place, or use relative paths that worked consistently. The main trick would be that the USB drive might not be mounted at the same point on different linux machines, so an absolute path might not work. PortableApps/jEditPortable/App/Jedit/jedit.jar, that should do it. If you can set up a shell script to launch whatever java runtime is available on the linux box, with the -D command line option pointing to the USB drive instead of ~/, and -jar pointing to the jedit.jar file on the USB drive at. The main trick the launcher uses is to call java(w) with a -D command line option, specifically ="$SETTINGSDIRECTORY" as well as -jar "$PROGRAMDIRECTORY\$". (It might under Wine, but I'm not sure why you would want to.) One particular consideration is that the launcher won't work as a native application under Linux. jedit directory to the place you mention, in the.

#Jedit gallery windows#
JEdit Portable uses a windows launcher to start the program in such a way that it uses a Java runtime found on the USB drive (in the place set up for ), and redirects the. "C:\Documents and Settings\Scrape\.jedit" (or maybe in AppDir, it doesn't matter). jedit directory is normally found in Documents and Settings, e.g. jedit directory is normally found in the home directory (e.g.
