Re: undefined symbol __gxx_personality_v0 when loading plugin

2004-12-19 Thread Ross Boylan
On Thu, 2004-12-16 at 07:47, Nathan Bryant wrote: > Right, there is already a need for a Java plugin compiled with gcc 3.4 > for some distributions > > Othmar Pasteka wrote: > > >Hello, > > > >I wanted to use the latest j2sdk1.4.2 in connection with firefox > >1.0 but whenever I try to load it I

Re: undefined symbol __gxx_personality_v0 when loading plugin

2004-12-16 Thread Nathan Bryant
Right, there is already a need for a Java plugin compiled with gcc 3.4 for some distributions Othmar Pasteka wrote: Hello, I wanted to use the latest j2sdk1.4.2 in connection with firefox 1.0 but whenever I try to load it I get: LoadPlugin: failed to initialize shared library /usr/local/j2sdk1.4.

undefined symbol __gxx_personality_v0 when loading plugin

2004-12-16 Thread Othmar Pasteka
Hello, I wanted to use the latest j2sdk1.4.2 in connection with firefox 1.0 but whenever I try to load it I get: LoadPlugin: failed to initialize shared library /usr/local/j2sdk1.4.2/jre/plugin/i386/mozilla/libjavaplugin_oji.so [/usr/local/j2sdk1.4.2/jre/plugin/i386/mozilla/libjavaplugin_oji.so:

Re: Does anyone have any idea when bug 4813310 will be fixed?

2004-06-23 Thread Hui Huang
Joseph Shraibman wrote: Does the sun version make the call? Does blackdown? Just curious, it doesn't appear as if it will matter any time soon :( Sun JVM does call pthread_setschedparam(), but of course this wouldn't make any difference ... Thread priority is one of the scheduling issues that h

Re: Does anyone have any idea when bug 4813310 will be fixed?

2004-06-23 Thread Joseph Shraibman
Juergen Kreileder wrote: Joseph Shraibman <[EMAIL PROTECTED]> writes: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4813310 This has been fixable for a while now, No, the article is wrong. ::sigh:: I hate it when that happens. but no comments to indicate progress. Do no comments m

Re: Does anyone have any idea when bug 4813310 will be fixed?

2004-06-23 Thread Juergen Kreileder
Joseph Shraibman <[EMAIL PROTECTED]> writes: > http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4813310 > > This has been fixable for a while now, No, the article is wrong. The situation is still the same: SCHED_OTHER doesn't support priorities. SCHED_RR & SCHED_FIFO require superuser privile

Does anyone have any idea when bug 4813310 will be fixed?

2004-06-23 Thread Joseph Shraibman
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4813310 This has been fixable for a while now, but no comments to indicate progress. Do no comments mean no interest, or should we expect no news until it is fixed, if ever? --

Re: Java 3D crashes when i close the window - FIXED :)

2001-12-24 Thread Eryk Furman
Thanks Nathan, I managed to upgrade to an official Mesa library (this was mentioned in the README-Java3D) and also used the newest ver 4.0.1. Not sure why it didnt work the first time. But it works now. :) Happy Holidays to all ... -Eryk >A note I found in the Flightgear-users archive su

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

2001-12-24 Thread Nathan Meyers
Im running this on an IBM laptop with a NeoMagic vid card. The class runs >fine but when i > close the window it crashes the entire X widows system and usually gives me the GUI >login screen > (the other times i just get stuck with a blank screen) I was thinking that maybe >it

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

Re: Segmentation fault when trying to run Weblogic

2001-11-08 Thread Calvin Austin
my > Linux7.0 > I have installed the jdk after much difficulty cause > kaffe was already installed as the jdk > Now when I try to do > startWeblogic.sh > it gives me a segmentation fault > > It would be really nice If someone could h

RE: Segmentation fault when trying to run Weblogic

