EVERYONE: javac segmentation fault

1998-10-01 Thread Steve Byrne
Eric Harlow writes: > > I installed the jdk1-1-6v4 and can compile java files fine, but running > anything > > 'java classfile' > > gets a segmentation fault. I have RedHat 5.0 on the system and need to do > a java demo next week. I would prefer not to use win95 to do the demo. > I

Re: javac segmentation fault

1998-10-01 Thread Eric Harlow
Someone enlighted me that I need to install the absolutely latest glibc RPM files. I found them at: ftp://ftp.redhat.com/pub/redhat/redhat-5.0/updates/i386/ So far, this seems to have fixed my problems. -Eric - Original message below - I installed the jdk1-1-6v4 and can compile ja

Re: Write Once Run Anywhere?

1998-10-01 Thread Nelson Minar
>However, most of your proposed solutions fall wide of the mark. Gee, so sorry. Again, there's no fundamental problem with Linux Java, the problem is something in your own environment. >Now here is a detail that may be more relevant: There are 19 .java >files in the package. The compilation unde

Netscape 4.06 running Java Applets with sound files.

1998-10-01 Thread Linda DeBoer
G'day I have spent the last 4 days trying to find info on this on the net, FAQ's etc. I cannot find anything to help. I have Netscape 4.06 running on Linux with JDK 1.1.6. My MIME Type is setup for " ULAW cat %s > /dev/audio". If I select the "mysound.au" file using the browser, and

ATTENTION: Java and SEGFAULTS

1998-10-01 Thread Kevin B. Hendricks
Hi, I will try this one last time. If you are getting seg-faults when using either java or javac upon startup they are caused by incompatible shared libraries (99 times out of 100). Before submitting a bug report try the following: - remove libdl.so and libc.so from $JAVA_HOME/lib/xxx/green_th

Re: Write Once Run Anywhere?

1998-10-01 Thread Richard
Steve Cohen wrote: > Now here is a detail that may be more relevant: > There are 19 .java files in the package. The compilation under linux is making > them into 19 class files. When compiling under Win95, 27 class files are > created. Two of these are for non-public classes defined in other

Re: Write Once Run Anywhere?

1998-10-01 Thread Steve Cohen
Thanks to all who responded to my plea for help with the problem of not being able to run class files generated under linux under Win95, while if the same files were recompiled under Win95, they run fine. However, most of your proposed solutions fall wide of the mark. 1) Classpath is irrelevant s

javac segmentation fault

1998-10-01 Thread Eric Harlow
I installed the jdk1-1-6v4 and can compile java files fine, but running anything 'java classfile' gets a segmentation fault. I have RedHat 5.0 on the system and need to do a java demo next week. I would prefer not to use win95 to do the demo. I checked the faq and didn't find anything that d

Re: java.lang.reflect.Method invoke bug?

1998-10-01 Thread Andrew V. Shuvalov
Oh, i see, thanks - now it works. Andrew

Re: java.lang.reflect.Method invoke bug?

1998-10-01 Thread Michael Sinz
On Thu, 01 Oct 1998 19:58:11 -0400, Andrew V. Shuvalov wrote: >Hi! > > I have continous problems trying to call "invoke" in >java.lang.reflect.Method class. I spend several hours and have the >impression that it is not implemented. I use >redhat-5.1 and >jdk-1.1.6sn-1.1glibc package > >1) Did s

java.lang.reflect.Method invoke bug?

1998-10-01 Thread Andrew V. Shuvalov
Hi! I have continous problems trying to call "invoke" in java.lang.reflect.Method class. I spend several hours and have the impression that it is not implemented. I use redhat-5.1 and jdk-1.1.6sn-1.1glibc package 1) Did somebody ever happens to run "invoke"? 2) What is the most stable and/or

Re: Write Once Run Anywhere?

1998-10-01 Thread Dimitrios Vyzovitis
Ross Golder wrote: > Steve Cohen wrote: > > > > No, that's not it. The classpath is right. With the same classpath, under > > Win95, the copied CLASS files fail, but compiled source files work. > > You're not using a Microsoft Java VM (/compiler) ? > > I've never used them but from what I hear,

Re: JEditorPane problem...

1998-10-01 Thread Paul Ho
At 12:12 PM -0700 10/1/98, Bruno Boettcher wrote: >hello, > >another problem > >i try to instantiate a JEditorPane and get strange Errors: >java.lang.NumberFormatException: 98% >at java.lang.Integer.parseInt(Integer.java) >at java.lang.Integer.valueOf(Integer.java) >at

Internet Casino Lottery - Enter at No Cost

