laurent-simon / storage-at-desk

Automatically exported from code.google.com/p/storage-at-desk
0 stars 0 forks source link

nativefile required on windows #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
An external executable is required for random access file read and writes
on windows.

The problem is in FileDisk.java

An explanation of the possible reason that nativefile is needed is here:
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6265734

It would be desirable to have file access all written in Java without
having to rely on an external binary that may need to be re-compiled on
different machine configurations.

Original issue reported on code.google.com by tommy.mu...@gmail.com on 16 Mar 2009 at 3:26

GoogleCodeExporter commented 8 years ago
Revision 16 removed references to NativeFile.

Testing should be done  to observe side-effects of this.

Original comment by tommy.mu...@gmail.com on 30 Mar 2009 at 6:41

GoogleCodeExporter commented 8 years ago
Works fine and dandy on Windows XP SP3 with sun-java 1.6

Original comment by tommy.mu...@gmail.com on 15 Apr 2009 at 11:45

GoogleCodeExporter commented 8 years ago
I believe that this may have been the bug that needed the workaround:

http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4711787

It should be fixed in Java 1.4.2 and on

Original comment by tommy.mu...@gmail.com on 18 Apr 2009 at 8:03