2001-11-08 Thread Hale, Curt
>I'm trying to run weblogic600sp2_linux.bin in my >Linux7.0 >I have installed the jdk after much difficulty cause >kaffe was already installed as the jdk >Now when I try to do >startWeblogic.sh >it gives me a segmentation fault > We are running WL6.0/RH7.0/JDK1

Segmentation fault when trying to run Weblogic

2001-11-08 Thread Kunal Bisla
Hi, I'm trying to run weblogic600sp2_linux.bin in my Linux7.0 I have installed the jdk after much difficulty cause kaffe was already installed as the jdk Now when I try to do startWeblogic.sh it gives me a segmentation fault It would be really nice If someone could help me out than

Re: Why so many java instances when a Java app starts?

2001-05-02 Thread Peter Schüller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > When I start a java application on my Mandrake box, and I monitor it > using top, I notice that several java instances show up. Why is this? > It eats up a ton of my memory, and I don't see the reason for it, as > java is multithr

Re: Why so many java instances when a Java app starts?

2001-05-02 Thread Nathan Meyers
On Wed, May 02, 2001 at 11:31:57AM -0400, kevin1 wrote: > When I start a java application on my Mandrake box, and I monitor it > using top, I notice that several java instances show up. Why is this? > It eats up a ton of my memory, and I don't see the reason for it, as > java

Why so many java instances when a Java app starts?

2001-05-02 Thread kevin1
When I start a java application on my Mandrake box, and I monitor it using top, I notice that several java instances show up. Why is this? It eats up a ton of my memory, and I don't see the reason for it, as java is multithreaded. How can I change this beha

Re: when does a method get compiled?

2001-03-18 Thread Albrecht Kleine
Hi, > >I.e., I'm wondering if a gc can discard a compiled method and > >cause it to run interpreted again the next time it is called. > >Is this possible? > > I imagine it is possible - I'm not aware of anything in the Java specs > that define behaviour of JITs. I can't guess how likely it is, i

Re: when does a method get compiled?

2001-03-17 Thread Nelson Minar
>I.e., I'm wondering if a gc can discard a compiled method and >cause it to run interpreted again the next time it is called. >Is this possible? I imagine it is possible - I'm not aware of anything in the Java specs that define behaviour of JITs. I can't guess how likely it is, it seems like a fa

Re: when does a method get compiled?

2001-03-16 Thread Weiqi Gao
On 16 Mar 2001 18:57:57 -0800, noisebrain wrote: > I have a performance problem that would be explained if the > following were true: > > x = new Something() > x.methodcall(); // not compiled yet > x.methodcall(); // second call, compiled now? > y = new i

when does a method get compiled?

2001-03-16 Thread noisebrain
I have a performance problem that would be explained if the following were true: x = new Something() x.methodcall(); // not compiled yet x.methodcall(); // second call, compiled now? y = new int[10];// causes gc, DISCARDS THE COMPILED x ??

Re: server sees no body when doing HTTP POST

2001-01-30 Thread Steinar Bang
eason to give it a try, is that HttpOutputStream seems to be able to write data directly to the network, if the other end is HTTP 1.1 capable. Right now I'm getting java.lang.OutOfMemory exceptions, when trying to write a 12MB file in an HTTP POST: java.lang.OutOfMemoryError: at

Re: server sees no body when doing HTTP POST

2001-01-29 Thread John D. Mitchell
> "Steinar" == Steinar Bang <[EMAIL PROTECTED]> writes: [...] > The answer is: create the BufferedReader _after_ we have finished > writing: :-) Indeed. In general, with respect to dealing with HTTP in Java, rather than reading

Re: server sees no body when doing HTTP POST

2001-01-29 Thread Steinar Bang
> Steinar Bang <[EMAIL PROTECTED]>: > Steinar Bang <[EMAIL PROTECTED]>: >> Platform: SuSE linux 6.2 (w/kernel version 2.2.14), Blackdown JDK 1.1.7v3 >> I've been trying to write a small test program that writes a >> multipart/form-data body to an apache Tomcat servlet, using HTTP >> POST

