|
From: Eric B. <el...@gm...> - 2008-11-20 00:08:48
|
Try replacing the soft link under /Applications/jEdit.app/Contents/MacOS with a copy of what it's soft linking to. Be sure to quit (Command + Q) jEdit first. [code] cd /Applications/jEdit.app/Contents/MacOS mv jedit jedit.bak cp /System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub . mv JavaApplicationStub jedit [/code] This works for me, and I also have the Mac OS plugin enabled. Hope that helps, Eric On Wed, Nov 19, 2008 at 3:11 PM, Ernest Obusek <er...@wi...>wrote: > I upgraded to the new version, but it fails to load. I moved > my .jedit file, but that had no effect. Is there a known fix for > this? If not, what steps can I take to debug this? > > Thanks, > > Ernest > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > -- > ----------------------------------------------- > jEdit Users' List > jEd...@li... > https://lists.sourceforge.net/lists/listinfo/jedit-users > -- Learn from the past. Live in the present. Plan for the future. 11101000 http://www.townsfolkdesigns.com/blogs/elberry |