Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Re: I swear by jEdit (solution)' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Re: I swear by jEdit (solution)
Authored by: wouter on May 27, '02 06:42:50PM

My problem in accessing the file is caused by the access rights to the folders and files in the jEdit.app folder.

The solution is quite simple: you have to make the necessary change to the file from within the Terminal application: start a shell, navigate to the file using 'cd', and then use 'vi' or 'pico' to edit the file. Save and presto: you have a Java app that looks like an Aqua app.

More on making a Java application behave like the real Mac OS X thing can be found in Apple's Technote TN2042 at http://developer.apple.com/technotes/tn/tn2042.html .



[ Reply to This | # ]