1998-10-01 Thread netcasino3
Enter at No Cost! The time has come to enjoy casino games from the comfort of your home. Find out where to play all of your favorite casino games online securely. Blackjack, Craps, Slot Machines, Roulette, Baccarat, Bingo & Much More! The best odds. Huge pay-outs. Top-Rated Customer Service. For

java crashes when starting a frame

1998-10-01 Thread Mikael Hallendal
Hi! When I use java (or appletviewer) on the testprograms in the jdk-shipping it crashes. Is there anyone who have seen this before and knows why this happends. I use SuSE-linux 5.3 (it worked under 5.1). An output like this one is printed SIGSEGV 11* segmentation vio

Re: Can't import Calender in java.util.Calender

1998-10-01 Thread Java News Collector
At 02:23 PM 10/1/98 -0500, you wrote: >I recently tried to write a program trying import Calender so that I >could use it and I got the Error: Class java.util.Calender not found in >import. I have my classpath set to include my classes.zip and my >swingall.jar and it has worked find on all the ot

Can't import Calender in java.util.Calender

1998-10-01 Thread Mrpeabody
I recently tried to write a program trying import Calender so that I could use it and I got the Error: Class java.util.Calender not found in import. I have my classpath set to include my classes.zip and my swingall.jar and it has worked find on all the other programs I have work on up to now? I

Re: Write Once Run Anywhere?

1998-10-01 Thread Wolfgang Mües
Am Don, 01 Okt 1998 schrieb Steve Cohen: >I have built an application and an applet using jdk 1.1.6 under linux >RedHat 5.0. Both the application and the applet (which use much of the >same code) compile and work under linux. >When I copy the class files to a Win95 system, they fail with >NoClass

Re: java crashes when starting a frame (more info)

1998-10-01 Thread Java News Collector
At 08:21 PM 10/1/98 +0200, you wrote: >Hi again! > >I left out some information that might help in solving of my question. >An output like this one is printed > >The output when it crashes (java and appletviewer). > >SIGSEGV 11* segmentation violation >stackbase=0xbf

Re: Swing error

1998-10-01 Thread Cynthia Jeness
Syed Mubin wrote: > ___ > ___ > Syed Mubeen Tata Institute of Fundamental Research, > [EMAIL PROTECTED] P.B #1234, > 80-334-5615 or 4062 or 3035 IISc Campus, > Resi :3452848 Banga

Re: Write Once Run Anywhere?

1998-10-01 Thread Ulrich Kortenkamp
Steve, did you check that you are using "binary transfer" to transfer the class files? The java files are not affected by using ASCII transfer, but the class files are. Actually, we never had any problems running our projects (developed on Linux and Solaris) on Windows VMs. Ulli

java crashes when starting a frame (more info)

1998-10-01 Thread Mikael Hallendal
Hi again! I left out some information that might help in solving of my question. An output like this one is printed The output when it crashes (java and appletviewer). SIGSEGV 11* segmentation violation stackbase=0xb430, stackpointer=0xb334 Full thread du

Swing error

1998-10-01 Thread Syed Mubin
__ Syed Mubeen Tata Institute of Fundamental Research, [EMAIL PROTECTED] P.B #1234, 80-334-5615 or 4062 or 3035 IISc Campus, Resi :3452848 Bangalore - 560 012. IN

Re: Write Once Run Anywhere?

1998-10-01 Thread Martin Little
Steve Cohen wrote: > Sean Starkey wrote: > > > On Wed, 30 Sep 1998, Steve Cohen wrote: > > > > > > Why could this be happening? > > > > Did you check your CLASSPATH? I compile things on Linux all the time > > and run them in Win95. I compile things on Digital Unix and run them > > in Linux a

Re: strange problem with jdk1.1.6v4 and debian....

1998-10-01 Thread Java News Collector
At 11:48 AM 10/1/98 -0700, you wrote: >Hello, > >spurious thing >i am developping several things, and since now had no problem executing them... >but now i ran into the following problem: > >i have a class HelpBrowser that i began to make with netbeans, this class >includes a method >public

JEditorPane problem...

1998-10-01 Thread Bruno Boettcher
hello, another problem i try to instantiate a JEditorPane and get strange Errors: java.lang.NumberFormatException: 98% at java.lang.Integer.parseInt(Integer.java) at java.lang.Integer.valueOf(Integer.java) at com.sun.java.swing.text.html.HRuleView.(HRuleView.java:62)

Re: Write Once Run Anywhere?

1998-10-01 Thread Michael Thome
> "Steve" == Steve Cohen <[EMAIL PROTECTED]> writes: > I copied the files across using a DOS floppy disk and the linux > mcopy program. The files were copied in jar's, first a jar with the class > files and then a different jar with the source files. > A key clue is this: When we get the

