Hello à tous,

Je suis développeur Oracle Forms. J'appelle à l'aide à la communauté java.

J'intègre un composant réutilisable dans une applic oracle forms un composant java( cadviewer : demo de cadviewer http://www.cadviewer.com/cv-pro/CADViewer.html ) qui me permet d'afficher des plans dwf. Lorsque j'appuie sur la toolbar print via mon applic forms je reçois le message suivant dans ma console java.

Je suis paumé, quelqu'un pourrait m'aider à comprendre mon problème ?
Quel est la solution ?

merci

Erreur dans ma console java

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
 
Oracle JInitiator: Version 1.3.1.22
Using JRE version 1.3.1.22-internal Java HotSpot(TM) Client VM
User home directory = D:\documents and settings\OFV7600
 
----------------------------------------------------
c:   clear console window
f:   finalize objects on finalization queue
g:   garbage collect
h:   display this help message
l:   dump classloader list
m:   print memory usage
q:   hide console
s:   dump system properties
t:   dump thread list
x:   clear classloader cache
0-5: set trace level to <n>
----------------------------------------------------
 
printinstaller 2 tempdir=null urlSource=file:d:/DOCUME~1/OFV7600/LOCALS~1/Temp/
 
 IsApplication branch
 
Copying file:d:/DOCUME~1/OFV7600/LOCALS~1/Temp/WPrint.class to d:\DOCUME~1\OFV7600\LOCALS~1\Temp\tms36574.tmsWPrint09182006.dll . . .  
 
in loadLibrary dllDest = d:\DOCUME~1\OFV7600\LOCALS~1\Temp\tms36574.tmsWPrint09182006.dll
 
ERROR:  Can't load library!!!
 
java.lang.UnsatisfiedLinkError: Can't load library: d:\DOCUME~1\OFV7600\LOCALS~1\Temp\tms36574.tmsWPrint09182006.dll
 
	at java.lang.ClassLoader.loadLibrary(Unknown Source)
 
	at java.lang.Runtime.load0(Unknown Source)
 
	at java.lang.System.load(Unknown Source)
 
	at com.cadviewer.PrintInstaller.loadLibrary(PrintInstaller.java:134)
 
	at com.cadviewer.PrintManager.printJNI(PrintManager.java:1125)
 
	at com.cadviewer.PrintManager.action(PrintManager.java:654)
 
	at java.awt.Component.handleEvent(Unknown Source)
 
	at com.cadviewer.PrintManager.handleEvent(PrintManager.java:428)
 
	at java.awt.Window.postEvent(Unknown Source)
 
	at java.awt.Component.postEvent(Unknown Source)
 
	at java.awt.Component.postEvent(Unknown Source)
 
	at java.awt.Component.dispatchEventImpl(Unknown Source)
 
	at java.awt.Component.dispatchEvent(Unknown Source)
 
	at java.awt.EventQueue.dispatchEvent(Unknown Source)
 
	at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
 
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
 
	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
 
	at java.awt.EventDispatchThread.run(Unknown Source)
 
Load library done: Creating instance of JNI wrapper class from hard drive
 
inprintJNI after loadLibrary
 
first in nativePrintdialogWin32()
 
after GetPrintDialogInfo
 
java.lang.UnsatisfiedLinkError: no WPrint111 in java.library.path
 
	at java.lang.ClassLoader.loadLibrary(Unknown Source)
 
	at java.lang.Runtime.loadLibrary0(Unknown Source)
 
	at java.lang.System.loadLibrary(Unknown Source)
 
	at com.cadviewer.PrintManager.nativePrintdialogWin32(PrintManager.java:1246)
 
	at com.cadviewer.PrintManager.printJNI(PrintManager.java:1131)
 
	at com.cadviewer.PrintManager.action(PrintManager.java:654)
 
	at java.awt.Component.handleEvent(Unknown Source)
 
	at com.cadviewer.PrintManager.handleEvent(PrintManager.java:428)
 
	at java.awt.Window.postEvent(Unknown Source)
 
	at java.awt.Component.postEvent(Unknown Source)
 
	at java.awt.Component.postEvent(Unknown Source)
 
	at java.awt.Component.dispatchEventImpl(Unknown Source)
 
	at java.awt.Component.dispatchEvent(Unknown Source)
 
	at java.awt.EventQueue.dispatchEvent(Unknown Source)
 
	at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
 
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
 
	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
 
	at java.awt.EventDispatchThread.run(Unknown Source)
 
