Re: Java 3D crashes when i close the window - Please Help

2001-12-24 Thread Nathan Meyers
On Mon, Dec 24, 2001 at 10:19:59AM -0800, Eryk Furman wrote: > Hi all this is my first post, I just started developing Java under Linux, cuz >frankly i cant deal > with Microsoft's OS's anymore. I am running Red Hat 7.1, Java 2 jdk1.4 beta 3, >blackdown java3d > 1.3. Im running this on an IBM

Java 3D crashes when i close the window - Please Help

2001-12-24 Thread Eryk Furman
Hi all this is my first post, I just started developing Java under Linux, cuz frankly i cant deal with Microsoft's OS's anymore. I am running Red Hat 7.1, Java 2 jdk1.4 beta 3, blackdown java3d 1.3. Im running this on an IBM laptop with a NeoMagic vid card. The class runs fine but when i clo

Re: Newbie Question - Please Help

1999-11-16 Thread James Seigel
uot;Warning: JIT compiler "sunwjit" not found. Will use interpreter." > > It creates a class file and runs fine, but I still get the error. If anyone has any >suggestions, please help. I'm running Debian 2.1 with jdk1.2pre-v2. Here is a copy >of .profile: > >

Re: Newbie Question - Please Help

1999-11-15 Thread Michael Sinz
and runs fine, but I still get the error. If anyone has any >suggestions, please help. I'm running Debian 2.1 with jdk1.2pre-v2. Here is a copy >of .profile: Well, the problem is "known" and is due to the fact that some file access rights were set incorrectly in the tar fi

Newbie Question - Please Help

1999-11-15 Thread Don Hatch
I can't seem to get my envireonment variables to work. When I run javac file.java I get his error: "Warning: JIT compiler "sunwjit" not found. Will use interpreter." It creates a class file and runs fine, but I still get the error. If anyone has any suggestions,

Re: please help a java-linux newbie with swing

1999-08-02 Thread Dimitris Vyzovitis
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/native_threads/libawt.so: undefined symbol: XtShellStr

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: please help

1999-06-21 Thread Anonymous
--- "Jeffrey M. Drum" <[EMAIL PROTECTED]> wrote: > trying to install the jdk and jre on stock rh5.2 and get the > same error > and paths must be off? > > /usr/lib/jdk1.2/bin/i386/green_threads/java: error in loading > shared > libraries > libhpi.so: cannot open shared object file: No such file or

please help

1999-06-21 Thread Anonymous
trying to install the jdk and jre on stock rh5.2 and get the same error and paths must be off? /usr/lib/jdk1.2/bin/i386/green_threads/java: error in loading shared libraries libhpi.so: cannot open shared object file: No such file or directory ---

PLEASE HELP: Library Error