Re: server sees no body when doing HTTP POST

2001-01-29 Thread Steinar Bang
> Steinar Bang <[EMAIL PROTECTED]>: > Platform: SuSE linux 6.2 (w/kernel version 2.2.14), Blackdown JDK 1.1.7v3 > I've been trying to write a small test program that writes a > multipart/form-data body to an apache Tomcat servlet, using HTTP > POST. > What happens is that the servlet sees t

server sees no body when doing HTTP POST

2001-01-29 Thread Steinar Bang
e I'm trying to write. What I'm wondering is if I've encountered a well known problem with 1.1.7v3? Or if the problem is something in my code? I've tried searching the net for this problem, but I haven't found anything useful yet. Basically I'm trying to do the s

Strange NullPointerException when removing DND targets

2000-04-19 Thread Zack Grossbart
I am using DND, and everything works fine, with one exception. I have a frame with a pane and this pane supports DND. When I close the window the component peer become dereference from the component, and java.awt.dnd.DropTarget.removeNotify method is called. This results in a

error when creating a window using invocation api

2000-01-04 Thread benito . meeuwis
Hi, I created a Java Virtual Machine in C++. This Virtual Machine starts a Java application. This works, but when I try to start a Java application which shows windows, I get the following error : /usr/jdk117_v3/lib/i686/native_threads/libawt.so: undefined symbol: xmDrawingAreaWidgetClass

Re: segmentation violation when invoking JVM

1999-12-21 Thread Jean-Pierre Fournier
> > jclass cls = env->FindClass("Main"); > jmethodID mid = env->GetStaticMethodID(cls, "main", "()V"); > I'm no expert, but your problem appears to be right above. You are trying to locate a main method that takes no args, but your main method in your java program takes an arr

segmentation violation when invoking JVM

1999-12-21 Thread benito . meeuwis
Hi, I'm using the code below to invoke the JVM. The code compiles and links Ok. When I try to run the code, the CallStaticVoidMethod(cls,mid) returns an error (segmentation violation). I'm using JDK1.1.7 version 3 and Linux 6.1 (SUSE). Does anybody know what causes this error ??? Th

Re: JRE error when installing Oracle8i

1999-12-09 Thread Chris Abbey
At 13:05 12/9/99 +0700, you wrote: >FYI, I've already installed JRE 1.1.6v5 in /usr/local/jre directory um... try a *current* version. For a x86 box running RH6.1 I'd highly recommend either blackdown's 118v1 or IBM's 118. -=Chris cabbey at home dot net <*> http://members.home.net/cabbey

JRE error when installing Oracle8i

1999-12-08 Thread Bambang Lestari
Dear All, I'm using RedHat 6.1 (with GNOME). When I was trying to install Oracle8i (with doing ./runInstaller), I got the following message: "Initializing Java Virtual Machine from /usr/local/jre/bin/jre. Please wait Error in CreateOUIProcess():-1: Bad address" FYI, I'

IllegalMonitorStateException when running javac?

1999-11-09 Thread Jari . P . Kinnunen
Hi! I have suddenly started to get following exception when running javac. Does anyone know a reason for this and how I can fix this. It seems that the compilation goes anyway fine. I am using Linux_JDK_1.2_pre-release-v2 java.lang.IllegalMonitorStateException: current thread not owner

Re: Where/When is a new release? (Big News!)

1999-09-07 Thread Cliff Baeseman
This is really great news! I am looking forward to the 1.2 release. I am currently developing a new Open Source desktop shell based on 1.2. I currently have a limited version running on windows and NT as well as 2000 and am just waiting for the linux release to debut the product source. It doe

Re: Where/When is a new release? (Big News!)

1999-09-07 Thread Rachel Greenham
Ted Neward wrote: > > I thought I downloaded pre-v3 just a few weeks ago; "java -version" still > reports itself as v2, though. THe FTP site still only goes up to pre-v2. -- Rachel -- To UNSUBSCRIBE, email to [EMAIL PROTECT

Re: Where/When is a new release? (Big News!)

1999-09-07 Thread Nathan Meyers
Ted Neward wrote: > > I thought I downloaded pre-v3 just a few weeks ago; "java -version" still > reports itself as v2, though. > > BTW, there's a libsunwjit.so file in my java distribution, but it's not > marked executable; do I have to make it executable myself to take advantage > of it? ("jav

Re: Where/When is a new release? (Big News!)

1999-09-07 Thread Nigel Gamble
On Tue, 7 Sep 1999, Mark Wielaard wrote: > I saw that the status page says that there have been some big improvements > in the recent Blackdown port. > > > > > Big news! > > We've made significant progress with the problems p

Re: Where/When is a new release? (Big News!)

1999-09-07 Thread Ted Neward
t; To: Mark Wielaard <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Tuesday, September 07, 1999 6:22 AM Subject: Re: Where/When is a new release? (Big News!) >Mark Wielaard wrote: >> >> Hi, >> >> I saw that the status page says that th

Re: Where/When is a new release? (Big News!)

1999-09-07 Thread Rachel Greenham
Mark Wielaard wrote: > > Hi, > > I saw that the status page says that there have been some big improvements > in the recent Blackdown port. > > > > > Big news! > > We've made significant progress with the problems plaguing

Where/When is a new release? (Big News!)

1999-09-07 Thread Mark Wielaard
Hi, I saw that the status page says that there have been some big improvements in the recent Blackdown port. > Big news! > We've made significant progress with the problems plaguing the native > threads implementation. Some

Re: Problem when using 1.2

1999-08-17 Thread Moses DeJong
On Tue, 17 Aug 1999, Robert Perry wrote: > This sounds like a reasonable plan. I'll try it. Thank you. > > I'm happy to see a member of the JBuilder Development Team reading this list. > > Paolo Ciccone wrote: > > > On Tue, Aug 17, 1999 at 01:12:26PM -0400, Robert Perry wrote: > > >

Re: Problem when using 1.2

1999-08-17 Thread Robert Perry
This sounds like a reasonable plan. I'll try it. Thank you. I'm happy to see a member of the JBuilder Development Team reading this list. Paolo Ciccone wrote: > On Tue, Aug 17, 1999 at 01:12:26PM -0400, Robert Perry wrote: > > > > Speaking of Layout Manager problems. Is it just m

Re: Problem when using 1.2

1999-08-17 Thread Robert Perry
I would like to thank everyone for there suggestions. However, I found changing window managers did the trick. I stumbled across this when I decided to let the Java application which was running on a Linux box across the building display on my O2 which was setting on my desk. (my laptop

Problem when using 1.2

1999-08-16 Thread Robert Perry
Almost all of the work I have done with Java has been writing back end processes. I have had a great deal of success running these processes on Linux. So, this past week when I was brought into a team working on a large GUI in java, my first private endeavor was to watch it run on Linux

Re: [OFFTOPIC] When McNealy took the stage, the true Redmond bashing began

1999-06-21 Thread Anonymous
Linux will actually boot on this box, but when I shell out a 7-figure number for a server box I don't really mind when a vendor-supported OS runs on it. Anyway, go to the JavaOne website and watch this keynote (and the other ones as well, while you're at it - this was the best one, especia

Re: [OFFTOPIC] When McNealy took the stage, the true Redmond bashing began

1999-06-21 Thread Anonymous
Nelson Minar wrote: > > Thanks for posting this. > > >Under this new appliance/services model, McNealy said that only three > >architectures will continue to thrive: Linux, Wintel, and > >Java/Solaris/Sparc/Jini. What used to be software applications will become > >features accessible from a Jav

Re: [OFFTOPIC] When McNealy took the stage, the true Redmond bashing began

1999-06-21 Thread Anonymous
Thanks for posting this. >Under this new appliance/services model, McNealy said that only three >architectures will continue to thrive: Linux, Wintel, and >Java/Solaris/Sparc/Jini. What used to be software applications will become >features accessible from a Java browser, he said. Given all the

[OFFTOPIC] When McNealy took the stage, the true Redmond bashing began

1999-06-21 Thread Anonymous
efore proprietary solutions emerge first. When McNealy took the stage, the true Redmond bashing began, with even a few jabs at IBM -- despite that company's fervent support of Java. McNealy opened with his usual top 10 list, this time: the "Top 10 signs your boss isn't designed

When jdk1.2 will be final?

1999-04-20 Thread Piero Campanelli
Hello, probably this question was formulated many times..but i'm new in this ML. So when will jdk1.2 for linux be in final version? Does exist a schedule? Thanks a lot Piero --- Piero Campanelli <[EMAIL PROTECTED]> --

Re: Recompilation only when needed

1999-04-06 Thread Nelson Minar
This question is only marginally Linux related, but since Linux javac is so slow, it's a special concern for us :-) >I have been trying to get javac (1.1.7 for linux) to recompile only >those java-files newer than their class-files. This stuff doesn't work very well. javac -depend is undependabl

Re: Recompilation only when needed

1999-04-06 Thread Michael Sinz
any help is >appreciated. Have I got it right that one shouldn't have to use make, >only javac, to get proper recompilation? This is true if you use the -depend option on javac. I use this all the time. The strange part is that javac will "touch" all of the class files as n

Recompilation only when needed

1999-04-06 Thread Jonas Holmberg
I have been trying to get javac (1.1.7 for linux) to recompile only those java-files newer than their class-files. Sun's documentation tells me that the "most-recent-change-times" of the files are checked if both the java- and the class-files are found in -classpath or CLASSPATH, but it doesn't se

when linux/i386 JVM version 1.2

1999-02-11 Thread Erik Smith
I'm working as a senior software engineer at a prominent internet advertising company. We are making some crucial design decisions and I was wondering when would a linux/i386 JVM that is 1.2 compliant be available, and thought you would be the people to ask. Thank you.

Re: In the name of national security, when will JDK 1.2 ship? :-)

1999-02-03 Thread James Seigel
te: > Our organization has adopted Java 2, Swing, and Linux for > mission-critical activities in our environment. Please advise when > JDK1.2 will be shipping for Linux. > > We and the President really appreciate the job you've been doing. We > look forward to delivery of JDK1.2 a

Re: I don't want to know when 1.2 will ship - honest!

1999-02-03 Thread James Seigel
I think we should set up a system whereby the people who have paid the most money to support the blackdown effort get to ask when it is coming out and the rest can then ask themselves "self, how much am I willing to do to help support these wonderful porters..who after releasing 1.2 will

In the name of national security, when will JDK 1.2 ship? :-)

1999-02-03 Thread Nathan Meyers
Our organization has adopted Java 2, Swing, and Linux for mission-critical activities in our environment. Please advise when JDK1.2 will be shipping for Linux. We and the President really appreciate the job you've been doing. We look forward to delivery of JDK1.2 and to restoration

Re: I don't want to know when 1.2 will ship - honest!

1999-02-03 Thread Dimitris Vyzovitis
[EMAIL PROTECTED] wrote: > I, by contrast, DO want to know, I'm just not going to ask. > > M. I think that anyone (even deep within his mind) would like to know when it will be out. But I also think that we should stop bothering the porters and let them do their job. Patience people! Dimitris

Re: I don't want to know when 1.2 will ship - honest!

1999-02-02 Thread mlorton
I, by contrast, DO want to know, I'm just not going to ask. M.

I don't want to know when 1.2 will ship - honest!

1999-02-02 Thread Carlson, Jeffrey F
Kevin, I read your update on the LWN. I just wanted to say that on behalf of the Linux/Java folks here at Pfizer, we thank you and the blackdown team for your efforts and your hard work. When you complete the JCT, it will be soon enough for us. Your post sounded like you were getting a lot

Re: seg fault when running remotely

1999-02-01 Thread Nathan Meyers
> I am trying to run a java application on a remote machine with the control > panel appearing on my hamm 2.0.36 Debian box. It used to work on a > different, pre-libc6 Debian box. It presently works on a Solaris machine, > invoking the program via ssh, but when I try to start

seg fault when running remotely

1999-02-01 Thread Richard Hall
I am trying to run a java application on a remote machine with the control panel appearing on my hamm 2.0.36 Debian box. It used to work on a different, pre-libc6 Debian box. It presently works on a Solaris machine, invoking the program via ssh, but when I try to start the program running via

When will 1.2 be available for Linux ?

1999-01-30 Thread Jo Uthus
I've been reading your webpage considering the 1.2-port, and it've been saying for over 1 month now that you will be ready to ship within a month, probably sooner. What's SUNs verdict ? Have they announced a date for release or are they still testing ? Waiting... -- Jo Watch out for hidden he

Re: When

1999-01-24 Thread kornel c
I did. It didnt work. - Original Message - From: Justin Lee <"justinl[remove to reply]"@intelis.com> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 19, 1999 12:15 PM Subject: Re: When >Has anyoune tried running Java 2 under Wine? > >-- >Justi

jdk1.2 when?

1999-01-20 Thread Jenya
Hi, I have been checking out blackdown site for the last month waiting for the 1.2 port to be available. The site reads "...we should be ready to release in less than a month from now, and hopefully much sooner." Do you think it will be out fairly soon or I shouldn't rely on it? Thank you, Jenya.

Re: When

1999-01-19 Thread Justin Lee
Has anyoune tried running Java 2 under Wine? -- Justin Lee | Freedom means love without condition, JEDI | Without a beginning or an end.

When

1999-01-19 Thread RSK
I have been reading the FAQs and NEWs pages, but as far as to "when" 1.2 is going to be release for x86/Linux its been the same generic message for about a month. I have classes that have already begun, and have been holding out as long as I can, JDK 1.2 is required for the class I am

Re: Yet another jdk 1.2 when question

1998-12-08 Thread Jason Hoffman
> >Regards, >Kevin Goode > Eoin O'Toole wrote: > Sorry to bother you, but I looked on Sun, Blackdown and dejanews > sites for this info, to no avail. I could _really_ do with a _rough_ > outline of when to expect 1.2 on Linux. Also, is it possible to get an > ea

Yet another jdk 1.2 when question

1998-12-08 Thread Eoin O'Toole
Sorry to bother you, but I looked on Sun, Blackdown and dejanews sites for this info, to no avail.   I could _really_ do with a _rough_ outline of when to expect 1.2 on Linux. Also, is it possible to get an early access version to tinker with?   I understand scheduling these things is very

RE: How to getAppletContext when the applet web page is inactive ?

1998-12-04 Thread Nguyen, Tram N.
to go somewhere else without affecting the whole application (we take care all cleanup tasks when users hit logout function - ) .This is an e-commerce application (has CORBA, Oracle servers on the backend to interface with other system application). I did some further test and found that it works perfect

Re: How to getAppletContext when the applet web page is inactive ?

1998-12-04 Thread David Wall
You might be happier trying a regular Java discussion list in comp.lang.java.programmer or the like. But, saying that, my opinion is that I don't like your applet if it runs even if I leave the page. That's like a rogue applet that runs even when I leave the page that is supposed t

How to getAppletContext when the applet web page is inactive ?

1998-12-04 Thread Nguyen, Tram N.
Hi, I have an applet that serves as an entry point for a web application (loading a main frame with all tabbed panel and so on) . Everything should be working on this main frame , not the applet; however, one of function of my whole application is to be able to open a URL if user provides input a

When will JDK1.2 available

1998-11-09 Thread Eric Wong
Hi, Just want to ask as the titled, thanx for guys like you to make Java work on linux and I really hope java and linux can take over microsoft's buggy products. Hope you could give a mail to me once it is available. Thankx >From newbie Eric

Windows disappearing when they appear

1998-10-03 Thread Elmo Recio
selecting message from pop-up menu) the new window pops up for a millisecond and disappears. I dunno why it does this. The same thing happens with AIM. Whenever i attempt to change my password or format my screen name, it pops up the window and a millisecond later it hides the window. When i ran it

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

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 viol

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

"Undefined symbols" errors when System.loadLibrary is loading shared object file

1998-09-21 Thread satya seshu kumar dammu
CC: Satya Seshu Kumar <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable subject: = "Undefined symbols" errors when System.loadLibrary is loading shared obje= ct file i have a java class calle

"Undefined symbols" errors when System.loadLibrary is loading shared object file

1998-09-17 Thread satya seshu kumar dammu
CC: [EMAIL PROTECTED] Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable subject: = "Undefined symbols" errors when System.loadLibrary is loading shared obje= ct file 1. synopsis of the problem - Hello

"Undefined symbols" errors when System.loadLibrary is loading shared object file

1998-09-17 Thread satya seshu kumar dammu
  subject: "Undefined symbols" errors when System.loadLibrary is loading shared object file 1. synopsis of the problem - HelloWorld.java  -- import java.lang.*; class HelloWorld { public native void displayHelloWorl

Re: Text font & color when setEditable(false)

1998-07-13 Thread Eitzenberger Thomas
Glenn Valenta wrote: > I'm kind-a new to Java so please bear with me... > > Is there a way to stop the font and color from changing > when one sets an java.awt.Component to non-editable? > > I'm using a frame in an application and when I add a button > that is s

Text font & color when setEditable(false)

1998-07-12 Thread Glenn Valenta
I'm kind-a new to Java so please bear with me... Is there a way to stop the font and color from changing when one sets an java.awt.Component to non-editable? I'm using a frame in an application and when I add a button that is setEditable(false), the font and color changes to a shad

RE: When will JDK 1.2 beta be released?

1998-07-08 Thread A . KLOS
-- | From: bank / mime, , , [EMAIL PROTECTED] | To: java-linux / mime, , , [EMAIL PROTECTED] | Subject: When will JDK 1.2 beta be released? | Date: Tuesday, July 07, 1998 11:40PM | | I want to use a package that requires Java2D and Java3D which are | new for JDK 1.2 beta, so I

Re: When will JDK 1.2 beta be released?

1998-07-07 Thread David A. Guthrie
Bruce J. Carter wrote: BTW for those interested, we are working on a "native_threads" port of the JDK, taking advantage of the pthreads in the glibc package, which does include linuxthreads and the libraries libpthreads.so and libpthreads.a. We are hoping to have this as a release in the not too

RE: When will JDK 1.2 beta be released?

1998-07-07 Thread Bruce J. Carter
Hi Seth, On 07-Jul-98 Seth Bank wrote: > I want to use a package that requires Java2D and Java3D which are > new for JDK 1.2 beta, so I was wondering two things (1) when/if do you > think you will release version 1.2? (2) is it possible to just download > the Java2D and Java3D

When will JDK 1.2 beta be released?

1998-07-07 Thread Seth Bank
I want to use a package that requires Java2D and Java3D which are new for JDK 1.2 beta, so I was wondering two things (1) when/if do you think you will release version 1.2? (2) is it possible to just download the Java2D and Java3D classes and stick them in my classpath? thanks, Seth