Re: Debian packages 1.4. Pretty please?

2003-07-09 Thread Robert
Hello, On a related note. Is there currently anyone working on Java for the Alpha arch? If so, who can I contact to help. If not, who could I contact to see what would be needed? Thanks, Robert Avi Cherry wrote: I really, really don't mean to be a pest, but PLEASE, could someone pa

Re: JNI problem

1998-05-11 Thread Robert Lynch
ct file: No such file or directory (libMyImpOfPrompt_g.so) when I compile the C code to a shared library named "libMyImpOfPrompt_g.so" it then works: [user@ravel native]$ java_g Prompt Type a line: Hi there User typed: Hi there (I've also altered the original "scanf" code to get user input up to a '\n'). Bob L. -- Robert Lynch-Berkeley CA [EMAIL PROTECTED] http://www.best.com/~rmlynch/

serialization

1998-09-02 Thread Robert Dietrick
I can't seem to get any of my own classes to successfully implement the Serializable interface under Linux or Irix. I have no problem serializing native objects like java.lang.String or java.lang.Integer. Also, serializing my own classes worked fine using the Sun JDK for Windows95. Is this a kn

Re: Exception handling broken by jni?

1998-09-03 Thread Robert Lynch
ch.tar.gz Hope it helps. Bob L. -- Robert Lynch-Berkeley CA [EMAIL PROTECTED] http://www.best.com/~rmlynch/

Re: Well done

1998-09-12 Thread Robert McConnell
Does Pizza Hut sell gift certificates? Bob McConnell, N2SPP At 08:27 PM 9/12/98 -0400, James Seigel wrote: >You guys rockcan we send pizza to you anywherE? > > >Pooh Bear -- "I am just a bear of little brain" > > >On Sat, 12 Sep 1998, James Howe wrote: > >> To Everyone,, >> >> It is very ea

SEGV from iostream in native method on Linux, FreeBSD, not Windoze

1998-09-14 Thread Robert Lynch
me and it works on Windoze fer shure, I've seen it in action. Wonder how come? Bob L. P.S. Of course the example works when using and printf(..). -- Robert Lynch-Berkeley CA [EMAIL PROTECTED] http://www.best.com/~rmlynch/ -- class test { public native void display(); static { Syste

Re: SEGV from iostream in native method on Linux, FreeBSD, not Windoze

1998-09-14 Thread Robert Lynch
don't know why this is happening. If this solution makes "no sense" to > you please submit an official bug report to the Blackdown Jitterbug bug > database. > > Kevin > Blackdown JDK Poriting Team > > ------ > Kevin B. Hendr

Re: glibc2/jdk1.1.5v7

1998-05-12 Thread Robert Lynch
IL PROTECTED] I installed jdk1.1.5v7 a few days ago, and upon testing got segfaults running javac. Also noticed the upgrade recommendation, (and having RH5.0, using an rpm) upgraded from whatever to glibc-2.0.7-7, _no_ problems since then... HTH. Bob L. -- Robert Lynch-Berkeley CA [EMAIL PROTECTED] http://www.best.com/~rmlynch/

Dynamic loading and libgcc need?

1998-05-12 Thread Robert Coie
o the original JDK source. ldd -r on libjava.so complains about missing libgcc symbols on both my Debian 1.3.1 (libc5 5.4.33) and pre-2.0 (libc6 2.0.6). I appreciate any insight or advice anyone can provide. -- Robert Coie Implementor, Intrigue Ltd.

Re: minor bug in java.awt.List.removeAll()

1998-05-25 Thread Robert Lynch
t do anything to change it, is the "GroupReader" applet at JavaSoft's Java Developer's Connection. G! -- Robert Lynch-Berkeley CA [EMAIL PROTECTED] http://www.best.com/~rmlynch/

Printing PostScript output, was: Re: Printing of Graphics

1998-09-16 Thread Robert Dodier
s a pretty nifty idea -- but don't thank me, thank E.J. Friedman-Hill and David Binger, who are the main authors of PSGr. OK, you can thank me a little bit -- I did add some stuff to it. :) Enjoy, Robert Dodier

Re: Classes.zip 1.1.5v7

1998-05-10 Thread Robert Lynch
e version", when the version of the Netscape executable does not match up with the zip archive it finds. HTH. Bob L. -- Robert Lynch-Berkeley CA [EMAIL PROTECTED] http://www.best.com/~rmlynch/

Re: JNI problem

1998-05-10 Thread Robert Lynch
"Works" on Steve Byrne's jdk1.1.5v7 (except seems to pick up the string only to a space, not end of line...): [user@ravel native]$ java Prompt Type a line: Hi there User typed: Hi [user@ravel native]$ java Prompt Type a line: Hithere User typed: Hithere Hope it helps. Bob L. -

Re: apache 1.2.4 + mod-jserv + SdK

1998-05-12 Thread Robert Coie
ssloader works in jserv, because it seems to be wreaking havoc with my attempts to use JPL (Larry Wall's hybrid Java-Perl language) in servlets. The shared libraries load correctly, but I get UnsatisfiedLinkErrors trying to call things in them. -- Robert Coie Implementor, Intrigue Ltd.

Re: Java Plug-in tantalizing, but...

1998-05-15 Thread Robert Coie
> Do you convert that html file ? > i.e > From=20 ... > To... Thanks for taking the time to respond. This isn't the problem, because it's the stock ControlPanel.html and is already using EMBED. The plug-in is being triggered OK, it just doesn't seem to run

Re: Java Plug-in tantalizing, but...

1998-05-18 Thread Robert Coie
ned that the glibc v5 of 1.1.5 works on this machine, although v7 segfaults at startup. -- Robert Coie Implementor, Intrigue Ltd.

Re: Java Plug-in tantalizing, but...

1998-05-18 Thread Robert Coie
currently in "frozen" is insufficient. The version mentioned above appears to be OK. However, this still doesn't make the Java Plug-in work. Is there a way to hook the plugin up with the jre in my now-working JDK tree, instead of the jre that ships with the plugin itself? -- Robert Coie Implementor, Intrigue Ltd.

Re: Servlets on Linux

1998-07-24 Thread Robert Ritchy
AC > > PD Forgive my English... begin: vcard fn: Robert Ritchy n: Ritchy;Robert org:BDM Denver adr:1999 Broadway - Suite 2000;;;Denver;CO;80202;USA email;internet: [EMAIL PROTECTED] title: Software Development TL tel;w

Re: Servlets on Linux

1998-07-29 Thread Robert Ritchy
gt; font.properties.eli686 > font.properties.hujsdk.jar > font.properties.jaorg > font.properties.kopsfont.properties.ja > font.properties.ltrmic.properties > font.properties.lvsecurity > font.properties.pl

Swing in JDK 1.2

1998-08-07 Thread Robert Fitzsimons
may in the future want to write a open source version of Swing, and I don't think it is right for us to put our code under com.sun.java.swing. The poll page is http://nigeria.wpi.com/cgi-bin/gwpoll/gwpoll/ballot.html Thanks Robert Fitzsimons [EMAIL PROTECTED]

Re: JDK 1.1.6 -- immediate segmentation fault (RH 5.0)

1998-08-19 Thread Robert Ritchy
Robert, I'm somewhat new to this but since I haven't seen your question answered I'll do my best. I installed RH 5.0 and grabbed the JDK 1.1.3 (not the rpm version) a couple of months ago with the same problem. I quickly found out through this great mailing list that a patch,

Re: What's up with this?

1998-08-28 Thread Robert Ritchy
> public a A; > ... > void paint (Graphics g) { > A.paint(g); > } > } > > The compilation of file b fails with an error message about an unknown method > paint( java.awt.Graphics ) > > WHY? This code compiles fine if it is all in one file

Re: ORB uder linux?

1998-09-04 Thread Robert Ritchy
Paul, I just downloaded OmniORB - http://www.orl.co.uk/software.html Robert Paul V. Drobnich wrote: Hi, Anybody knows anything about free CORBA2 ORB uder linux, or some idl2java precompiler for linux?   begin: vcard fn: Robert Ritchy n: Ritchy;Robert org

Re: Expanding arrays

