I am using Firefox 3.6 as my browser, it's installed on "C:\Program Files\Mozilla Firefox".
But I cannot find offline storage cache directory in it, and I cannot find configuration about cache directory in Firefox either. Anyone knows the directory? Thanks!
Type "about:cache" in the address bar.
It depends on your Windows version. See: http://www.addictivetips.com/windows-tips/firefox-cache-files-and-folder-in-windows/ .
The location of Firefox's cache varies depending on your version of Windows, but it's always found in your local user's application data folder.
On Windows XP/2000:
C:\Documents and Settings\[Your User Name]\Application Data\Mozilla\Firefox\Profiles\
On Windows Vista/7:
C:\Users\[Your User Name]\AppData\Local\Mozilla\Firefox\Profiles\
Related
I searched but couldn't find the path of ~/.git-credentials in my Windows 10 machine. git documentation says that it stores username and password in plain-text in ~/.git-credentials. I want to verify it by opening the file manually.
On windows 10, git user credentials are now stored with the Credential Manager.
It is located at %UserProfile%\.git-credentials, which corresponds to C:\Users\<username>\.git-credentials (unless you've modified the registry to move your user's profile directory elsewhere).
Generally, ~ refes to the user's home directory on Linux, and many cross-platform tools which store data in ~ on Linux (including git) store their data in the user's home directory on Windows as well.
On windows, I am trying to Add Firefox (57.0.2) as a browser in RFT(9.1).
When I click on Configure -> Enable Environment for testing -> Web Browser -> Add and choose C:\Program Files\Mozilla Firefox I get the following message:
The [C:\Program Files\Mozilla Firefox] file is not the specified directory for an installed browser.
But it is the installation directory. firefox.exe and all the other files (mostly dll) are inside it.
If I copy iexplore.exe inside that Mozilla Firefox directory, I can then add it and change the iexplore command to firefox and am able to save it as a browser. But in that case, the browser 'Kind' is IE and I get a bunch of exception when trying to execute. Also, if I rename firefox.exe for 'chrome.exe' then I am able to add it and the 'Kind' changes to Chrome.
Any idea why RFT don't recognize C:\Program Files\Mozilla Firefox as a browser installation folder? I wonder how RFT detects if it's Firefox or not..it's weird that by renaming 'firefox.exe' for 'chrome.exe' it's saving it as a Chrome browser but firefox.exe isn't working.
IBM has a support document, that mentions Firefox 50: https://www-01.ibm.com/support/docview.wss?uid=swg22000301
Basically, you need to add a folder inside the Firefox Installation Path:
Open Windows Explorer and go to \browser. For example,C:\Program Files (x86)\Mozilla Firefox\browser.
Create a new folder called components.
I can not find them under ~/Library/Application Support/Google/Chrome/; Where are they?
Mac Pro 10.8.4
Chrome Version 26.0.1410.65
The default locations of Chrome's profile directory are documented in the User Data Directory article on Googlesource.com. (When this article was written in 2013, the User Data Directory article was at chromium.org.) It says there,
To determine the user data directory for a running Chrome instance:
Navigate to chrome://version
Look for the Profile Path field. This gives the path to the profile directory.
The user data directory is the parent of the profile directory.
For Chrome on Mac, it's
~/Library/Application\ Support/Google/Chrome/Default
The actual location can be different, by setting the --user-data-dir=path/to/directory flag.
If only one user is registered in Chrome, look in the Default/Extensions subdirectory. Otherwise, look in the <profile user name>/Extensions directory.
If that didn't help, you can always do a custom search.
Go to chrome://extensions/, and find out the ID of an extension (32 lowercase letters) (if not done already, activate "Developer mode" first).
Open the terminal, cd to the directory which is most likely a parent of your Chrome profile (if unsure, try ~ then /).
Run find . -type d -iname "<EXTENSION ID HERE>", for example:
find . -type d -iname jifpbeccnghkjeaalbbjmodiffmgedin
Result:
You can find all Chrome extensions in below location.
/Users/{mac_user}/Library/Application Support/Google/Chrome/Default/Extensions
For Mac EI caption/Mac Sierra, Chrome extension folders were located at
/Users/$USER/Library/Application\ Support/Google/Chrome/Profile*/Extensions/
With the new App Launcher YOUR APPS (not chrome extensions) stored in Users/[yourusername]/Applications/Chrome Apps/
They are found on either one of the below locations depending on how chrome was installed
When chrome is installed at the user level, it's located at:
~/Users/<username>/Library/Application\ Support/Google/Chrome/Default/Extensions
When installed at the root level, it's at:
/Library/Application\ Support/Google/Chrome/Default/Extensions
Go to chrome://version and get the right profile path.
In this folder you can find the extensions assigned to your profile by their id.
To find an extension id, enable the Developer mode in the extension page (chrome://extensions).
The id is now displayed within the extension details.
Source: https://www.maketecheasier.com/view-source-code-chrome-extension/
Does anyone know where the SVN global config file is for the Slik SVN client for Windows? Specifically 64 bit?
Mine is located here (Windows 7 64-bit):
%USERPROFILE%\AppData\Roaming\Subversion\config
It's usually located in %APPDATA%\Subversion.
Paths:
C:\Documents and Settings\%USERNAME%\Application Data\Subversion\ --Windows XP
C:\Users\%USERNAME%\AppData\Roaming\Subversion -- Vista / 7
In Windows, If you can't see the config file. You can open it (without extension) if you paste the above selected path in your window explorer. And then will choose your IDE app.
Finally, you can read the README file located in the same route.
Or here if using the "localsystem" account:
C:\Windows\System32\config\systemprofile\AppData\Roaming\Subversion
Credit to: this answer
In my case all pathes from the comments contain default empty config files and real service parameters were stored at the registry:
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Clansoft\SVNService
when i save java file error is you dont have permission to save in this location contact the administrator to obtain permission on window7
Don't store application data in the "Program Files" directory.
It is very bad design and regular users don't have write access to that directory (for a very good reason).
So even if you changed your settings locally to open up the door for viruses your application won't run on other computers.
Besides: storing a Java file in the JDK directory serves no purpose at all.
Btw: your uppercase letters are broken, as well as the dot or the comma...
That's normal - jdk/bin is the installation directory of the JDK, regular users cannot (and should not) write files there. You'll have the same problem on Linux/Unix and on Mac OS X, where installation directories are off-limits to regular users.
Write your files to the users home directory (System property "user.home", works across platforms), or let the user choose where you save stuff.
Bin directory do not allow directly to save program in it.
it is so simple, just save your .java file on desktop and then copy paste it in Bin. done ;)
If the file can't save directly to c:\program files\java\jdk1.8.0\bin\
Solution:-
Click start Menu type Notepad command in run run as administrator
Right click the Notepad run as Administrator, then type the program file can save directly to c:\program files\java\jdk1.8.0\bin\
Just try it......