IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

avec Java Discussion :

Imprimer sous Windows 2000


Sujet :

avec Java

Vue hybride

Message précédent Message précédent   Message suivant Message suivant
  1. #1
    Membre Expert Avatar de Ivelios
    Homme Profil pro
    Développeur Java
    Inscrit en
    Juillet 2008
    Messages
    1 031
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 36
    Localisation : France, Ain (Rhône Alpes)

    Informations professionnelles :
    Activité : Développeur Java

    Informations forums :
    Inscription : Juillet 2008
    Messages : 1 031
    Par défaut Imprimer sous Windows 2000
    Bonjour à tous,
    Petite mise en situation :
    J'ai une application JAVA que je place sur un réseau.
    J'ai prévu dans mon programme une fonction imprimer.
    Il y a 2 imprimantes reliées au réseau(imprimante couleur et imprimante noir&blanc).


    A partir de mon PC (vista), je peux imprimer en couleur et en noir&blanc.
    A partir d'un autre pc (windows 2000) je peux imprimer en noir&blanc
    MAIS dès que je sélectionne l'imprimante couleur et que je valide, mon programme crash et il me crée un fichier erreur (ci-dessous).



    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
    #
    # An unexpected error has been detected by HotSpot Virtual Machine:
    #
    #  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x150f6ab1, pid=1324, tid=2360
    #
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_11-b03 mixed mode)
    # Problematic frame:
    # C  [lexpsnt3.dll+0x6ab1]
    #
     
    ---------------  T H R E A D  ---------------
     
    Current thread (0x009d4e58):  JavaThread "AWT-EventQueue-0" [_thread_in_native, id=2360]
     
    siginfo: ExceptionCode=0xc0000005, reading address 0x0baa001c
     
    Registers:
    EAX=0x00000001, EBX=0x77fcacea, ECX=0x00000064, EDX=0x00000000
    ESP=0x0baaea00, EBP=0x0baa0000, ESI=0x15591e90, EDI=0x1559379c
    EIP=0x150f6ab1, EFLAGS=0x00010202
     
    Top of Stack: (sp=0x0baaea00)
    0x0baaea00:   000d2c54 0baaf3c0 000d2c40 77fcd900
    0x0baaea10:   00000126 0009d430 00070000 00070000
    0x0baaea20:   00000001 00070000 00070000 00070178
    0x0baaea30:   77fcba2b 00070608 0baaea6c 00000041
    0x0baaea40:   77fb2c0c 00070000 000712b8 00000041
    0x0baaea50:   0009a3f8 0baaea44 00000480 0baaec34
    0x0baaea60:   77fb7e64 77f83148 ffffffff 0baaec44
    0x0baaea70:   77fcae15 000712b8 00000000 000cba9c 
     
    Instructions: (pc=0x150f6ab1)
    0x150f6aa1:   75 08 56 e8 b2 07 00 00 85 c0 0f 84 3e 01 00 00
    0x150f6ab1:   ff 75 1c ff 75 18 56 e8 4b 0a 00 00 f6 86 ec 00 
     
     
    Stack: [0x0ba70000,0x0bab0000),  sp=0x0baaea00,  free space=250k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C  [lexpsnt3.dll+0x6ab1]
     
    [error occurred during error reporting, step 120, id 0xc0000005]
     
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j  sun.print.Win32PrintService.getMediaPrintableArea(Ljava/lang/String;I)[F+0
    j  sun.print.Win32PrintService.initMedia()V+222
    j  sun.print.Win32PrintService.getSupportedAttributeValues(Ljava/lang/Class;Ljavax/print/DocFlavor;Ljavax/print/attribute/AttributeSet;)Ljava/lang/Object;+649
    j  sun.print.RasterPrinterJob.updatePageAttributes(Ljavax/print/PrintService;Ljava/awt/print/PageFormat;)V+62
    j  sun.awt.windows.WPrinterJob.pageDialog(Ljava/awt/print/PageFormat;)Ljava/awt/print/PageFormat;+147
    j  engine.PrintUtilities.print()V+42
    j  engine.PrintUtilities.printComponent(Ljava/awt/Component;)V+8
    j  gui.FenetreGeneral.actionPerformed(Ljava/awt/event/ActionEvent;)V+220
    j  javax.swing.AbstractButton.fireActionPerformed(Ljava/awt/event/ActionEvent;)V+84
    j  javax.swing.AbstractButton$Handler.actionPerformed(Ljava/awt/event/ActionEvent;)V+5
    j  javax.swing.DefaultButtonModel.fireActionPerformed(Ljava/awt/event/ActionEvent;)V+35
    j  javax.swing.DefaultButtonModel.setPressed(Z)V+117
    j  javax.swing.AbstractButton.doClick(I)V+64
    j  javax.swing.plaf.basic.BasicMenuItemUI.doClick(Ljavax/swing/MenuSelectionManager;)V+53
    j  javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Ljava/awt/event/MouseEvent;)V+62
    j  java.awt.Component.processMouseEvent(Ljava/awt/event/MouseEvent;)V+64
    j  javax.swing.JComponent.processMouseEvent(Ljava/awt/event/MouseEvent;)V+23
    j  java.awt.Component.processEvent(Ljava/awt/AWTEvent;)V+81
    j  java.awt.Container.processEvent(Ljava/awt/AWTEvent;)V+18
    j  java.awt.Component.dispatchEventImpl(Ljava/awt/AWTEvent;)V+517
    j  java.awt.Container.dispatchEventImpl(Ljava/awt/AWTEvent;)V+42
    J  java.awt.LightweightDispatcher.retargetMouseEvent(Ljava/awt/Component;ILjava/awt/event/MouseEvent;)V
    j  java.awt.LightweightDispatcher.processMouseEvent(Ljava/awt/event/MouseEvent;)Z+139
    j  java.awt.LightweightDispatcher.dispatchEvent(Ljava/awt/AWTEvent;)Z+50
    j  java.awt.Container.dispatchEventImpl(Ljava/awt/AWTEvent;)V+12
    j  java.awt.Window.dispatchEventImpl(Ljava/awt/AWTEvent;)V+19
    j  java.awt.Component.dispatchEvent(Ljava/awt/AWTEvent;)V+2
    j  java.awt.EventQueue.dispatchEvent(Ljava/awt/AWTEvent;)V+46
    j  java.awt.EventDispatchThread.pumpOneEventForHierarchy(ILjava/awt/Component;)Z+233
    j  java.awt.EventDispatchThread.pumpEventsForHierarchy(ILjava/awt/Conditional;Ljava/awt/Component;)V+26
    j  java.awt.EventDispatchThread.pumpEvents(ILjava/awt/Conditional;)V+4
    j  java.awt.EventDispatchThread.pumpEvents(Ljava/awt/Conditional;)V+3
    j  java.awt.EventDispatchThread.run()V+9
    v  ~StubRoutines::call_stub
     
    ---------------  P R O C E S S  ---------------
     
    Java Threads: ( => current thread )
      0x0ae96258 JavaThread "TimerQueue" daemon [_thread_blocked, id=2656]
      0x00236280 JavaThread "DestroyJavaVM" [_thread_blocked, id=2028]
    =>0x009d4e58 JavaThread "AWT-EventQueue-0" [_thread_in_native, id=2360]
      0x0ace7d40 JavaThread "AWT-Shutdown" [_thread_blocked, id=2320]
      0x009c8fa0 JavaThread "AWT-Windows" daemon [_thread_in_native, id=2212]
      0x0ad65d90 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=2168]
      0x009bf6b0 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=1972]
      0x00236ad0 JavaThread "CompilerThread0" daemon [_thread_blocked, id=824]
      0x009bd688 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=632]
      0x009b3bd8 JavaThread "Finalizer" daemon [_thread_blocked, id=2132]
      0x009b3068 JavaThread "Reference Handler" daemon [_thread_blocked, id=296]
     
    Other Threads:
      0x009aee38 VMThread [id=1156]
      0x009c0c48 WatcherThread [id=2416]
     
    VM state:not at safepoint (normal execution)
     
    VM Mutex/Monitor currently owned by a thread: None
     
    Heap
     def new generation   total 640K, used 537K [0x02a80000, 0x02b30000, 0x02f60000)
      eden space 576K,  82% used [0x02a80000, 0x02af6e48, 0x02b10000)
      from space 64K,  96% used [0x02b20000, 0x02b2f790, 0x02b30000)
      to   space 64K,   0% used [0x02b10000, 0x02b10000, 0x02b20000)
     tenured generation   total 7844K, used 7735K [0x02f60000, 0x03709000, 0x06a80000)
       the space 7844K,  98% used [0x02f60000, 0x036edf20, 0x036ee000, 0x03709000)
     compacting perm gen  total 11264K, used 11065K [0x06a80000, 0x07580000, 0x0aa80000)
       the space 11264K,  98% used [0x06a80000, 0x0754e580, 0x0754e600, 0x07580000)
    No shared spaces configured.
     
    Dynamic libraries:
    0x00400000 - 0x0040d000 	C:\SYS\WINDOWS\system32\java.exe
    0x77f80000 - 0x77ffc000 	C:\SYS\WINDOWS\system32\ntdll.dll
    0x7c2d0000 - 0x7c335000 	C:\SYS\WINDOWS\system32\ADVAPI32.dll
    0x7c570000 - 0x7c624000 	C:\SYS\WINDOWS\system32\KERNEL32.dll
    0x77d30000 - 0x77d9f000 	C:\SYS\WINDOWS\system32\RPCRT4.dll
    0x78000000 - 0x78045000 	C:\SYS\WINDOWS\system32\MSVCRT.dll
    0x6d640000 - 0x6d7dd000 	C:\Program Files\Java\jre1.5.0_11\bin\client\jvm.dll
    0x77e10000 - 0x77e6f000 	C:\SYS\WINDOWS\system32\USER32.dll
    0x77f40000 - 0x77f7d000 	C:\SYS\WINDOWS\system32\GDI32.dll
    0x77570000 - 0x775a0000 	C:\SYS\WINDOWS\system32\WINMM.dll
    0x6d290000 - 0x6d298000 	C:\Program Files\Java\jre1.5.0_11\bin\hpi.dll
    0x690a0000 - 0x690ab000 	C:\SYS\WINDOWS\system32\PSAPI.DLL
    0x6d610000 - 0x6d61c000 	C:\Program Files\Java\jre1.5.0_11\bin\verify.dll
    0x6d310000 - 0x6d32d000 	C:\Program Files\Java\jre1.5.0_11\bin\java.dll
    0x6d630000 - 0x6d63f000 	C:\Program Files\Java\jre1.5.0_11\bin\zip.dll
    0x6d000000 - 0x6d16a000 	C:\Program Files\Java\jre1.5.0_11\bin\awt.dll
    0x77800000 - 0x7781e000 	C:\SYS\WINDOWS\system32\WINSPOOL.DRV
    0x76620000 - 0x76631000 	C:\SYS\WINDOWS\system32\MPR.DLL
    0x75e60000 - 0x75e7a000 	C:\SYS\WINDOWS\system32\IMM32.dll
    0x7ce20000 - 0x7cf0f000 	C:\SYS\WINDOWS\system32\ole32.dll
    0x51000000 - 0x51050000 	C:\SYS\WINDOWS\system32\ddraw.dll
    0x728a0000 - 0x728a6000 	C:\SYS\WINDOWS\system32\DCIMAN32.dll
    0x6d240000 - 0x6d290000 	C:\Program Files\Java\jre1.5.0_11\bin\fontmanager.dll
    0x60000000 - 0x60045000 	C:\SYS\WINDOWS\system32\MSCTF.dll
    0x7cf30000 - 0x7d176000 	C:\SYS\WINDOWS\system32\shell32.dll
    0x70a70000 - 0x70ad6000 	C:\SYS\WINDOWS\system32\SHLWAPI.dll
    0x71710000 - 0x71794000 	C:\SYS\WINDOWS\system32\COMCTL32.dll
    0x6d4d0000 - 0x6d4e3000 	C:\Program Files\Java\jre1.5.0_11\bin\net.dll
    0x75030000 - 0x75044000 	C:\SYS\WINDOWS\system32\WS2_32.dll
    0x75020000 - 0x75028000 	C:\SYS\WINDOWS\system32\WS2HELP.DLL
    0x7ca00000 - 0x7ca23000 	C:\SYS\WINDOWS\system32\rsaenh.dll
    0x7c0f0000 - 0x7c154000 	C:\SYS\WINDOWS\system32\USERENV.dll
    0x7c740000 - 0x7c7cc000 	C:\SYS\WINDOWS\system32\CRYPT32.dll
    0x77430000 - 0x77441000 	C:\SYS\WINDOWS\system32\MSASN1.dll
    0x782c0000 - 0x782cc000 	C:\SYS\WINDOWS\System32\rnr20.dll
    0x77980000 - 0x779a4000 	C:\SYS\WINDOWS\system32\DNSAPI.DLL
    0x75050000 - 0x75058000 	C:\SYS\WINDOWS\system32\WSOCK32.dll
    0x77340000 - 0x77353000 	C:\SYS\WINDOWS\system32\iphlpapi.dll
    0x77520000 - 0x77525000 	C:\SYS\WINDOWS\system32\ICMP.dll
    0x77320000 - 0x77337000 	C:\SYS\WINDOWS\system32\MPRAPI.dll
    0x75150000 - 0x75160000 	C:\SYS\WINDOWS\system32\SAMLIB.DLL
    0x7cdc0000 - 0x7ce10000 	C:\SYS\WINDOWS\system32\NETAPI32.DLL
    0x7c340000 - 0x7c34f000 	C:\SYS\WINDOWS\system32\Secur32.dll
    0x77bf0000 - 0x77c01000 	C:\SYS\WINDOWS\system32\NTDSAPI.dll
    0x77950000 - 0x7797b000 	C:\SYS\WINDOWS\system32\WLDAP32.DLL
    0x751c0000 - 0x751c6000 	C:\SYS\WINDOWS\system32\NETRAP.dll
    0x779b0000 - 0x77a4c000 	C:\SYS\WINDOWS\system32\OLEAUT32.DLL
    0x773b0000 - 0x773df000 	C:\SYS\WINDOWS\system32\ACTIVEDS.DLL
    0x77380000 - 0x773a3000 	C:\SYS\WINDOWS\system32\ADSLDPC.DLL
    0x77830000 - 0x7783e000 	C:\SYS\WINDOWS\system32\RTUTILS.DLL
    0x77880000 - 0x7790e000 	C:\SYS\WINDOWS\system32\SETUPAPI.DLL
    0x774e0000 - 0x77514000 	C:\SYS\WINDOWS\system32\RASAPI32.dll
    0x774c0000 - 0x774d1000 	C:\SYS\WINDOWS\system32\rasman.dll
    0x77530000 - 0x77552000 	C:\SYS\WINDOWS\system32\TAPI32.dll
    0x77360000 - 0x77379000 	C:\SYS\WINDOWS\system32\DHCPCSVC.DLL
    0x777e0000 - 0x777e8000 	C:\SYS\WINDOWS\System32\winrnr.dll
    0x777f0000 - 0x777f5000 	C:\SYS\WINDOWS\system32\rasadhlp.dll
    0x6d4f0000 - 0x6d4f9000 	C:\Program Files\Java\jre1.5.0_11\bin\nio.dll
    0x6d3d0000 - 0x6d3ef000 	C:\Program Files\Java\jre1.5.0_11\bin\jpeg.dll
    0x77820000 - 0x77827000 	C:\SYS\WINDOWS\system32\version.dll
    0x759b0000 - 0x759b6000 	C:\SYS\WINDOWS\system32\LZ32.DLL
    0x13b40000 - 0x13b43000 	C:\SYS\WINDOWS\mui\fallback\040c\msctf.dll.mui
    0x6d1c0000 - 0x6d1e3000 	C:\Program Files\Java\jre1.5.0_11\bin\dcpr.dll
    0x76b30000 - 0x76b6e000 	C:\SYS\WINDOWS\system32\COMDLG32.DLL
    0x45990000 - 0x45a45000 	C:\SYS\WINDOWS\system32\spool\DRIVERS\W32X86\3\PS5UI.DLL
    0x45900000 - 0x45987000 	C:\SYS\WINDOWS\system32\spool\DRIVERS\W32X86\3\PSCRIPT5.DLL
    0x6b770000 - 0x6b783000 	C:\SYS\WINDOWS\system32\mscms.dll
    0x6a900000 - 0x6a959000 	C:\SYS\WINDOWS\system32\spool\DRIVERS\W32X86\3\LEXPSNTU.DLL
    0x6b900000 - 0x6b926000 	C:\SYS\WINDOWS\system32\spool\DRIVERS\W32X86\3\LEXPSLNG.DLL
    0x6c900000 - 0x6c947000 	C:\SYS\WINDOWS\system32\spool\DRIVERS\W32X86\3\LEXFNTRC.DLL
    0x150f0000 - 0x15120000 	C:\SYS\WINDOWS\system32\spool\DRIVERS\W32X86\3\lexpsnt3.dll
     
    VM Arguments:
    java_command: JColorimetre.jar
    Launcher Type: SUN_STANDARD
     
    Environment Variables:
    CLASSPATH=.;C:\Program Files\Java\j2re1.4.2_10\lib\ext\QTJava.zip
    PATH=C:\Program Files\ThinkPad\Utilities;C:\SYS\WINDOWS\system32;C:\SYS\WINDOWS;C:\SYS\WINDOWS\System32\Wbem;C:\Program Files\QuickTime\QTSystem\;C:\Program Files\Intel\Wireless\Bin\;C:\Program Files\Intel\Wireless\Bin\;C:\Program Files\Intel\Wireless\Bin\;C:\Program Files\Intel\Wireless\Bin\
    USERNAME=c002408
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=x86 Family 6 Model 14 Stepping 8, GenuineIntel
     
     
     
    ---------------  S Y S T E M  ---------------
     
    OS: Windows 2000 Build 2195 Service Pack 4
     
    CPU:total 1 (cores per cpu 1, threads per core 1) family 6 model 14 stepping 8, cmov, cx8, fxsr, mmx, sse, sse2
     
    Memory: 4k page, physical 1038768k(365104k free), swap 2499080k(1979700k free)
     
    vm_info: Java HotSpot(TM) Client VM (1.5.0_11-b03) for windows-x86, built on Dec 15 2006 01:16:12 by "java_re" with MS VC++ 6.0
    Dont vient leproblème? l'OS? la version java? les paramètre de l'ordinateur?
    tant de question et aucune réponse pour les satisfaire

  2. #2
    Membre Expert Avatar de Uther
    Homme Profil pro
    Tourneur Fraiseur
    Inscrit en
    Avril 2002
    Messages
    4 691
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Pyrénées Orientales (Languedoc Roussillon)

    Informations professionnelles :
    Activité : Tourneur Fraiseur

    Informations forums :
    Inscription : Avril 2002
    Messages : 4 691
    Par défaut
    Ce genre de message correspond typiquement à un plantage de la machine virtuelle Java. C'est plutôt rare mais très embêtant quand ça arrive car difficile de trouver une solution.

    Essaie avec une version plus récente du JRE, si possible, pour voir s'il s'agit d'un bug corrigé depuis. Le problème vient aussi peut-être des drivers de ton imprimante couleur qui font planter la JVM.
    Essaie de voir si le problème ne se pose pas dans d'autres applications, et s'il n'y a pas de mise à jour de ce driver.

  3. #3
    Membre Expert Avatar de Ivelios
    Homme Profil pro
    Développeur Java
    Inscrit en
    Juillet 2008
    Messages
    1 031
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 36
    Localisation : France, Ain (Rhône Alpes)

    Informations professionnelles :
    Activité : Développeur Java

    Informations forums :
    Inscription : Juillet 2008
    Messages : 1 031
    Par défaut
    L'imprimante couleur marche avec d'autre programme que JAVA. Je vais installer une version plus récente de JAVA.
    Je te donne le résultat lundi dans la journée Uther

    ps : à première vue les seules différences entre mon pc (qui imprime) et l'autre pc, sont la version de JAVA et l'OS

  4. #4
    Membre Expert Avatar de Ivelios
    Homme Profil pro
    Développeur Java
    Inscrit en
    Juillet 2008
    Messages
    1 031
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 36
    Localisation : France, Ain (Rhône Alpes)

    Informations professionnelles :
    Activité : Développeur Java

    Informations forums :
    Inscription : Juillet 2008
    Messages : 1 031
    Par défaut
    J'ai trouvé le problème mais il est vraiment bizarre
    Si l'imprimante n'est pas l'imprimante par défaut dans windows alors l'application plante.
    On peut controuner le problème en modifiant l'imprimante par défaut dans les paramètres windows avant d'imprimer...
    Cette solution n'est pas idéal

    Peut être existe t il une méthode du genre defautPrint(false); pour éviter que les autres imprimantes ne plantent?

  5. #5
    Membre Expert Avatar de Uther
    Homme Profil pro
    Tourneur Fraiseur
    Inscrit en
    Avril 2002
    Messages
    4 691
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Pyrénées Orientales (Languedoc Roussillon)

    Informations professionnelles :
    Activité : Tourneur Fraiseur

    Informations forums :
    Inscription : Avril 2002
    Messages : 4 691
    Par défaut
    Cela semble quand même clairement un bug de java. le problème est il toujours le même avec une JVM récente?

  6. #6
    Membre Expert Avatar de Ivelios
    Homme Profil pro
    Développeur Java
    Inscrit en
    Juillet 2008
    Messages
    1 031
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 36
    Localisation : France, Ain (Rhône Alpes)

    Informations professionnelles :
    Activité : Développeur Java

    Informations forums :
    Inscription : Juillet 2008
    Messages : 1 031
    Par défaut
    Dans le mile Uther, avec une version plus récente le problème ne semble plus se poser.
    Merci à toi

Discussions similaires

  1. Lenteur réseaux sous windows 2000 pro et serveur
    Par FilipeVV dans le forum Windows Serveur
    Réponses: 8
    Dernier message: 31/05/2006, 13h42
  2. Oracle et l'HyperThreading sous Windows 2000
    Par Aeternus dans le forum Oracle
    Réponses: 4
    Dernier message: 08/03/2005, 11h06
  3. Installation Oracle 10g sous Windows 2000
    Par Jeff206 dans le forum Oracle
    Réponses: 6
    Dernier message: 24/08/2004, 15h51
  4. [Débutant] Problème d'installation sous Windows 2000
    Par bavmorda dans le forum PostgreSQL
    Réponses: 5
    Dernier message: 04/08/2004, 16h28
  5. LoadLibrary avec C++ Builder 6 sous Windows 2000
    Par tgempp dans le forum C++Builder
    Réponses: 15
    Dernier message: 13/11/2003, 19h19

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo