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
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
>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
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
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
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
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
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
Oh, i see, thanks - now it works.
Andrew
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
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
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,
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
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
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
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
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
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
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
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
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
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
__
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
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
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
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)
> "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
Please, stop
emailing
Thanks
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) {
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
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
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
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
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
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
--
| 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
> "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
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
--
| 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:
| > >
| > >
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
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.
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
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
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,
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
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
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.
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
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.
--
> 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).
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
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
52 matches
Mail list logo