Skip to content
This repository has been archived by the owner on Aug 23, 2022. It is now read-only.

java-1.8.0-openjdk-1.8.0.151-1.b12.ojdkbuild.windows.x86: net.dll file is deleted #21

Closed
psramka opened this issue Nov 6, 2017 · 3 comments

Comments

@psramka
Copy link

psramka commented Nov 6, 2017

Steps to reproduce:

  1. Install java-1.8.0-openjdk-1.8.0.151-1.b12.ojdkbuild.windows.x86.
  2. Go to directory jre\bin and notice that there are 64 items, one of which is the file net.dll.
  3. Use maven to do a build (of any random project): mvn clean install
  4. Notice that maven ends with this message: Exception in thread "main" java.lang.UnsatisfiedLinkError: C:\java-1.8.0-openjdk-1.8.0.151-1.b12.ojdkbuild.windows.x86\jre\bin\net.dll: Access is denied
  5. Go to directory jre\bin and notice that there are now 63 items and the file net.dll has been deleted.
    Attached is the complete output from the mvn clean install.

out.txt

@ojdkbuild
Copy link
Owner

Hi, I just tried this build locally and cannot reproduce this. After building maven project I still can see 64 files on jre\bin.

Could you please try FileMon to find out which process deletes net.dll for you?

@psramka
Copy link
Author

psramka commented Nov 7, 2017 via email

@psramka
Copy link
Author

psramka commented Nov 8, 2017

This problem has resurfaced. I have opened a new Issue to address this: #22

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants