je veux detecter les changement d'un repertoire pour cela j'ai télécharger Jnotify et suivre les etapes necessaire mais j'ai reçu un message d'erreur :
A fatal error has been detected by the Java Runtime Environment:

EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x5aeebcd1, pid=4424, tid=5600
JRE version: 7.0_17-b02
Java VM: Java HotSpot(TM) Client VM (23.7-b01 mixed mode, sharing windows-x86 )
Problematic frame: [jvm.dll+0xabcd1]
Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
voila mon fichier log :

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x5aeebcd1, pid=4424, tid=5600
#
# JRE version: 7.0_17-b02
# Java VM: Java HotSpot(TM) Client VM (23.7-b01 mixed mode, sharing windows-x86 )
# Problematic frame:
# V  [jvm.dll+0xabcd1]
#
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.sun.com/bugreport/crash.jsp
#
 
---------------  T H R E A D  ---------------
 
Current thread (0x00a7a400):  JavaThread "main" [_thread_in_vm, id=5600, stack(0x00b10000,0x00b60000)]
 
siginfo: ExceptionCode=0xc0000005, reading address 0x00000000
 
Registers:
EAX=0x00000000, EBX=0x00000001, ECX=0x00000000, EDX=0x00000008
ESP=0x00b5f830, EBP=0x00b5f834, ESI=0x33c17098, EDI=0x00a7a528
EIP=0x5aeebcd1, EFLAGS=0x00010246
 
Top of Stack: (sp=0x00b5f830)
0x00b5f830:   00a7a400 00b5f858 67544428 00a7a528
0x00b5f840:   00000000 00000000 6754440c 33c17098
0x00b5f850:   33c17098 00a7a400 00b5f8a4 019ca717
0x00b5f860:   00a7a528 00b5f8ac 00000000 0000017f
0x00b5f870:   00000000 00000001 00b5f8f0 00a7ad84
0x00b5f880:   00a7ad84 00b5f884 33c17098 00b5f8c0
0x00b5f890:   33c18070 00000000 33c17098 00000000
0x00b5f8a0:   00b5f8b4 00b5f8e4 019c340f 23c4d4c8 
 
Instructions: (pc=0x5aeebcd1)
0x5aeebcb1:   eb 03 89 4d fc 8b 45 fc 6a 06 50 e8 ef 80 f5 ff
0x5aeebcc1:   8b 45 10 83 c4 08 85 c0 74 03 c6 00 01 8b 4d 0c
0x5aeebcd1:   8b 01 8b 0d 4c 0d 14 5b 8b 15 44 0d 14 5b 85 c9
0x5aeebce1:   7e 05 8b 0c 01 eb 06 8b 0c 02 8b 49 08 8b 14 02 
 
 
Register to memory mapping:
 
EAX=0x00000000 is an unknown value
EBX=0x00000001 is an unknown value
ECX=0x00000000 is an unknown value
EDX=0x00000008 is an unknown value
ESP=0x00b5f830 is pointing into the stack for thread: 0x00a7a400
EBP=0x00b5f834 is pointing into the stack for thread: 0x00a7a400
ESI=0x33c17098 is an oop
{method} 
 - klass: {other class}