1999-03-13 Thread Steve Gee
can someone please help with a library error: when I try to run a simple application: source code provided: import javax.swing.*; public class jfctest extends JFrame{ public static void main(String args[]){ new jfctest(); }//end main public jfctest

Re: problems with jdk117 on linux ppc, please help.

1998-12-30 Thread Kevin B. Hendricks
Hi, Did my suggestion about reinstalling glibc 1m and doing a complete shutdown and then reboot, fix your seg-fault problem? Please let me know if I can move your jdk bug-report to the completed directory. Thanks, Kevin -- Kevin B. Hendr

Re: problems with jdk117 on linux ppc, please help.

1998-12-29 Thread Kevin B. Hendricks
Hi, I am running Paul's 2.1.125 kernel on my G3 system and I ran your test code on my system and it worked perfectly: Here is the output of the compile and run: [root@kbhend local]# javac Test.java [root@kbhend local]# java Test OK I think this is a library conflict. After you used rpm to up

problems with jdk117 on linux ppc, please help.

1998-12-29 Thread Moses DeJong
Hello. I have run into a big problem with the linuxppc port of the jdk117_va1. I am going to file a bug report in the blackdown jitter bug database but I though I would ask here just in case anyone has run into this before and could help me out. Here is some of my system info. Linux pmac 2.1.12

Re: Basic installation. Please Help.

1998-11-17 Thread John Summerfield
On Tue, 17 Nov 1998, Pavel Tolkachev wrote: > > IMO, the cross-platform capabilities of java are seriously hurt by all the hoops > > that end-users have to jump through (setting up classpaths, .sh/.bat files, etc) > > just to get someone elses application to run. Admittedly, java installshield an

Re: Basic installation. Please Help.

1998-11-17 Thread Mario Camou
idea is you symbolically link your jars to there. > > M. > > > From: Mario Camou <[EMAIL PROTECTED]> > > CC: [EMAIL PROTECTED] > > Subject: Re: Basic installation. Please Help. > > > > What does it use, then? > > > > -Mario. > > > > [E

Re: Basic installation. Please Help.

1998-11-17 Thread mlorton
My understanding is that all jars found in a certain directory are used. I suppose the idea is you symbolically link your jars to there. M. > From: Mario Camou <[EMAIL PROTECTED]> > CC: [EMAIL PROTECTED] > Subject: Re: Basic installation. Please Help. > > What does it u

Re: Basic installation. Please Help.

1998-11-17 Thread mlorton

Re: Basic installation. Please Help.

1998-11-17 Thread Mario Camou
What does it use, then? -Mario. [EMAIL PROTECTED] wrote: > > I do hope someone comes up with a better idea than classpath RSN: mine runs > > to well over 2K. > > 1.2 does not use classpath, praise be. > > M.

Re: Basic installation. Please Help.

1998-11-17 Thread Carl Hewitt
  In JDK 1.2, it works similar to what you want.  Any Jar files you put in a certain directory are automatically in the classpath.  Look at the JDK 1.2 docs.   Bryce McKinlay wrote: John Summerfield wrote: > On Sun, 15 Nov 1998, Kenny Freeman wrote: > > > Hi, you have to add the path to the jar f

Re: Basic installation. Please Help.

1998-11-17 Thread Pavel Tolkachev
> IMO, the cross-platform capabilities of java are seriously hurt by all the hoops > that end-users have to jump through (setting up classpaths, .sh/.bat files, etc) > just to get someone elses application to run. Admittedly, java installshield and > the like do do a good job of setting this stuff

Re: Basic installation. Please Help.

1998-11-16 Thread mlorton
> I do hope someone comes up with a better idea than classpath RSN: mine runs > to well over 2K. 1.2 does not use classpath, praise be. M.

Re: Basic installation. Please Help.

1998-11-16 Thread Bryce McKinlay
John Summerfield wrote: > On Sun, 15 Nov 1998, Kenny Freeman wrote: > > > Hi, you have to add the path to the jar files like (for example): > > > > export > > CLASSPATH=$CLASSPATH:/usr/local/swing/swing.jar:/home/freeman/jars/net.jar:etc > > > > that should work a little better for you (once you'

Re: Basic installation. Please Help.

1998-11-16 Thread John Summerfield
On Sun, 15 Nov 1998, Kenny Freeman wrote: > Hi, you have to add the path to the jar files like (for example): > > export > CLASSPATH=$CLASSPATH:/usr/local/swing/swing.jar:/home/freeman/jars/net.jar:etc > > that should work a little better for you (once you've added the path to > each jar you wa

Re: Basic installation. Please Help.

1998-11-15 Thread Kenny Freeman
Hi, you have to add the path to the jar files like (for example): export CLASSPATH=$CLASSPATH:/usr/local/swing/swing.jar:/home/freeman/jars/net.jar:etc that should work a little better for you (once you've added the path to each jar you want to use). __ Kenny Freeman <[EMAIL PROTECTED]> "a popu

Basic installation. Please Help.

1998-11-15 Thread Pierre LATECOERE
Hello, I am new to the Linux world. I have developped a large Java app on Win32 using Borland JBuilder and want to port it to Linux. I have downloaded the jdk116 from java.blackdown.org. I use several *.jar packages for my app (i.e. Swing). javac doesn't load my jar files. I must have done somet

RE: Java on Linux... bug in InetAddress ??? please help!

1998-09-10 Thread Michael Sinz
On Thu, 10 Sep 1998 14:44:50 -0700, Masuda, Bond wrote: >Hello Michael, > >Thank you for replying so quickly.. > >The particular address in my message was a bogus address.. I was >assuming that would be clear when I mentioned the whatever.home.edu. In >anycase, yes, my DNS is setup properly, as '

RE: Java on Linux... bug in InetAddress ??? please help!

1998-09-10 Thread Masuda, Bond
or any furthur help if you can. Bond Masuda Global Integrity Corp. (an SAIC company) [EMAIL PROTECTED] -Original Message- From: Michael Sinz [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 10, 1998 2:11 PM To: [EMAIL PROTECTED]; Masuda, Bond Subject: Re: Java on Linux... bug in InetAdd

Re: Java on Linux... bug in InetAddress ??? please help!

1998-09-10 Thread Michael Sinz
On Thu, 10 Sep 1998 13:34:08 -0700, Masuda, Bond wrote: >Hello, > >I am having trouble getting reverse DNS lookups to work on Linux. >Following is a snip of the code... this works on Windows 95, Windows NT, >but not on Linux. The problem is that the getHostName method returns the >ipString instea

Java on Linux... bug in InetAddress ??? please help!

1998-09-10 Thread Masuda, Bond
Hello, I am having trouble getting reverse DNS lookups to work on Linux. Following is a snip of the code... this works on Windows 95, Windows NT, but not on Linux. The problem is that the getHostName method returns the ipString instead of the hostname... i.e., it returns something like 10.2.6.15

Re: [INTERFACES] No DB connection in Netscape ? Please help.

1998-08-15 Thread Peter T Mount
ocalhost. > > THE CLASSPATH IS *NOT* SET ON RISC MACHINE (mm01) and the postgresql.jar > is already > in mm01:$MOZILLA_HOME/java/classes. The fact that you are getting connections failing or succeeding rules this out. If it was a classpath problem, you'd be getting different except

Re: No DB connection in Netscape ? Please help.

1998-08-14 Thread Kenny Freeman
:prfdb", > "postgres", ""); > } catch (SQLException e) { > System.out.println("openDb(PrfDb): Could not connect to > database. e=" + e.getMessage() ); > connect = null; > return (false); > } catch (Exception

No DB connection in Netscape ? Please help.

1998-08-14 Thread Kapoor, Nishikant X
(false); } catch (Exception e) { System.out.println("openDb(PrfDb): Could not connect. e= " + e.getMessage()); connect = null; return (false); } Can someone please help me. This has been much more complicated than what I'd anticipated. I'm not sur

JDK fonts. Please help.

1998-08-10 Thread Edward Sazonov
Hi All, I'm trying to make my jdk116v2 work. I looked to the archive, but didn't found exact solution to my problem. Running "java my_application" had very terrible fonts all around - buttons, labels, etc. Looked like only bitmap fonts had been scaled and displayed. After messing around with fo

Re: PLEASE help! Java Web Server 1.1

1998-06-17 Thread Juergen Kreileder
Richard Hakim <[EMAIL PROTECTED]> writes: > Hi - > > I guess you're all probably really tired of people asking for help with > this, but... > > I'm trying to get the Java Web Server 1.1 running. I'm trying to follow > the directions on java-linux.org, but am having trouble. I've got the > Sol

PLEASE help! Java Web Server 1.1

1998-06-17 Thread Richard Hakim
Hi - I guess you're all probably really tired of people asking for help with this, but... I'm trying to get the Java Web Server 1.1 running. I'm trying to follow the directions on java-linux.org, but am having trouble. I've got the Solaris version, and I've got jwebs-linux.diff, but when I ran

PLEASE help! Java Web Server 1.1

1998-06-17 Thread Richard Hakim
Hi - I guess you're all probably really tired of people asking for help with this, but... I'm trying to get the Java Web Server 1.1 running. I'm trying to follow the directions on java-linux.org, but am having trouble. I've got the Solaris version, and I've got jwebs-linux.diff, but when I ran