Uploaded image for project: 'Runtime'
  1. Runtime
  2. RUNTIME-4265

Upgrade swc4j to 2.0.0

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Major Major
    • 4.10.0
    • None
    • None
    • None
    • 4.10 M2

      • change ivy to 2.0.0
      • add this in scripthandler to avoid the unsatisfiedlinkerror
            static
            {
                Swc4jLibLoader.setLibLoadingListener(new ISwc4jLibLoadingListener() {
                    @Override
                    public boolean isSuppressingError()
                    {
                        return true;
                    }
                    
                    @Override
                    public File getLibPath()
                    {
                        return new File(OSUtils.TEMP_DIRECTORY + "/swc4j", RuntimeServlet.getInstanceId());
                    }
                });
            }
        
      • destroy the 1.8.0 fork

            raphael Raphaël Franchet
            raphael Raphaël Franchet
            Raphaël Franchet Raphaël Franchet
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: