Java Plug-in 1.2

1999-08-01 Thread Denis Riedijk
Is there any update on when the early-access version of the plugin will be released ? According to the website it would be made available shortly after the next JDK 1.2 release (wich was as far as I know the pre2-version) I would like to know, because I have to do a presentation of my work in a f

Re: please help a java-linux newbie with swing

1999-08-01 Thread Jeff Galyan
Looks like you don't have X installed. --Jeff Ken Huisman wrote: > > I downloaded swing from sun and I unpacked it in a directory, followed > the instructions and so on. The problem I have is when I go to run > the SwingSet example, I get the following error: > > /usr/local/jdk/lib/i686/nativ

please help a java-linux newbie with swing

1999-08-01 Thread Ken Huisman
Hi there, I am an oracle dba who is installing jave on linux for use with my new Oracle 8i database. I have had no problems with the JRE part (the part oracle needs - so oracle is happy now), but I have another tool that needs swing. I am not sure how to get swing to work under linux with the J

Re: HELP!!! Problems with version 1.2.2.

1999-08-01 Thread Wen-Lan Wang
Hi, The easiest (maybe not the best) way to solve this problem is to move the /lib/libpthread-0.7.so to /usr/local/lib. You also need to set $JAVA_HOME/jre/lib/i386/libsunwjit.so right permission for users. Check http://www.mail-archive.com/java-linux@java.blackdown.org/msg08768.html. ---

Re: Help Needed ??

1999-08-01 Thread Rachel Greenham
Rajkishore Barik wrote: > > Hi, > > Is it possible to get JDBC code for linux ? > If so, where can i get it. Sure, depends what back-end database you'd be connecting to though. PostgreSQL (http://www.postgresql.org), which I use, has a JDBC driver as part of the package. JDBC d

Re: Working with many .java files - thanks

1999-08-01 Thread alx
Yes, point 1 is correct. I use JDE with emacs and when I'm working on a file, I just do ctrl-cvc to compile that file. It works really nice. There really should be a better way to do projects though without using a fast compiler like jikes as a crutch for dealing with large projects. JBuilder

Re: Linux JDK applets on other platforms

1999-08-01 Thread Kristian Soerensen
> The IE5.0 browser just plain refuses to run them. (at least that's what I'm > told) With Netscape 4.X on Mac, they get an error similar to "can't find class > "java.awt.event.WindowEvent". Hi Some Mac browser JVM's leaves out certain constructors and methods from the java.* classes, that's w

Re: HELP!!! Problems with version 1.2.2.

1999-08-01 Thread Doug Fort
On Sun, 01 Aug 1999, Paulo da Silva wrote: > >%_I have just downloaded and installed > jdk1.2pre-v2.tar.bz2 for glibc 2.0. > > I have Linux slackware 4.0 k 2.2.10. > > I'm sending attached the pertinent info. > > TIA for any help. > Paulo I have experienced the same problem with 2.2.10. I 'm

HELP!!! Problems with version 1.2.2.

1999-08-01 Thread Paulo da Silva
I have just downloaded and installed jdk1.2pre-v2.tar.bz2 for glibc 2.0. I have Linux slackware 4.0 k 2.2.10. I'm sending attached the pertinent info. TIA for any help. Paulo Example class HelloWorldApp { public static void main(String args[]) {System.out.println("Hello World!");

Help Needed ??

1999-08-01 Thread Rajkishore Barik
Hi, Is it possible to get JDBC code for linux ? If so, where can i get it. waiting for a reply, thanx, Raj -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL