okaywit / guava-libraries

Automatically exported from code.google.com/p/guava-libraries
Apache License 2.0
0 stars 0 forks source link

Provide best effort method to add directory to the classloader at runtime #1497

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Something like

ClassPath.addDir(File)

could be useful when working with JNI and its classloader mess.

Although not portable, there is some existing way to do that using reflection, 
see http://stackoverflow.com/a/7884406 or 
https://forums.oracle.com/message/4290936#4290936.

See also this closed bug report for history: 
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4280189

Original issue reported on code.google.com by richard....@gmail.com on 6 Aug 2013 at 8:39

GoogleCodeExporter commented 9 years ago
This issue has been migrated to GitHub.

It can be found at https://github.com/google/guava/issues/<issue id>

Original comment by cgdecker@google.com on 1 Nov 2014 at 4:12

GoogleCodeExporter commented 9 years ago

Original comment by cgdecker@google.com on 1 Nov 2014 at 4:17

GoogleCodeExporter commented 9 years ago

Original comment by cgdecker@google.com on 3 Nov 2014 at 9:08