EDI=0x00a7a528 is an unknown value
 
 
Stack: [0x00b10000,0x00b60000],  sp=0x00b5f830,  free space=318k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V  [jvm.dll+0xabcd1]
C  [jnotify.dll+0x4428]  Java_net_contentobjects_jnotify_win32_JNotify_1win32_nativeAddWatch+0x1c
j  net.contentobjects.jnotify.win32.JNotify_win32.nativeAddWatch(Ljava/lang/String;JZ)I+0
j  net.contentobjects.jnotify.win32.JNotify_win32.addWatch(Ljava/lang/String;JZ)I+3
j  net.contentobjects.jnotify.win32.JNotifyAdapterWin32.addWatch(Ljava/lang/String;IZLnet/contentobjects/jnotify/JNotifyListener;)I+5
j  net.contentobjects.jnotify.JNotify.addWatch(Ljava/lang/String;IZLnet/contentobjects/jnotify/JNotifyListener;)I+7
j  Files.sample()V+22
j  Files.main([Ljava/lang/String;)V+7
v  ~StubRoutines::call_stub
V  [jvm.dll+0x12a34a]
V  [jvm.dll+0x1d968e]
V  [jvm.dll+0x12a3cd]
V  [jvm.dll+0xaede4]
V  [jvm.dll+0xb9157]
C  [javaw.exe+0x206c]
C  [javaw.exe+0xa5a1]
C  [javaw.exe+0xa62b]
C  [kernel32.dll+0x4ed6c]  BaseThreadInitThunk+0x12
C  [ntdll.dll+0x6377b]  RtlInitializeExceptionChain+0xef
C  [ntdll.dll+0x6374e]  RtlInitializeExceptionChain+0xc2
 
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j  net.contentobjects.jnotify.win32.JNotify_win32.nativeAddWatch(Ljava/lang/String;JZ)I+0
j  net.contentobjects.jnotify.win32.JNotify_win32.addWatch(Ljava/lang/String;JZ)I+3
j  net.contentobjects.jnotify.win32.JNotifyAdapterWin32.addWatch(Ljava/lang/String;IZLnet/contentobjects/jnotify/JNotifyListener;)I+5
j  net.contentobjects.jnotify.JNotify.addWatch(Ljava/lang/String;IZLnet/contentobjects/jnotify/JNotifyListener;)I+7
j  Files.sample()V+22
j  Files.main([Ljava/lang/String;)V+7
v  ~StubRoutines::call_stub
 
---------------  P R O C E S S  ---------------
 
Java Threads: ( => current thread )
  0x00c34c00 JavaThread "Service Thread" daemon [_thread_blocked, id=2720, stack(0x03e40000,0x03e90000)]
  0x00c2a400 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=5576, stack(0x00d20000,0x00d70000)]
  0x00c29000 JavaThread "Attach Listener" daemon [_thread_blocked, id=5628, stack(0x03d50000,0x03da0000)]
  0x00c26000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=4756, stack(0x03bc0000,0x03c10000)]
  0x00c16800 JavaThread "Finalizer" daemon [_thread_blocked, id=2896, stack(0x03c60000,0x03cb0000)]
  0x00c11800 JavaThread "Reference Handler" daemon [_thread_blocked, id=2056, stack(0x03b30000,0x03b80000)]
=>0x00a7a400 JavaThread "main" [_thread_in_vm, id=5600, stack(0x00b10000,0x00b60000)]
 
Other Threads:
  0x00c10400 VMThread [stack: 0x03a80000,0x03ad0000] [id=6012]
  0x00c48000 WatcherThread [stack: 0x03dc0000,0x03e10000] [id=5064]
 
VM state:not at safepoint (normal execution)
 
VM Mutex/Monitor currently owned by a thread: None
 
Heap
 def new generation   total 4928K, used 461K [0x23bf0000, 0x24140000, 0x29140000)
  eden space 4416K,  10% used [0x23bf0000, 0x23c63470, 0x24040000)
  from space 512K,   0% used [0x24040000, 0x24040000, 0x240c0000)
  to   space 512K,   0% used [0x240c0000, 0x240c0000, 0x24140000)
 tenured generation   total 10944K, used 0K [0x29140000, 0x29bf0000, 0x33bf0000)
   the space 10944K,   0% used [0x29140000, 0x29140000, 0x29140200, 0x29bf0000)
 compacting perm gen  total 12288K, used 160K [0x33bf0000, 0x347f0000, 0x37bf0000)
   the space 12288K,   1% used [0x33bf0000, 0x33c181a0, 0x33c18200, 0x347f0000)
    ro space 10240K,  42% used [0x37bf0000, 0x38031d60, 0x38031e00, 0x385f0000)
    rw space 12288K,  54% used [0x385f0000, 0x38c72928, 0x38c72a00, 0x391f0000)
 
