Open ThePrez opened 3 years ago
You can also find the Java with the same approach
Thanx JG for this input !! I appreciate that.
I was thinking of a way to do it, so I just made the Q&D solution to let the user enter it by hand ... not perfect .. I know.
The Java solution is not easy to do in typescript - but I think I will try to implement it with the registry / userpref method ..
Thank you so much .. I hope you will enjoy this extension - and any feedback is welcome !!
Do you have an idea where it is on Mac?
$HOME/.java/.userPrefs/com/ibm/iaccess/base
Was not helpful so i tried
~/Library//Preferences/com.apple.java.util.prefs.plist
.. no luck either :(
On Mac, I thought it would be in ~/Library/Preferences/
so I am surprised it's not there.
No worries though. Nobody does real work on Mac.
Ha ha, so what about the registry stuff? Are anyone using windows out there?
Maybe an idea for you brilliant guys ( I miss so much btw) .. to place that information in a language AND os agnostic place?
The following Java code can dynamically locate ACS for you. I suspect it's tricky to include java stuff in your extension.
To make this work without Java, you can inspect the registry key at
HKEY_CURRENT_USER\SOFTWARE\JavaSoft\Prefs\com\ibm\iaccess\base
on Windows or the xml in$HOME/.java/.userPrefs/com/ibm/iaccess/base
for other platforms