Bonjour à tous,

Je développe une application sous Websphere avec un certain ordinateur.
J'ai voulu développer cette même application avec un autre ordinateur sous Eclipse.

L'application se lance correctement, j'ai une invitation de login-mdp qui apparait, si j'entre de mauvaises infos, oracle me rejette et je suis invité à réentrer mes infos... Jusqu'ici, tout va bien !
Lorsque je rentre les informations correctes, l'erreur suivante apparaît :
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
 
 
# An unexpected error has been detected by Java Runtime Environment:   
#   
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x62f0c9e7, pid=5856, tid=4848  
#   
# Java VM: Java HotSpot(TM) Client VM (11.3-b02 mixed mode, sharing windows-x86)   
# Problematic frame:   
# C  [ocijdbc10.dll+0xc9e7]   
#   
# An error report file with more information is saved as:   
# \eclipse-jee-helios-win32\workspace\pjx\mypjx\hs_err_pid5856.log   
#java.lang.OutOfMemoryError   
 
# If you would like to submit a bug report, please visit:   
#   http://java.sun.com/webapps/bugreport/crash.jsp   
# The crash happened outside the Java Virtual Machine in native code.   
# See problematic frame for where to report the bug.   
#  
#
# An unexpected error has been detected by Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x62f0c9e7, pid=5856, tid=4848
#
# Java VM: Java HotSpot(TM) Client VM (11.3-b02 mixed mode, sharing windows-x86)
# Problematic frame:
# C  [ocijdbc10.dll+0xc9e7]
#
# An error report file with more information is saved as:
# \eclipse-jee-helios-win32\workspace\pjx\mypjx\hs_err_pid5856.log
#java.lang.OutOfMemoryError
 
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
Quelqu'un aurait-il une idée de ce que je peux faire?

Merci d'avance.