Card table byte_map: [0x00c60000,0x00d10000] byte_map_base: 0x00b42080
 
Polling page: 0x00250000
 
Code Cache  [0x019c0000, 0x01a58000, 0x039c0000)
 total_blobs=140 nmethods=9 adapters=67 free_code_cache=32182Kb largest_free_block=32955008
 
Compilation events (10 events):
Event: 0.111 Thread 0x00c2a400    5             java.lang.Object::<init> (1 bytes)
Event: 0.111 Thread 0x00c2a400 nmethod 5 0x01a51248 code [0x01a51340, 0x01a513d0]
Event: 0.115 Thread 0x00c2a400    6             java.lang.AbstractStringBuilder::ensureCapacityInternal (16 bytes)
Event: 0.116 Thread 0x00c2a400 nmethod 6 0x01a51448 code [0x01a51550, 0x01a515fc]
Event: 0.116 Thread 0x00c2a400    7             java.lang.String::lastIndexOf (52 bytes)
Event: 0.117 Thread 0x00c2a400 nmethod 7 0x01a51688 code [0x01a51790, 0x01a5189c]
Event: 0.118 Thread 0x00c2a400    8             java.lang.String::indexOf (166 bytes)
Event: 0.119 Thread 0x00c2a400 nmethod 8 0x01a51988 code [0x01a51aa0, 0x01a51cd0]
Event: 0.122 Thread 0x00c2a400    9             java.lang.String::replace (127 bytes)
Event: 0.123 Thread 0x00c2a400 nmethod 9 0x01a51fc8 code [0x01a520e0, 0x01a52350]
 
GC Heap History (0 events):
No events
 
Deoptimization events (0 events):
No events
 
Internal exceptions (10 events):
Event: 0.105 Thread 0x00a7a400 Threw 0x23c2c808 at C:\jdk7u2_32P\jdk7u17\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 0.117 Thread 0x00a7a400 Threw 0x23c36d98 at C:\jdk7u2_32P\jdk7u17\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 0.118 Thread 0x00a7a400 Threw 0x23c38608 at C:\jdk7u2_32P\jdk7u17\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 0.121 Thread 0x00a7a400 Threw 0x23c3c940 at C:\jdk7u2_32P\jdk7u17\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 0.123 Thread 0x00a7a400 Threw 0x23c416e8 at C:\jdk7u2_32P\jdk7u17\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 0.124 Thread 0x00a7a400 Threw 0x23c43a10 at C:\jdk7u2_32P\jdk7u17\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 0.125 Thread 0x00a7a400 Threw 0x23c46110 at C:\jdk7u2_32P\jdk7u17\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 0.126 Thread 0x00a7a400 Threw 0x23c48c20 at C:\jdk7u2_32P\jdk7u17\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 0.128 Thread 0x00a7a400 Threw 0x23c4dc70 at C:\jdk7u2_32P\jdk7u17\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 0.129 Thread 0x00a7a400 Threw 0x23c504a0 at C:\jdk7u2_32P\jdk7u17\hotspot\src\share\vm\prims\jvm.cpp:1166
 
