Search found 2 matches
- Thu Jul 27, 2017 5:29 pm
- Forum: Help Me
- Topic: CS6 Extension Won't Sign
- Replies: 4
- Views: 8787
Re: CS6 Extension Won't Sign
I think your certificate is most likely fine. This error message is quite misleading, and I saw a few forum threads dealing with this without success. Java Runtime is in fact attempting to access the web through a specific port which can be flagged as suspicious by agressive security systems. I've h...
- Thu Jan 19, 2017 6:50 pm
- Forum: Help Me
- Topic: Detect whether PS is 32bit or 64bit
- Replies: 3
- Views: 5170
Re: Detect whether PS is 32bit or 64bit
Hello Davide! This an old thread, I'm assuming you found the answer -- but just in case, this is what I use. var is64bits = BridgeTalk.appVersion.match(/\d\d$/) == '64'; On a related note, how would you differentiate between Windows versions without parsing app.systemInformation? $.os returns "...