Menu

Installation problems

2013-02-24
2022-03-12
  • michael michaud

    michael michaud - 2013-02-24

    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

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.