1998-09-08 Thread Robert Dietrick
You probably want to use a Vector. import java.util.Vector; Vector vec = new Vector(); Then, to add an element, use: vec.addElement(someString); to retrieve an element, you can use: String myString = (String)(vec.elementAt(index)); (you've got to cast the returned object into a String) -Rob

Re: Delete all class files

1998-09-15 Thread Robert Dietrick
"find . -name *.class" to "rm" > somehow using redirection or pipes but cannot get it to work. > > Any ideas on how I should do this? > > Thanks > > Dave > Robert Dietrick Software Engineer Magnet Interactive Communications

Re: socket code problem

1998-09-24 Thread Robert Dietrick
I'm not positive this will sove your problem, but you might want to try flushing that OutputStream after you write to it: clientsocket_out.flush(); -Rob On Thu, 24 Sep 1998 [EMAIL PROTECTED] wrote: > > // THIS FAILS, HANGING SERVER AND CLIENT > // CLIENT CANNOT

Re: Netscape 4.06 running Java Applets with sound files.

1998-10-02 Thread Robert Lynch
my copy of the page at: ftp://shell3.ba.best.com/pub/rmlynch/Java_Stuff/sound-linuxNS.html HTH. Bob L. P.S. Reminder: this page is just a copy I saved. None of the links will probably work, although I haven't tried them all... -- Robert Lynch-Berkeley CA [EMAIL PROTECTED] http://www.best.com/~rmlynch/

Re: Java app without X installed

1998-10-07 Thread Robert Ritchy
ssed off. It's taken all of my energy NOT to fill this reply with harsh (and four letter) words. I'm in great debt to all of you contributing to this port. Thank you for all your efforts! Robert Kanoza_D wrote: > Let me just put in my two cents as another newbie. It's a pai

Re: Java app without X installed

1998-10-07 Thread Robert Ritchy
attacking an entire mailing list. Go back to the archives and see for yourself. This arguement is useless and doesn't deserve to be posted on this list (mine included) - so I want to apologize to everyone who's had to read through this crap. Robert [EMAIL PROTECTED] wrote: > On We

Re: Knowledge share (was: Java app without X installed)

1998-10-07 Thread Robert Dietrick
can't we all just get along -rob On Wed, 7 Oct 1998, Dug Birdzell wrote: > all right, poor choice of words.., and really besides the point anyway. > > recent post said it best: "no attitude necessary". if you don't > feel like answering a question, then don't answer it. what's the point

Re: bug - system clipboard does not work

1998-05-13 Thread Robert Lynch
selection.getTransferData(DataFlavor.stringFlavor); // do whatever... } == In the CoreJava example, the authors implemented their own image/mime encoding scheme, so they were alwasy working with strings, essentially... HTH. Bob L. -- Robert Lynch-Berkeley CA [EMAIL PROTECTED] http://www.be

Re: bug - system clipboard does not work

1998-05-13 Thread Robert Lynch
- then text copied to the system clipboard (for example, highlighting and copying some text in Netscape mail) will be pasted to both text areas when the "paste" button is hit. This shows that this "bug" can be gotten around. Bob L. -- Robert Lynch-Berkeley CA [EMAIL PROTECTED] http://www.best.com/~rmlynch/

Re: jdk 1.1.x without X-windows support

1998-10-22 Thread Robert Fitzsimons
Hi Michal > Can you point me to an appropriate place to see ? http://www.blackdown.org/java-linux/rel/116/v5/README-1.1.6v5.html Robert Fitzimons [EMAIL PROTECTED]

Re: jdk 1.1.x without X-windows support

1998-10-22 Thread Robert Fitzsimons
Hi Michal > > Can you point me to an appropriate place to see ? > http://www.blackdown.org/java-linux/rel/116/v5/README-1.1.6v5.html Look under the section Java Virtual Machine variations. Robert Fitzimons [EMAIL PROTECTED]

Re: Barcode Scanner / Cash Registers

1998-10-23 Thread Robert McConnell
There are no standards where cash registers are concerned. You either settle on one brand and learn to work with several of their models, or find ways to use a couple of models from each of several vendors. Even different models from the same manufacturer are not compatable. The bigger registers

Re: apache, jserv, blackdown's vm, memory leak?

1998-10-23 Thread Robert Ritchy
about the 1.1.5 thread issues. After a simple upgrade, our problems went away. begin: vcard fn: Robert Ritchy n: Ritchy;Robert org:BDM Denver adr:1999 Broadway - Suite 2000;;;Denver;CO;80202;USA email;internet: [EMAIL

Re: HP wrong, Linux right... right?

1998-10-28 Thread Robert Fitzsimons
d run starts. Maybe adding a Thread.yeild() just after the new Socket() would work. Below is the output with the changes I made to your code, which I ran on Linux JDK 1.1.6v5. Unblocking pause() Before notifyAll After notifyAll Before wait Hope this helps. Robert Fitzsimons > import

[off-topic] Putting codebase in classpath, or equivalent

1998-10-30 Thread Robert Dodier
instead of Class.newInstance or something like that. I guess I'm assuming that Class.newInstance ignores the codebase -- maybe I should hack Class.newInstance instead?? Thanks for any ideas you might have. Robert Dodier

Swing and linux jdk1.1.6v5

1998-11-04 Thread Robert Holmberg
Heh, I did it, I subscribed .. :) I'm writing an record database application in java using swing 1.03. and I have two problems. The first is not swing related - when I use my program and want to save my database - the linux jdk/jre doesn't ask for confirmations on overwrites, but when I run it

Re: bug - system clipboard does not work

1998-05-14 Thread Robert Lynch
Listener(new MouseAdapter() { public void mousePressed(MouseEvent e) { if(e.getModifiers() == InputEvent.BUTTON2_MASK) System.out.println("middle button pushed"); } }); } } --- Bob L. -- Robert Lynch

Re: More problems extending an inner class

1998-06-17 Thread Robert Fitzsimons
Daniele Here is some code I put together showing the three forms of inner classes, this may help you understand what is going wrong. I also think your code didn't work because the was a logical error, with the events somewhere. Robert Fitzsimons [EMAIL PROTECTED] // Test.java import jav

Re: More problems extending an inner class

1998-06-17 Thread Robert Fitzsimons
Daniele Here is some code I put together showing the three forms of inner classes, this may help you understand what is going wrong. I also think your code didn't work because the was a logical error, with the events somewhere. Robert Fitzsimons [EMAIL PROTECTED] // Test.java import jav

Re: [FYI] Java violates US patent?

1998-12-07 Thread Robert McConnell
At 12:06 PM 12/7/98 -0600, Justin Lee wrote: >Ernst de Haan wrote: > >> >> What is the idea of Java? Portable code. If that part of Java will be >> removed, the Java Platform idea is dead, what remains is the Java >> programming language, with a modified API (ClassLoader etc). Downward >> compatib

Re: Congratulations to Blackdown!

1998-12-08 Thread Robert McConnell
Pierre, Is there any way that you can quantify "faster" and "more stable" for us? I would love to be able to show my manager some real world differences between Linux and Windows. Thanks, Bob McConnell N2SPP At 05:19 AM 12/8/98 +0100, Pierre LATECOERE wrote: >Congratulations to Blackdown! Thank

Re: [FYI] Java violates US patent?

1998-12-08 Thread Robert McConnell
At 10:56 AM 12/8/98 +0100, Alex Pozgaj wrote: >Java News Collector wrote: >> >> At 12:06 PM 12/7/98 -0600, Justin Lee wrote: >> >Ernst de Haan wrote: >> --- snip --- >> >Yet, surely the concept of portable code can't be contained within that >> patent. >> >Portable, interpreted code has been arou

Re: Important: Java 1.2 licencing changes

1998-12-08 Thread Robert McConnell
Did you check your browser's cache to see if there were copies there? I did see something about this while I was looking at InfoWorld Online this afternoon. Aparently the announcement was made at some conference this afternoon and the new package will be released next week. Cheers, Bob McConnell

Re: Maximum Heap Size

1998-12-08 Thread Robert Ritchy
I don't know if this has been mentioned but we developed a multi-threaded app and had OutOfMemoryError problems similiar to yours. The culprit was the 1.1.5 jdk (had thread memory leak problems). After upgrading the jdk our problems went away. Robert Mehrdad Jahansoozi wrote: > This

RedHat/Kaffe/JDK FAQ

1998-12-31 Thread Robert Crawford
I just got email from a friend complaining about a problem that sounds suspiciously like the problem you get when you have Kaffe installed on a Redhat system and then install the Blackdown JDK. Apparently when he runs "java" he gets a complaint about a missing "libhello.so".

ISO libstdc++-2.8 (to make jikes happy)

1999-01-01 Thread Robert Dodier
nd jikes dies with a "symbol not found." Is it usual for apps to be bundled with specific library versions, or more usual that they aren't? Many thanks for any advice, Robert Dodier

Re: Java debugger under Linux

1998-05-14 Thread Robert Lynch
s.ibm.com/formula/jikesdebugger/ FWIW. Bob L. P.S. Don't forget to turn on Javascript (yuk!), the above site requires it for navigation... -- Robert Lynch-Berkeley CA [EMAIL PROTECTED] http://www.best.com/~rmlynch/

Java Plug-in tantalizing, but...

1998-05-14 Thread Robert Coie
Activator) from within Netscape (4.04j2), nothing obviously sinister is reported by either the console or the ACTIVATOR_TRACE, but all that happens is "Loading Java Applet" in the center of the applet area. Any assistance or advice would be appreciated. -- Robert Coie Implementor, Intrigue Ltd.

Re: bug - system clipboard does not work

1998-05-15 Thread Robert Lynch
h (Exception ex) {;} t2.setText (result); t1.setText (result); } }); ... --- a paste of some non-Java stuff works (shows up in both areas.) Matters are a bit confused here, IMO because there's not a lot of agreement on what's being attempted. ;-)

JDK 1.2??

1999-01-08 Thread Robert Kosara
Hi, I just wanted to ask if you already know when the Linux/Intel port of JDK1.2 will be available. I would prefer to continue working under Linux than get all the tools I need for NT ... Regards, Robert *** What this

Re: Yeah! Web based threaded messaging is best (WAS: Re: [ATTENTION]: Mailing List Changes

1999-01-11 Thread Robert McConnell
Web based is the worst idea. I would much rather the messages continue to fall into my mailbox or a newsgroup than I have to load up a browser and go get them. If it moves to a web site, I won't move with it. Bob McConnell N2SPP At 07:06 PM 1/11/99 -0800, blaise toad wrote: >Like paul proposes,

RE: [ATTENTION]: Mailing List Changes

1999-01-12 Thread Robert McConnell
Alex, There are several, both commercial and open source. At least two of the newsgroups I follow are gatewayed from mailing lists. It shouldn't take too long at dejanews to find the software involved and possibly find a friendly gateway server. Bob McConnell N2SPP At 01:25 PM 1/12/99 -0500, Al

Re: applet access form data?

1999-01-14 Thread Robert Dietrick
If you're using Netscape, you can use LiveConnect to talk to JavaScript from a Java applet and vice-versa. In your applet you'll need to do something like this: import netscape.javascript.*; import java.util.*; public class MyApplet extends java.applet.Applet { JSObject window; Hashtable

Can't find your port.

1999-01-29 Thread Robert Clement
Hi ,   Where can we find your JDK 1.16 port? Much appreciate yor help!   Thanks.

Re: Minimum configuration for JRE use?

1999-02-01 Thread Robert Dodier
to compile if you want to load remote classes. So far as I can tell, the bytecodes are correct and the verification failure is the only problem, but I'm not sure. Hope this helps, Robert Dodier

Re: bug - system clipboard does not work

1998-05-15 Thread Robert Lynch
The Core Java example base64 encodes an image as a string, then transfers it via the system clipboard.) But in X, if you put something _on_ the system clipboard with your own mime type, it always comes _off_ as an X11Selection. Now is that absolutely clear? What did I say, anyhow? ;-) Bob L. -

Re: JavaLinux for servlets

1999-02-16 Thread Robert Ritchy
But what techincal advantage do they really give? Java is slower, uses more > > system resources, etc. > > > > John > > > > begin:vcard n:Ritchy;Robert x-mozilla-html:FALSE org:BDM Denver adr:;;1999 Broadway - Suite 2000;Denver;CO;80202;USA version:2.1 email;internet

Unsubscribing

1999-02-16 Thread Robert Ritchy
ect me if I'm wrong): If you're no longer interesting in this mailing list, just send an empty mail to [EMAIL PROTECTED] or [EMAIL PROTECTED] with the subject: 'unsubscribe'. NOT in the body of the message - the subject. Rob begin:vcard n:Ritchy;Robert x-mozilla-html:FAL

Re: Who to make templates?

1999-02-17 Thread Robert Ritchy
c. I sure hope this doesn't spark another heated debate. If I'm wrong about anything or anyone has a different opinion, please correct me nicely ;>) delicate self esteem - Robert Marcel Ruff wrote: > Hi > > you wrote about servlets and html-templates. > What possibil

Re: More evil from Microsoft [Off topic]

1999-02-18 Thread Robert McConnell
The first impression I have is that it is a dumbed down version of C++ made to look like Java, but not be Java so as to avoid any further entanglements with Sun. I am waiting to see if Micro$oft is really arrogant enough to drop their J++ and replace it with this new toy. Bob McConnell N2SPP At

Re: Multi-Threading: Preemptive?

1999-02-24 Thread Robert Kosara
t sounds like you'd want the sorting thread to get any spare cpu time (hence lower priority)). Regards, Robert *** He is t

Re: Multi-Threading: Preemptive?

1999-02-24 Thread Robert McConnell
f the problem are. Bob McConnell N2SPP At 05:12 PM 2/24/99 +0100, Robert Kosara wrote: > >>Any sugestions are welcome, and are greatly appreciated. > > Well, my suggestion would be to have the array-sorting class listen >for changes of the point, and only start the thread

Re: Multi-Threading: Preemptive?

1999-02-25 Thread Robert Kosara
On Wed, 24 Feb 1999, Robert McConnell wrote: > Ok, what happens if the point moves again before the sort is complete? > Do you complete that one, or terminate and start over? If you terminate > and start over, what happens if the sort never gets out to some points? Interesting

Web based database

1999-02-28 Thread Robert Mullen
I am attempting to put together a web based database package for a non profit venture. It will run off of RH 5.2, Apache 1.3, MySQL, and JRun using servlets. I have all of the above pieces put together except the servlet sdk. I downloade d the one listed on Sun's site (under Solaris) but I can't c

Re: Slow loading on AMD Elan 486

1999-03-04 Thread Robert McConnell
At 12:10 AM 3/4/99 -0800, Kevin Ryan wrote: >The 1.1.7v1a JDK runs great on my AMD DX4-100 w/32Mb RAM. > >Since one can get something roughly 20x as fast as my machine for $500 >these days, I'm not sure I understand why agonizing over the JDK's >performance on a 486/33 is worthwhile. > Maybe beca

Re: Does RMI work in jdk1.1.5v7/Red Hat 5.0?

1998-05-18 Thread Robert Lynch
ime is 18-May-98 -- Bob L. P.S. I've got RH5.0 running on a Pentium 120MHz, glibc-2.0.7-7. -- Robert Lynch-Berkeley CA [EMAIL PROTECTED] http://www.best.com/~rmlynch/ -- John Collins wrote: > > Stephen Wynne wrote: > > > In message <[EMAIL PROTECTED]>, John Col

Re: signed Applets

1998-05-20 Thread Robert Lynch
e]$ more /tmp/foo Cats can hypnotize you when you least expect it - HTH. Bob L. -- Robert Lynch-Berkeley CA [EMAIL PROTECTED] http://www.best.com/~rmlynch/

Re: [Q]: native method