Events (10 events):
Event: 0.124 loading class 0x00c537a0
Event: 0.124 loading class 0x00c537a0 done
Event: 0.125 loading class 0x00c536b0
Event: 0.125 loading class 0x00c536b0 done
Event: 0.126 loading class 0x00c22650
Event: 0.126 loading class 0x00c22650 done
Event: 0.128 loading class 0x00c53890
Event: 0.128 loading class 0x00c53890 done
Event: 0.129 loading class 0x00c491b0
Event: 0.129 loading class 0x00c491b0 done
 
 
Dynamic libraries:
0x00d90000 - 0x00dbf000 	C:\Program Files\Java\jre7\bin\javaw.exe
0x76fe0000 - 0x7711c000 	C:\Windows\SYSTEM32\ntdll.dll
0x75c80000 - 0x75d54000 	C:\Windows\system32\kernel32.dll
0x75420000 - 0x7546b000 	C:\Windows\system32\KERNELBASE.dll
0x75560000 - 0x75600000 	C:\Windows\system32\ADVAPI32.dll
0x75470000 - 0x7551c000 	C:\Windows\system32\msvcrt.dll
0x771f0000 - 0x77209000 	C:\Windows\SYSTEM32\sechost.dll
0x759a0000 - 0x75a41000 	C:\Windows\system32\RPCRT4.dll
0x757d0000 - 0x75899000 	C:\Windows\system32\USER32.dll
0x76d10000 - 0x76d5e000 	C:\Windows\system32\GDI32.dll
0x77120000 - 0x7712a000 	C:\Windows\system32\LPK.dll
0x77150000 - 0x771ed000 	C:\Windows\system32\USP10.dll
0x74010000 - 0x741ae000 	C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_41e6975e2bd6f2b2\COMCTL32.dll
0x75c20000 - 0x75c77000 	C:\Windows\system32\SHLWAPI.dll
0x769b0000 - 0x769cf000 	C:\Windows\system32\IMM32.DLL
0x758d0000 - 0x7599c000 	C:\Windows\system32\MSCTF.dll
0x600d0000 - 0x6018e000 	C:\Program Files\Java\jre7\bin\msvcr100.dll
0x5ae40000 - 0x5b18c000 	C:\Program Files\Java\jre7\bin\client\jvm.dll
0x6f0f0000 - 0x6f0f7000 	C:\Windows\system32\WSOCK32.dll
0x75520000 - 0x75555000 	C:\Windows\system32\WS2_32.dll
0x77130000 - 0x77136000 	C:\Windows\system32\NSI.dll
0x710e0000 - 0x71112000 	C:\Windows\system32\WINMM.dll
0x77140000 - 0x77145000 	C:\Windows\system32\PSAPI.DLL
0x72390000 - 0x7239c000 	C:\Program Files\Java\jre7\bin\verify.dll
0x6e580000 - 0x6e5a0000 	C:\Program Files\Java\jre7\bin\java.dll
0x6ec30000 - 0x6ec43000 	C:\Program Files\Java\jre7\bin\zip.dll
0x67540000 - 0x67554000 	C:\Program Files\Java\jre7\bin\jnotify.dll
0x70a50000 - 0x70b3b000 	C:\Windows\system32\dbghelp.dll
 
VM Arguments:
jvm_args: -Dfile.encoding=Cp1252 
java_command: Files
Launcher Type: SUN_STANDARD
 
Environment Variables:
PATH=C:/Program Files/Java/jre7/bin/client;C:/Program Files/Java/jre7/bin;C:/Program Files/Java/jre7/lib/i386;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Users\wajdi\Desktop\eclipse;
USERNAME=wajdi
OS=Windows_NT
PROCESSOR_IDENTIFIER=x86 Family 6 Model 37 Stepping 2, GenuineIntel
 
 
 
---------------  S Y S T E M  ---------------
 
OS: Windows 7 Build 7601 Service Pack 1
 
CPU:total 4 (2 cores per cpu, 2 threads per core) family 6 model 37 stepping 2, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, ht, tsc, tscinvbit
 
Memory: 4k page, physical 3136360k(1059576k free), swap 6270964k(3748860k free)
 
vm_info: Java HotSpot(TM) Client VM (23.7-b01) for windows-x86 JRE (1.7.0_17-b02), built on Mar  1 2013 05:04:36 by "java_re" with unknown MS VC++:1600
 
time: Thu Mar 21 21:04:52 2013
elapsed time: 0 seconds
Ps : je peux pas utiliser le watch service api parce que je doix surveiller un dossier qui se trouve sur un lecteur réseau , c'est pour cela que je dois utiliser JNOTIFY