![]() |
Where is /Library/Java/Extensions folder in Lion (OS X 10.7.2)
I am following some instructions to place something in this folder /Library/Java/Extensions and I cannot seem to find such a folder.
I can find the Library folder using Go in Finder, but not this folder: /Library/Java/Extensions or any such Java folder. Is it the fact that the library folder and files are hidden complicating this? Where is Java stored on the Volume in Lion or version OS X 10.7.2 and where is this folder, specifically? Thanks in advance |
Java is not installed in Lion by default.
Download and install Java: http://support.apple.com/kb/DL1421 That should create the folder that you need to use. It will be, in fact, in the location that you listed: /Library/Java/Extensions/ The /Library folder is not hidden - you can find it at the root of your hard drive. Only your own user (or Home) Library is hidden. |
Thanks for the reply DeltaMac,
I appreciate the assistance. Sorry, it is not that simple. Perhaps I should have mentioned that I already installed Java. I can run the Hello World program. I know the compiler is working. I do need to know more about how to access via the root rather than a user. I was looking at a bit of that recently. I still cannot find /Library/Java/Extensions folder. |
Quote:
|
Are you sure you're not confusing the Library folder in your user account with the Library folder at the top level of your hard drive?
|
Quote:
Thank you all! |
So you understand for the future, by default a Mac has three Library folders. These two are usually accessed by beginning at the root of your hard drive:
/System/Library /Library Generally, the first one is reserved for Mac OS X and third-party software won't put anything in there. Similarly, users shouldn't touch files in here unless they know what they're doing because an improper decision could lead to a non-functioning computer. The second one (/Library) is where software will install items to be used by all users. Again, this is an area users generally shouldn't go. Finally, there is the Library folder in your User folder. This will usually be listed in one of two ways: Macintosh HD/Users/[Your User Name]/Library ~/Library The ~ symbol is a common shorthand for saying "within your user folder." Items in a user's Library folder apply only to that user. Removing things here typically leads to user settings being removed (e.g., application preferences, Address Book entries, calendar events, etc.). |
It should also be noted in Lion the User Library folder is "invisible" you can always get to it from Go to Folder in Finder Go menu or make it visible but this tends to get reset between system updates.
Using Terminal copy paste this in and press enter. Code:
chflags nohidden ~/Library/Finder > Preferences > Sidebar > Check boxes : Hard Disk, External Disks and CD/DVD |
Quote:
I needed a way to work with my user library. I wanted to replace my new MBP Safari bookmarks plist with the one from my old MBP Safari. Your copy/paste command did the trick. And my replacement appears to have worked as the menu bar here now shows my old bookmarks. |
| All times are GMT -5. The time now is 05:41 AM. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.
Site design © IDG Consumer & SMB; individuals retain copyright of their postings
but consent to the possible use of their material in other areas of IDG Consumer & SMB.