Did you find a solution to this? currently finding the same, and struggling so far
Found it... drag & Drop works! Is that in Help somewhere?
Is there a way to move an Entry to a different group?
https://sourceforge.net/p/jpwsafe/discussion/880711/thread/b484dba48a/#6123
Hi All, I'm a longtime user of password safe swt, and just upgraded to a 64-bit only machine. I tried the 64 bit version here and it didn't work (or mb i didn't load other necessary software). Something about a "JRE LoadError". So I tried this cross platform version mentioned above and it works. However, there was something a bit troubling. It asked for permission to "record the screen" or something of that sort when I first started this program. I denied this permission as it seemed unnecessary....
I'm getting a JRELoadError on macOS ventura. Any clue how to resolve this? Thanks.
Hi-- I have password safe 0.90 running on oracle java 1.8.0.351 macOS ventura 13.0.1 password safe app hangs when opening to search for other safe files to open. Has anyone experienced this? how to fix? Thanks.
Rony, OK - tried the cross-platform version you suggested, and it works well, but not without a couple of oddities. It seems to behave a little differently depending on whether the user is an Administrator vs a "Regular" user. For example, clicking the "Red X" in the URHC of the app "blanks" the interior portion of the window, but does not close the window. The Admin user can go to the pwsafe menu bar interface to quit the app, but the non-Admin user can only close the window from the app icon in...
revised...
I'll be glad to try it if you think it might work, but this Mac has an M1/ARM processor. I thought that the Java version would be "most likely to succeed" - just on the basis of the old claim, "write once, run anywhere". Please advise if you feel the DMG you've suggested will run on this processor. Another thought that occurred to me: Oracle is no longer providing a JRE (or JDK) for the ARM processor, but there are a couple of other sources that claim to. When I installed JRE on the M1 Mac, I recall...
I'll be glad to try it if you think it might work, but this Mac has an M1/ARM processor. I thought that the Java version would be "most likely to succeed" - just on the basis of the old claim, "write once, run anywhere". Please advise if you feel the DMG you've suggested is intended to run on this processor. Another thought that occurred to me: Oracle is no longer providing a JRE (or JDK) for the ARM processor, but there are a couple of other sources that claim to. When I installed JRE on the M1...
I'll be glad to try it if you think it might work, but this Mac has an M1/ARM processor. I thought that the Java version would be "most likely to succeed" - just on the basis of the old claim, "write once, run anywhere". Please advise if you feel the DMG you've suggested is intended to run on this processor. FWIW, I thought that the 'pwSafe' app from Apple's App Store might be a fall-back, but according to the developer, they have no immediate plans for an ARM version.
The code for this project is available from the "Code" tab of the project on SourceForge: https://sourceforge.net/p/jpwsafe/code/HEAD/tree/ I'm not familiar with any of the Mac clones, but all are, as far as I know, fully compatible with the database format. You might want to try installing this DMG on your Mac: https://sourceforge.net/projects/passwordsafe/files/Linux/1.15.0/PasswordSafe-1.15.dmg/download It's an automatic build of the cross-platform version developed by me and my team.
Thanks, Rony - A couple of follow-on questions if you don't mind: Is the Java source code available online - if so, where? Of the Mac options, which ones are "most compatible" with Password Safe? By compatible I'm referring to : a.) database compatibility (no manual conversion), and b.) Closest in interface "Look & feel" Finally, FWIW: I'd much rather buy a license for a product you & your team developed - as opposed to someone who copied your code. And MUCH RATHER get the code from somewhere (anywhere...
This project is no longer under active development. You might want to try one of the PasswordSafe clones developed for Mac. See https://pwsafe.org/relatedprojects.shtml
Version: 0.9.0-SNAPSHOT; (c) 2008-2016 by David Müller This is kinda' scary because I depend on PasswordSafeSWT. It installed on my new macOS, but there was something during the install that required an additional app (Rosetta??) also be installed. I also installed the latest JRE after installing PasswordSafe (b/c it doesn't work without it :) AFAICT - based on very limited use on macOS Monterey so far, the app seems to retain and provide passwords, but the 'Manage...Options' feature is a mess -...
Thank you!!!
I guess an old swt from year 2016 causes this problem that does not work anymore with big sur. See this thread: https://github.com/buchen/portfolio/issues/1621 I observe the same error when start from terminal: Apr 06, 2021 7:40:47 PM org.pwsafe.passwordsafeswt.preference.WidgetPreferences <clinit> INFORMATION: loading preferences .. java.lang.NullPointerException at org.eclipse.swt.widgets.Control.internal_new_GC(Unknown Source) at org.eclipse.swt.graphics.GC.<init>(Unknown Source) at org.eclipse.swt.graphics.GC.<init>(Unknown...
Thanks Your version solves the problem. But is there a description how to get sources for jpwsafe and build myself. I never did before. The sw is not updated anymore since 2017. I guess the original developer stopped development. Right?
I found here a fixed version for download: https://sourceforge.net/p/jpwsafe/discussion/880711/thread/78dc7fdc75/ But as mentioned, it is not an official build by original developer. Not safe to download.
PasswordSafe Broken on OS X Big Sur
I have also finally been able to update my build variant to suppor Big Sur: https://github.com/nresare/javapasswordsafe/releases/tag/0.8.2-nresare.2 And yes, you should not trust random binaries off the internet.
Here's my shot: https://github.com/kasbert/jpwsafe/releases/tag/jpwsafe-0.9.1 You shouldn't trust some random packages from Internet. Instead compare the sources and build yourself.
No anwers? Can anyone help. So far not usable with BigSur. Too bad.
DOes anyone know if it will be updated to work on BigSur 11.0.1
Yes, does not work, same symptoms as OP
Agreed. Doesn't work on Big Sur :(
App is no longer working with macos BigSur 11.0 beta: $text and tree elements does not show $does not open new windows properly $eventually crashes
Will the Java version run on RPI 4?
"it is eclipse based and includes native libraries. no single jar file possible." Thanks. No wonder lots of such instructions on Youtube are based on NetBeans. Can NetBeans work together with Maven?
This github repo https://github.com/nresare/javapasswordsafe produced a JavaPasswordSafe.app for me last night that seems to be working ok so far for my MacBookPro upgraded to Catalina 10.15.3 (hopefully no more going through hoops to download Java 6 when my macOS is next upgraded) In nutshell: 1) git clone the repo from tag v0.8.2-nresare.0 (which is slightly different than the SNAPSHOT version number in the maven pom.xml file) 2) cd into the javapasswordsafe subdirectory, then run: mvn package...
it is eclipse based and includes native libraries. no single jar file possible.
I also tried to run it with this command: $ java -cp pwsafe-swt.jar org.pwsafe.passwordsafeswt.PasswordSafeJFace and it failed with: Error: Could not find or load main class org.pwsafe.passwordsafeswt.PasswordSafeJFace It seems that the pwsafe-swt.jar file that I built is not an executable one, even I found that the main-class attribute is indeed defined in META-INF/MANIFEST.MF file. Help please!
I also tried to specify the MANIFEST file whils trying to re-build the jar file, $ jar -cvmf PasswordSafeSWT-0.9.0-SNAPSHOT/META-INF/MANIFEST.MF pwsafe-swt.jar -C PasswordSafeSWT-0.9.0-SNAPSHOT . The pwsafe-swt.jar file again can be succesfuuly created. But just that when I try to execute it, it can not load the main method defined in org.pwsafe.passwordsafeswt.PasswordSafeJFace main class. Please anyone shed some light?
Here is what I did: 1) download the zip file from sourceforge site 2) unzip it to a folder, (I did the following on my Linux laptop) 3) unpack all jar files and re-pack them into one, with these commands: $ mkdir PasswordSafeSWT; cd PasswordSafeSWT $ for jf in ls ../PasswordSafeSWT-0.9.0-SNAPSHOT/lib/; do unzip -uo ../PasswordSafeSWT-0.9.0-SNAPSHOT/lib/$jf; done $ cd .. ; jar -cvf pwsafe-swt.jar PasswordSafeSWT 4) then I test it and got an error $ java -jar pwsafe-swt.jar no main manifest attribute,...
To clarify, my work environment is actually XenDesktop behind Citrix Access Gateway. The XenDesktop is locked down that we can not run any foreign .exe files other than the ones provided and authorised. The Java environment is present, though. So a single, all-inclusive .jar file can be double-clicked and launched. An example of this is the jEdit, which is distributed as a single .jar file. This PasswordSafe program contains a .exe file and a bunch of .jar files in lib subdirectory. This cannot work...
Hi, my work environmnt is a very much restricted Citrix Acces Gateway session, I can't run any .exe file, I can't modify the environment variables such as CLASSPATH. However, there is one exception: I can launch a all-inclusive jar file (Java is available inside the Citrix virtual desktop). So the zip file I downloaded from this site which contains an exe file and a bunch of jar files, won't work on its own. However, if I can merge all individual jar files into a giant one, it should work. At the...
Thanks. Found this which allows me to continue using the same PasswordSafeSWT version. Worked like a charm: https://forums.macrumors.com/threads/java-6-runtime-legacy-version-for-macos-catalina.2195954/ To quote: Download Java for OS X 2017-001 https://support.apple.com/kb/dl1572 Open AppleScript (/Applications/Utilities/Script Editor.app) and copy-paste the code Code: set theDMG to choose file with prompt "Please select javaforosx.dmg:" of type {"dmg"} do shell script "hdiutil mount " & quoted form...
I have had success using this: https://github.com/nresare/javapasswordsafe/releases
PasswordSafeSWT & Mac Catalina 10.15: Need Legacy Java SE 6 but Catalina says newer version exists and will not install. Suggestions?
If I may: there used to be a "Find" button at the bottom of the list of passwords. Would it be much trouble to put one there again? Scott
JRELoadError on startup with Java 11
update windows launch4j config and exe files
maven plugin updates
PasswdSafes Version 0.9 snapshot has not, at least for me, fixed syncing problem. I have a 2013 iMac, a MacBook Pro (Retina, Mid 2012) (both running Sierra), an iPhone 7 running IOS 11, an iPhone 5s running IOS 11, a 2017 iPad running IOS 11, and a 2nd gen iPad running IOS 5.1.1. I am running PasswordSafeSWT OSX 64bit on the MacBook Pro and the iMac. I am running PasswdSafes Version 0.9 snapshot on the iPhones and iPad. Syncing with a file on DropBox was my preference, but that does not work (on...
PasswdSafes Version 0.9 snapshot has not, at least for me, fixed syncing problem. I have a 2013 iMac, a MacBook Pro (Retina, Mid 2012) (both running Sierra), an iPhone 7 running IOS 11, an iPhone 5s running IOS 11, a 2017 iPad running IOS 11, and a 2nd gen iPad running IOS 5.1.1. I am running PasswordSafeSWT OSX 64bit on the MacBook Pro and the iMac. I am running PasswdSafes Version 0.9 snapshot on the iPhones and iPad. Syncing with a file on DropBox was my preference, but that does not work (the...
Timeout during new entry creation - entry not saved
UI Fixes for dialogues
Hi What is the Hash that is used with this script?
PasswordSafe 0.8.1
Hi All, I uploaded the SWT-0.9 RC to https://sourceforge.net/projects/jpwsafe/files/jpwsafe/SWT-0.9%20RC/...
set coorect svn commit on changes.txt
avoid String, clear StringBuffer, small changes
clear recently used files action
Added clear recent files menu option
Including it right now, nice refactoring of menu creation. But I think you forgot...
You found the changes - well done ;-) Maybe I'll find a way to make them easier to...
Looking good; fantastic to get a new update; is there a list of features included...
Never mind I found them - thanks: changes in swt 0.9.0 beta 1 (05.10.2016) - upgrade...
add EqualsIgnoreComparator
fix search, sorting, UI
mvn more infos and cleanups
Thank you for your response. As I have recently switched jobs and relocated to a...
Waiting here too :)
No, it doesn't - Noas versions includes an own java 8 runtime, as far as I see.
Hi I am using Java 8 on osx El Capitan. Does your version install the legacy Java...
Hi all, building on the changes provided by Noa Resare, I uploaded a beta of v0.9...
update Changes.txt
macOS: Don't install low res icon (it clobbers ...
update java to 1.7, swt to 4.6.1, opencsv to 3.8
update mvn dependencies and plugins
Hi Noa, your a godsend! At least I hope so :-) I don't have a Mac. I have been trying...
Fix problem when certain char classes was sometimes missing from generated passwords
Hi Noa, for now, I merged your patch into branches/maven-build/passwordsafe-parent,...
update swt repos, update to swt 3.8.0
Fix problem when certain char classes was somet...
That's great news!
This little project has now progressed far enough for me to release an OSX binary....
Fix problem when certain char classes was sometimes missing from generated passwords
After having gotten a mac, and gotten through the song and dance of getting password...
OS X Gatekeeper shows this message because the application bundle is not digitally...
This was awesome & super easy. Thanks for posting this workaround.
Hey guys, any update on this one?
Hello, I get around this issue with the following : I picked all the JARs and add...
I just ran into the same thing. Did your weekend manifest any progress? :) Would...
No, the app does not have a certificate. And it won't get one from me, because I...
Hi Arthur, it's not the app itself but the os starter bundle that needs Java 6. For...
I found a file named "hashes-0.8.1.txt" with contents as follows ... PasswordSafeSWT-0.8.1-x86_64.dmg...