1998-07-17 Thread Robert Lynch
HelloWorld.so.1.0 libHelloWorld.so [if I use libHelloWorld.a (!), I get the reasonable msg. that it can't find the shared library] Result: [user@ravel native]$ java HelloWorld Hello World ! HTH. Bob L. -- Robert Lynch-Berkeley CA [EMAIL PROTECTED] http://www.best.com/~rmlynch/

Re: install JDK without AWT ? [ no x11 ]

1998-08-13 Thread Robert Lynch
on machines with no dis- play hardware and no physical input devices. It emulates a dumb framebuffer using virtual memory. ... --- There's one other such, but I can't offhand recall its name. HTH. Bob L. -- Robert Lynch-Berkeley CA [EMAIL PROTECTED] http://www.best.com/~rmlynch/

JDK 1.1.6 -- immediate segmentation fault (RH 5.0)

1998-08-19 Thread Robert Dodier
Thanks in advance for any help you can offer. --Robert Dodier

update: JDK1.1.6 segmentation fault fixed by glibc 2.0.7

1998-08-21 Thread Robert Dodier
after blowing away kaffe, java from the JDK runs fine! I'm very happy about this. I will be doing some RMI programming. (Distributed belief networks -- in case you want to know.) Thanks for the helpful hints. I'm posting this in the hope that this note will help someone in a similar situation. --Robert Dodier

Re: Java and Apache

1999-04-08 Thread Robert Dietrick
While we're on the topic of Apache and Java, here's a question: Using the Jserv module, you're supposed to be able to set init arguments for individual servlets, and globally for all servlets. Here's what the Jserv documentation says: You can give that servlet init arguments by using a property

Re: Parameter value weirdness

1999-04-14 Thread Robert Dietrick
HttpServletRequest.getParameter("name1") should return "" in the case of a URL like http://whatever.com/servlets?name1=&name2=someVal Regardless, this is still problematic, since you probably want that value to be null. What I've done to get around this is provide my servlets with the following

Re: Parameter value weirdness

1999-04-14 Thread Robert Dietrick
I hear you loud and clear. There's really no way that you could be getting "null" from that method invocation (unless of course, your query string looks like http://...?name1=null). Printing the return value of getParameter("name1") will print "null" or "", however. Are you using the JServ modu

javax.swing.preview not found

1999-04-28 Thread Robert Williams
Trying to compile FileChooserExample.java from http://java.sun.com/products/jfc/tsc/archive/tech_topics_arch/file_chooser/file_chooser.html import javax.swing.preview.*; returns a "not found in import" message. Is this something new that hasn't found it's way into the blackdown release? -- Bob

JARs and performance...

1999-05-06 Thread Robert Covell
Trying to optimize JAR performance. We have a JAR that is 700K using JDK1.1.7 and are looking for ways to improve the performance when using it. At this time we cannot migrate to Java2 and utilize the JArURLConnection. Does anyone have any suggestions? We would like to split the JAR into two J

Re: JARs and performance...

1999-05-06 Thread Robert Covell
for the performance part the applet is the big concern. Such a big jar, start off with big problems. Do you think the 1.1 security model will hamper a ClassLoader like that? -Bob On Thu, 6 May 1999, Ted Neward wrote: > Robert-- > > >Trying to optimize JAR performance. We hav

Re: A problem.

1999-05-14 Thread Robert Covell
Not sure about your first question but later, referring to the classes.zip... Look for rt.jar or zip and il18.jar or zip (something like that, I am not in a position to look at the directory, and since I don't look there that often I can't remember exactly). But anyway it is in some form of the

Re: JDK 1.2 and NetBeans or Simplicity???

1999-05-15 Thread Robert Williams
What changes did you make? Simplicity + JDK1.2 freezes up after a few steps through the tutorial example 1 on my Red Hat 5.2 system. Kontorotsui wrote: > On 13-May-99 Jeffery S. Norman wrote: > > Has anyone got JDK 1.2 to work properly with NetBeans x2 or > > SimplicityRC??? > > Simplicity doe

How to help???

1999-07-16 Thread Robert Perry
I have virtually no time, but would like to know how to help the Blackdown team. I'm not sure that I could help. I just started looking on the web paged expecting a todo list or something. Not seeing a "How to Help" page I though someone in this list could get me started.

Re: trouble installing jdk1.2

1999-07-17 Thread Robert Valentan
o. > You must download the version for glibc 2.0 I had the same problem with me SUSE 6.1 and java-glibc2.1 wbr ---- Robert Valentan LSS Leo Schleupen Systemanalyse GmbH Hetmanekg 1b, A-1230 Wien Tel: ++43/1/6998400

Re: Intermittent freezes with JDBC for Oracle805

1999-07-27 Thread Robert Perry
Actually I have experienced some flakiness with the Oracle JDBC drivers under IRIX's JDK when using native threads, particularly when multiple thread were sharing the same DB connection. I think that is a legal thing to do, but maybe it is not. Peter Kovacs wrote: > The jdk1.2/demo/jfc/Tabl

Re: PrintJob and JTextArea

1999-07-30 Thread Robert Covell
Are you setting a background color by doing a fillRect()? We are doing the exact thing right now and are having problems with a different component GXLabel that looks ok on screen but prints the last thing drawn in the GXLabel. So if we have a label and fill the rect with a light grey and THEN d

Re: Calling Same Native method more than once.

1999-08-03 Thread Robert Perry
to imply that I have tested this scenario. Robert Perry Jacob Nikom wrote: > I don't think there is any limitations on the number of calls of C routine. > I call my C routine from Java thousand times without any problem. Look > for something else - memory problem of threads. Do you

File or class transfer over tcpip

1999-08-03 Thread Robert Covell
I am in the mist of developing an RMI Update utility for clients. Like most updaters they would download a small 30k(+-) java application that would talk to an RMI server and decide what files (.class) the client needed. It works like a charm but, the typical but word my classes when used by the

Re: java + X11 memory leak

1999-08-11 Thread Robert Perry
I agree with what you said about this memory being in the X-Server. In addition do you not get similar effects with other things in Java. For instance when I create an File there is also a structure somewhere the keeps track of infomation associated with the file discriptor. Also, in Windo

Problem when using 1.2

1999-08-16 Thread Robert Perry
oblem with the Blackdown JDK. I would really rather this run under Linux and would appreciate any suggestions on where to start. Thank Robert Perry -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubs

Re: Problem when using 1.2

1999-08-17 Thread Robert Perry
with on the Windows JDK's but not on the Blackdown JDK or perhaps I > > have run into a problem with the Blackdown JDK. > > > > I would really rather this run under Linux and would appreciate any > > suggestions on where to start. > > > > Than

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 Mana

Swing Problems

1999-09-14 Thread Robert Mullen
Are the swing classes supported in the blackdown port of the 1.2 JDK? I can write, compile and execute code properly if I don't use swing but anything that uses swing bombs with and a class not found error. This includes the demo's that came with the installation. Do I need to set a classpath spec

Re: Jump and ArgoUML

1999-10-11 Thread Robert Simmons
Message - From: Sean Chen <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, October 11, 1999 1:22 PM Subject: Jump and ArgoUML > Hi Robert, > > Was just made aware of your project from the java-linux list. > > Are you familiar with ArgoUML http://www.ics.uci

Re: Jump and ArgoUML

1999-10-12 Thread Robert Simmons
- Original Message - From: Rich Edwards <[EMAIL PROTECTED]> To: Robert Simmons <[EMAIL PROTECTED]> Sent: Tuesday, October 12, 1999 6:44 AM Subject: Re: Jump and ArgoUML Prior to responding to you. a little poll for everyone. For the interface, would you all prefer a deskt

Re: Peculiar problem

1999-10-12 Thread Robert Simmons
Its good that im not imagining things =) --rob - Original Message - From: Dallas C. Hockley <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, October 12, 1999 4:19 PM Subject: Re: Peculiar problem > Rob, > > I just compiled and ran the framework you pos

Const in java

1999-10-13 Thread Robert Simmons
I was always the real proponent of type and instance safety in c++. for example.   class Foo {   private BarClass  _bar;     public const BarClass& getBar();   public setBar(const BarClass const &bar); }   This snippet guarantees that someone doesnt pull a getBar() then set the return resu

Re: ddd as a java debugger

1999-10-15 Thread Robert Simmons
Personally I use pldb. That is "println debugger" =) Im of the old school where I just toss printlns in code to tcheck values and see where it dies. With vi this process is viciously quick and there is rarey an issue I cant resolve with it. I started programming before all these tools came about a

Re: Can we run Java app from a CD with Blackdown?

1999-10-15 Thread Robert Simmons
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 15, 1999 12:37 PM Subject: Can we run Java app from a CD with Blackdown? > Hi: > > We got a few questions on deployment with Blackdown. It would be > appreciated if someone could help. > > Q1:

Re: Const in java

1999-10-15 Thread Robert Simmons
- Original Message - From: Gordon Keith <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: Robert Simmons <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, October 13, 1999 8:36 PM Subject: Re: Const in java > [EMAIL PROTECTED] wrote: > > > &

  1   2   >