Re: Is there a JDBC-ODBC bridge for Linux?
On Thu, 25 Jun 1998, Rick Stone wrote: Hmmm. And how you want to use this packages? As far as I know Linux doesn't has ODBC system. To access Oracle DB I use JDBC drivers providing by Oracle. > Does anybody know if there is a JDBC-ODBC bridge available for Linux? I > can only find the Solaris or NT binaries on the Sun site, and the > Blackdown 1.1.6 JDK doesn't include these classes. > > Thanks -- Rick > > ---- With best wishes. Paul Romanchenko, Russia, Omsk, Laboratory 321 [EMAIL PROTECTED], 2:5004/1.321, http://www.lab321.ru/~paul
Re: Does Java apps has to have .class extension?
On Mon, 5 Oct 1998, Danny Lu wrote: > But when I try to run a example program I wrote.. and I change > the extension.. I got an error stating "Can't find class Example" > > and I got Example.class... now I change the name of the Example.class to > Example: > mv Example.class Example > > then I made the example executable: > chmod u+x Example > > and then I ran it... > ./Example > > I got the error message saying: > "Can't find class Example" When kernel trying to start Example apps, it looking into Example file, decide that it is java class and pass it to java loader like this 'java Example', then java loader trying to load Example.class file and fails. With best wishes. Paul Romanchenko, Russia, Omsk, Laboratory 321 [EMAIL PROTECTED], 2:5004/1.321, http://www.lab321.ru/~paul
[email protected]
On 18 Jan 1999, Yago Diaz wrote: > I have download the swing-1.1 package from javasoft and I installed it on my > Linux box with jdk-1.1.7-v1a and native_threads. I run the SwingSet and when I > try to change to the Windows Look & Feel it gives me an > unsupportedLookAndFeelException. Does it works for you? Win L&P suports on win32 only. ---- With best wishes. Paul Romanchenko, Russia, Omsk, Laboratory 321 [EMAIL PROTECTED], 2:5004/1.321, http://www.lab321.ru/~paul
Re: Unidentified subject!
On Fri, 14 May 1999 [EMAIL PROTECTED] wrote: But it won't work on non-unix systems. > Sure, you need to write the escape codes for that. > > -Yves > > On Fri, 14 May 1999, Daniel Ignat wrote: > > > hi > > > > Q: it's possible in java to use color in text-mode ? > > > > DANIEL > > [EMAIL PROTECTED] > > > > > > -- > > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > > > > > > == > "Programming today is a race between software engineers striving > to build bigger and better idiot-proof programs, and the Universe > trying to produce bigger and better idiots. So far, the Universe > is winning." -- Rich Cook > > > ------ > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > > Regards. Paul Romanchenko. PSR1-RIPN [EMAIL PROTECTED], 2:5004/1.321, http://www.lab321.ru/~paul/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