Stop mail

1998-10-01 Thread Carlos Garcia
    Please, stop emailing   Thanks  

strange problem with jdk1.1.6v4 and debian....

1998-10-01 Thread Bruno Boettcher
Hello, spurious thing i am developping several things, and since now had no problem executing them... but now i ran into the following problem: i have a class HelpBrowser that i began to make with netbeans, this class includes a method public static void main(java.lang.String[] args) {

Re: Write Once Run Anywhere?

1998-10-01 Thread Andreas Schoter
At 12:15 01/10/98 -0400, Nelson Minar wrote: >There's definitely no problem moving .class files between Linux and >Win95, I do it all the time myself and it works fine. > >>I copied the files across using a DOS floppy disk and the linux mcopy >>program. > >Did mcopy properly preserve the long file

Re: Write Once Run Anywhere?

1998-10-01 Thread Chi-Ming Yang
Did you try to run the one generated by Win95 on Linux? > > > I have built an application and an applet using jdk 1.1.6 under linux > > > RedHat 5.0. Both the application and the applet (which use much of the > > > same code) compile and work under linux. > > > When I copy the class files to a

Re: Trouble installing JDK 1.1.6

1998-10-01 Thread Steve Byrne
John Gulizia writes: > David Buddrige wrote: > > > > Hi all, > > > > I have recently downloaded JDK 1.1.6 from > > ftp.progsoc.uts.edu.au/pub/Linux/java to run on my Redhat 5.1 system... > > I've un-tar'ed it into /usr/local/jdk1.1.6, and then added the following > > lines to my /etc/pro

Re: Write Once Run Anywhere?

1998-10-01 Thread Nelson Minar
There's definitely no problem moving .class files between Linux and Win95, I do it all the time myself and it works fine. >I copied the files across using a DOS floppy disk and the linux mcopy >program. Did mcopy properly preserve the long filenames, the case, etc? Newer versions get this mostl

Re: Write Once Run Anywhere?

1998-10-01 Thread Keith T. Garner
On Thu, Oct 01, 1998 at 12:25:21, Rob Nugent said: > You might want to check that you didn't intrduce any problems when > transferring the files to Win95 e.g. by a) accidentally coercing the file > name to the wrong case or b) if you ftp'd them make sure they were ftp'd in > binary mode. I'd have

Re: Trouble installing JDK 1.1.6

1998-10-01 Thread John Gulizia
David Buddrige wrote: > > Hi all, > > I have recently downloaded JDK 1.1.6 from > ftp.progsoc.uts.edu.au/pub/Linux/java to run on my Redhat 5.1 system... > I've un-tar'ed it into /usr/local/jdk1.1.6, and then added the following > lines to my /etc/profile file > > PATH="$PATH:/usr/X11R6/bin

Re: JDK 1.2 Support for CORBA

1998-10-01 Thread A . KLOS
-- | From: hswong / mime, , , [EMAIL PROTECTED] | To: A.KLOS / mime, , , A.KLOS | Cc: drobnic.pavlo / mime, , , [EMAIL PROTECTED]; | java-linux / mime, , , [EMAIL PROTECTED] | Subject: Re: JDK 1.2 Support for CORBA | Date: Thursday, October 01, 1998 9:50AM | | > I needed CORBA support

Re: Write Once Run Anywhere?

1998-10-01 Thread Juergen Kreileder
> "Steve" == Steve Cohen <[EMAIL PROTECTED]> writes: Steve> Ming-Ching Tiew wrote: >> If what you claim is true, then this is really worthy of further >> investigation. The problem of Java WORA is usually a lot more subtle >> then this, it is usually something along the line o

Re: Where is sun.jdbc.odbc package?

1998-10-01 Thread Stefano Fratini
This is not a bug. I think that you can't use the Jdbc-Odbc bridge from linux for two reasons: 1. Linux don't support Odbc. 2. Jdbc-Odbc bridge is not a net-driver (type 3 or 4 driver) and you can use it only on local Pc. bye Stefano [EMAIL PROTECTED] On Thu, 1 Oct 1998 [EMAIL PROTECTED] wr

Re: Write Once Run Anywhere?

1998-10-01 Thread A . KLOS
-- | From: stevecoh / mime, , , [EMAIL PROTECTED] | To: mctiew / mime, , , [EMAIL PROTECTED] | Cc: java-linux / mime, , , [EMAIL PROTECTED] | Subject: Re: Write Once Run Anywhere? | Date: Thursday, October 01, 1998 2:12PM | | Ming-Ching Tiew wrote: | | > Steve Cohen wrote: | > > | > >

Re: Write Once Run Anywhere?

1998-10-01 Thread Michael Bell
Rob Nugent wrote: > Steve Cohen wrote: > > > No, that's not it. The classpath is right. With the same classpath, under > > Win95, the copied CLASS files fail, but compiled source files work. > > You might want to check that you didn't intrduce any problems when transferring > the files to Win

Re: redhat RPM & bin license.

1998-10-01 Thread John Gulizia
Uncle George wrote: > > Bec of the limited space & bandwidth, I was thinking of providing a > redhat rpm for the various alpha platforms ( 21064, 21164, and the > 21164a processors ). I'd like to create the rpm, and submit the rpm to > redhat for their inclusion into the jewel set distribution.

Re: Experiences with jdk and lesstif?

1998-10-01 Thread John Gulizia
Juergen Kreileder wrote: > > > Jason Dillon writes: > > Jason> I had lots of trouble with popup menus using lesstif. I > Jason> was never able to resolve this issue, so I had to stop > Jason> using it. I run into similar problems with netscape. When > Jason> you right-clic

Re: Write Once Run Anywhere?

1998-10-01 Thread Steve Cohen
Ming-Ching Tiew wrote: > Steve Cohen wrote: > > > > I have built an application and an applet using jdk 1.1.6 under linux > > RedHat 5.0. Both the application and the applet (which use much of the > > same code) compile and work under linux. > > When I copy the class files to a Win95 system, the

Re: Write Once Run Anywhere?

1998-10-01 Thread Steve Cohen
Ross Golder wrote: > Steve Cohen wrote: > > > > No, that's not it. The classpath is right. With the same classpath, under > > Win95, the copied CLASS files fail, but compiled source files work. > > You're not using a Microsoft Java VM (/compiler) ? > > I've never used them but from what I hear,

Re: Write Once Run Anywhere?

1998-10-01 Thread Rob Nugent
Steve Cohen wrote: > No, that's not it. The classpath is right. With the same classpath, under > Win95, the copied CLASS files fail, but compiled source files work. You might want to check that you didn't intrduce any problems when transferring the files to Win95 e.g. by a) accidentally coer

