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
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/
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
ch.tar.gz
Hope it helps.
Bob L.
--
Robert Lynch-Berkeley CA [EMAIL PROTECTED]
http://www.best.com/~rmlynch/
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
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
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
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/
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.
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/
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
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/
"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.
-
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.
> 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
ned that
the glibc v5 of 1.1.5 works on this machine, although v7 segfaults at
startup.
--
Robert Coie
Implementor, Intrigue Ltd.
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.
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
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
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]
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,
> 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
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
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
"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
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
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/
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
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
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
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
-
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/
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]
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]
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
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
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
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
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
Listener(new MouseAdapter() {
public void mousePressed(MouseEvent e) {
if(e.getModifiers() == InputEvent.BUTTON2_MASK)
System.out.println("middle button pushed");
}
});
}
}
---
Bob L.
--
Robert Lynch
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
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
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
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
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
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
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
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".
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
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/
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.
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. ;-)
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
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,
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
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
Hi ,
Where can we find your JDK 1.16 port? Much
appreciate yor help!
Thanks.
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
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.
-
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
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
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
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
t sounds like you'd want the sorting thread to get any
spare cpu time (hence lower priority)).
Regards,
Robert
***
He is t
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
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
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
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
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
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/
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/
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/
Thanks in advance for any help you can offer.
--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
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
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
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
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
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
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
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
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
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.
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
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
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
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
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
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
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
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
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
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
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
- 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
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
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
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
- 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:
- 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 - 100 of 178 matches
Mail list logo