printinstaller 2 tempdir=null urlSource=file:d:/DOCUME~1/OFV7600/LOCALS~1/Temp/
 
 IsApplication branch
 
Copying file:d:/DOCUME~1/OFV7600/LOCALS~1/Temp/WPrint.class to d:\DOCUME~1\OFV7600\LOCALS~1\Temp\tms36575.tmsWPrint09182006.dll . . .  
 
in loadLibrary dllDest = d:\DOCUME~1\OFV7600\LOCALS~1\Temp\tms36575.tmsWPrint09182006.dll
 
ERROR:  Can't load library!!!
 
java.lang.UnsatisfiedLinkError: Can't load library: d:\DOCUME~1\OFV7600\LOCALS~1\Temp\tms36575.tmsWPrint09182006.dll
 
	at java.lang.ClassLoader.loadLibrary(Unknown Source)
 
	at java.lang.Runtime.load0(Unknown Source)
 
	at java.lang.System.load(Unknown Source)
 
	at com.cadviewer.PrintInstaller.loadLibrary(PrintInstaller.java:134)
 
	at com.cadviewer.PrintManager.printJNI(PrintManager.java:1125)
 
	at com.cadviewer.PrintManager.action(PrintManager.java:654)
 
	at java.awt.Component.handleEvent(Unknown Source)
 
	at com.cadviewer.PrintManager.handleEvent(PrintManager.java:428)
 
	at java.awt.Window.postEvent(Unknown Source)
 
	at java.awt.Component.postEvent(Unknown Source)
 
	at java.awt.Component.postEvent(Unknown Source)
 
	at java.awt.Component.dispatchEventImpl(Unknown Source)
 
	at java.awt.Component.dispatchEvent(Unknown Source)
 
	at java.awt.EventQueue.dispatchEvent(Unknown Source)
 
	at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
 
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
 
	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
 
	at java.awt.EventDispatchThread.run(Unknown Source)
 
Load library done: Creating instance of JNI wrapper class from hard drive
 
inprintJNI after loadLibrary
 
first in nativePrintdialogWin32()
 
after GetPrintDialogInfo
 
java.lang.UnsatisfiedLinkError: no WPrint111 in java.library.path
 
	at java.lang.ClassLoader.loadLibrary(Unknown Source)
 
	at java.lang.Runtime.loadLibrary0(Unknown Source)
 
	at java.lang.System.loadLibrary(Unknown Source)
 
	at com.cadviewer.PrintManager.nativePrintdialogWin32(PrintManager.java:1246)
 
	at com.cadviewer.PrintManager.printJNI(PrintManager.java:1131)
 
	at com.cadviewer.PrintManager.action(PrintManager.java:654)
 
	at java.awt.Component.handleEvent(Unknown Source)
 
	at com.cadviewer.PrintManager.handleEvent(PrintManager.java:428)
 
	at java.awt.Window.postEvent(Unknown Source)
 
	at java.awt.Component.postEvent(Unknown Source)
 
	at java.awt.Component.postEvent(Unknown Source)
 
	at java.awt.Component.dispatchEventImpl(Unknown Source)
 
	at java.awt.Component.dispatchEvent(Unknown Source)
 
	at java.awt.EventQueue.dispatchEvent(Unknown Source)
 
	at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
 
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
 
	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
 
	at java.awt.EventDispatchThread.run(Unknown Source)
Merci