Re: Write Once Run Anywhere?

1998-10-01 Thread Ross Golder
Steve Cohen wrote: > > No, that's not it. The classpath is right. With the same classpath, under > Win95, the copied CLASS files fail, but compiled source files work. You're not using a Microsoft Java VM (/compiler) ? I've never used them but from what I hear, they like to 'do their own thing

Re: Write Once Run Anywhere?

1998-10-01 Thread Ming-Ching Tiew
Steve Cohen wrote: > > I have built an application and an applet using jdk 1.1.6 under linux > RedHat 5.0. Both the application and the applet (which use much of the > same code) compile and work under linux. > When I copy the class files to a Win95 system, they fail with > NoClassDefFoundError.

Re: Write Once Run Anywhere?

1998-10-01 Thread Steve Cohen
Sean Starkey wrote: > On Wed, 30 Sep 1998, Steve Cohen wrote: > > > I have built an application and an applet using jdk 1.1.6 under linux > > RedHat 5.0. Both the application and the applet (which use much of the > > same code) compile and work under linux. > > When I copy the class files to a

Where is sun.jdbc.odbc package?

1998-10-01 Thread monsorno
Hello, I cannot find the sun.jdbc.odbc package in the blackdown JDK 1.1.6 port for PC's. Is this a bug or a feature? And if this driver doesn't work for Linux, do you know where I can get a working one? Thanks in advance. --

Re: JDK 1.2 Support for CORBA

1998-10-01 Thread Wong Hoong Shen
> I needed CORBA support for Linux as well. At time I was not aware of > any free Java ORB availbale so I did the following... I unzipped > classes.zip from JDK1.2beta3 > for win32 and picked out the stuff related to CORBA (something like > org.omg.corba.*) > and re-zipped it as OMGCORBA.zip).

Re: v4 patches?

1998-10-01 Thread Steve Byrne
The Glyph writes: > Where can I retrieve a precompiled v4 version of the i386 port? I've not > seen it on ANY of the mirrors, or the website. Only v2. The mirror that has "tux.org" as part of the host name (it's in North America) has a copy of v4a. > --glyph > > On 1 Oct 1998, Juergen Kre

Re: Swing menu problem

1998-10-01 Thread Jason Dillon
I stand corrected. I don't know what I was thinking exactly. I tried this again with v4a and it works fine. I guess it has been one of those days. My apologies for any headaches I may have caused. Thanks you Juergen for catching my mistake. Unfortunately I am still having Socket problems wit