0

I can no longer edit the main window of jEdit 4.5.1 on OS X 10. java 1.6.0_29

The last file I was editing appears but I can't click it. I'm using the XML plugin.

I've tried uninstalling and reinstalling and rebooting, no results.

I've also tried to find the settings remove those and re-install but I'm no mac expert and am not sure how to find ~/.jedit

Trevesy
  • 117
  • 4

2 Answers2

0

~/.jedit is probably in your Unix home directory. (sry, don't have a mac).

If the mv command fails, then run a search for the .jedit folder on your entire machine with:

find / -type d -name .jedit

Good luck!

Ross Rogers
  • 23,523
  • 27
  • 108
  • 164
0

latest update from Apple seemed to do the trick, problem solved.

Trevesy
  • 117
  • 4