Re: Java / Win98 / OracleDriver
Date: 2 Jul 2001 08:48:14 -0700
Message-ID: <ce31c410.0107020748.38eff91_at_posting.google.com>
it should work. can you show us the actual text of your classpath parameter? if the same code works on NT and not on 98 the first thing i would suspect is that the path is different. e.g., if it's "c:\program files\..", 98 might not like spaces or some such. (also try using the 8.3 format for the paths, e.g. c:\progra~1\...)
another thing to check is the amount of stuff you are setting in the environment, IIRC 98 has a limited amount of environment space that NT in general doesn't.
"Greg Kearney" <sticinc_at_mediaone.net> wrote in message news:<oaG%6.53107$i03.9821970_at_typhoon.jacksonville.mediaone.net>...
> Is it possible to run a java program on a Win98 computer that accesses an
> Oracle 8.1.5 database across TCP/IP?
> The Win98 workstation can access the database through SQLPlus.
>
> I have the workstation's classpath set to classes111.zip.
> I can compile the java program on the workstation.
> Every time I try to run the program I get: "SQLException no suitable driver"
>
> The program works on a WinNT station but not on Win98.
> Is the classes111.zip designed for WinNT only?
>
> Thanks
> Greg
Received on Mon Jul 02 2001 - 17:48:14 CEST