I'm pleased to see a project based on beanshell which is really a handy
tool for java programmers.
I want to report two problems I had with installation :
Error during installation
Setting up file association.
Initializing native library: C:\Program Files\BeanShell\lib\jRegistryKey.dll
Exception in thread "main" java.lang.UnsatisfiedLinkError:
ca.beq.util.win32.registry.RegistryKey.testInitialized()V
I tried to make file association with the create-bsh-file-association.bat
and get a more interesting message revealing a problem with the space in
"Program Files" directory
Setting up file association.
Initializing native library: C:\Program\lib\jRegistryKey.dll
Exception in thread "main" java.lang.UnsatisfiedLinkError:
ca.beq.util.win32.registry.RegistryKey.testInitialized()V
at
ca.beq.util.win32.registry.RegistryKey.testInitialized(Native Method)
at
ca.beq.util.win32.registry.RegistryKey.initialize(RegistryKey.java:312)
at BeanShellFileAssociator.<init>(BeanShellFileAssociator.java:59)
at BeanShellFileAssociator.main(BeanShellFileAssociator.java:39)
Appuyez sur une touche pour continuer...
Second problem is I cannot use command like getCurrentDate() from the shell
Maybe there is something special to do to have them available.
Hi,
I'm pleased to see a project based on beanshell which is really a handy
tool for java programmers.
I want to report two problems I had with installation :
Error during installation
Setting up file association.
Initializing native library: C:\Program Files\BeanShell\lib\jRegistryKey.dll
Exception in thread "main" java.lang.UnsatisfiedLinkError:
ca.beq.util.win32.registry.RegistryKey.testInitialized()V
I tried to make file association with the create-bsh-file-association.bat
and get a more interesting message revealing a problem with the space in
"Program Files" directory
Setting up file association.
Initializing native library: C:\Program\lib\jRegistryKey.dll
Exception in thread "main" java.lang.UnsatisfiedLinkError:
ca.beq.util.win32.registry.RegistryKey.testInitialized()V
at
ca.beq.util.win32.registry.RegistryKey.testInitialized(Native Method)
at
ca.beq.util.win32.registry.RegistryKey.initialize(RegistryKey.java:312)
at BeanShellFileAssociator.<init>(BeanShellFileAssociator.java:59)
at BeanShellFileAssociator.main(BeanShellFileAssociator.java:39)
Appuyez sur une touche pour continuer...
Second problem is I cannot use command like getCurrentDate() from the shell
Maybe there is something special to do to have them available.
By the way, you are probably aware of these projects :
http://code.google.com/p/beanshell2/
http://code.google.com/a/apache-extras.org/p/beanshell/
Regards,
Michaël
https://github.com/gungwald/beanshell-setup/releases/tag/v1.0.0
See the update on github.com