http://www.interstice.com/~kevinh/projects/javasignals/index.html
Trent Jarvi
[EMAIL PROTECTED]
Heres a simple Makefile I use.
BIN = /home/jarvi/java/gps/bin/
JAVAC = javac
JFLAGS= -d /home/jarvi/java/gps/bin -O
JFILES := $(patsubst %.java,$(BIN)%.class,$(wildcard *.java))
SUBDIRS = almanac misc route trackpoint waypoint rxtx
.SUFFIXES:.class .java
$(BIN)%.class
Interesting post. I've not read much about SIGSTOP/SIGCONT. Should native
libraries be catching SIGSTOP to yield to the garbage truck then? How are
you handling this inside the black box?
Trent Jarvi
[EMAIL PROTECTED]
rxtx maintainer
http://jarvi.ezlink.com/rxtx/
typedefs_md.h but
I'm not convinced they are right.
Trent Jarvi
[EMAIL PROTECTED]
http://jarvi.ezlink.com/rxtx
[Typical problems]
> gcc -I /usr/local/lib/rxtx-1.2-beta-1 -I
/usr/local/lib/rxtx-1.2-beta-1/i586-pc-linux-gnulibc1 -I . -I
/usr/local/lib/java/jdk1.1//include -I
/usr/l
I have just built jikes on a Intel RH5.2 host.
When I invoke the compiler, it aborts w/a complaint about
not finding java.lang
What is java.lang and where do I get it?
TIA!
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Guy Cole (KQ6J) * "Expert Plain And Fan
On Thu, 21 Jan 1999, John Summerfield wrote:
> On Wed, 20 Jan 1999, Java Distribution wrote:
>
> > I have just built jikes on a Intel RH5.2 host.
> >
> > When I invoke the compiler, it aborts w/a complaint about
> > not finding java.lang
> >
> > What is
there should be any memory
problems and this error does not occur when running on
a single node. It's also disturbing that each java
process takes only about 40 percent of the processing
capacity on each node, even though it could go up to 7
percent or more. So, Sun's JDK 1.3 doesn't seem
Hi,
I want to read data from a file.
The data file: mydata.txt
First_Name, Last_Name, Age
John, Paul, 30
David, Lee, 26
:
:
Can I ignore the first line--> the Title and just read
from second line?
Thanks,
David
__
Do You Yahoo!?
Thousands of
Hi, there,
What I want to do is:
When the following code running,
print "try to be printed" to my default printer, NOT
my screen. Could you help me on it?
Thanks!! (Sorry for the basic stupid question)
David
***
public static void main (String args[])
ludes a method
>public static void main(java.lang.String[] args) {
>new HelpBrowser ().show ();
> }
>
>the classpath is set to:
> echo $CLASSPATH
>/usr/local/java/lib/classes.zip:/home/bboett/java/:/home/bboett/java/jmud/c
ommon:/home/bboett/java/jmud/server:/home/
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
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
You're right, you are missing something pretty basic.
If you have a method that must return type Object or any less specific
class than the class you KNOW it to be, you use an explicit cast when
referring to the returned reference. The Java runtime will issue a
run-time error if you ma
At 04:58 AM 10/5/98 -, Chi-Ming Yang wrote:
>Thanks Juergen, Mario, Dan, Dimitrios, and John.
>Is there a RPM for the latest Netscape? (4.06?)
>Why did Red Hat 5.1 give me an old Netscape?
>It seems that Netscape is not taking Java seriously. Too bad.
Netscape is taking Java ve
n't tell us what you are trying to do.
Another solution may be to create a script that contains "java Example".
>then I made the example executable:
> chmod u+x Example
>
>and then I ran it...
> ./Example
>
>I got the error message saying:
> &qu
It sounds to me like you FTP'd the file in ASCII mode rather than IMAGE
(binary) mode! You have a corrupted tar file.
At 08:46 AM 10/5/98 -0500, Bordelon wrote:
>I am fairly new to the Unix (esp. Linux) world. I am trying to set up a
small Linux server for my client in an effort to demonstrate
At 05:59 PM 10/6/98 -0400, Mehrdad Jahansoozi wrote:
>Greetings,
>
>Apparently, There is a confusion between JIT compiler, and JIT virtual
>machine( VM ).
And this isn't helping.
The JIT is not the Java compiler. It is the "just in time" compiler which
is also pla
At 01:14 PM 10/7/98 -0400, you wrote:
>Let me just put in my two cents as another newbie. It's a pain in the
>a** to have to RTFM all the time. Has anyone counted up all the
>thousands of pages of documents there are out there? Speaking as
>someone who has been R'ing TFM instead of asking, I ha
ndation that a new version of
>glibc needs to be installed. I think its quite risky to
>blindly install such a fundamental library. I would much sooner
>install a patch if indeed this is the problem. Another thing that was
>recommended was that I remove the linux libraries from the gr
Andrew,
I'd like to say, in the nicest way possible, your java installation isn't
using the correct libraries. Either you have a mixed set of libraries or
some mixed java code. I would suggest removing previous versions of java
that may use the old libc5 libraries, making sure you ha
>Hi everyone,
>
>I have couple of pure Java application daemons listening
>on sockets. Everything is going well {:). The only trouble is
>that Java interpreter is too big and I don't need AWT classes
>at all.
>
>Is it possible to get Java interpreter without X-window
At 01:50 PM 10/23/98 +0300, Pinca George wrote:
>hello world,
>
>I made a program useing symantec's classes.zip.
>
>It works fine on windows bat when I move it to Linux I get a nusty
>NullPointerException exception on the line :
>
>
>searchButton.setImageURL(symantec.itools.net.RelativeURL.getURL(
any help you can provide.
>
>Andy K.
Check which javac you are running. Sounds like you might have Kaffe
installed or an earlier version of Java.
you might try "which javac"
Douglas Toltzman
At 03:23 AM 10/26/98 -, Chi-Ming Yang wrote:
>Hi there,
> Is there a decent file explorer (manager) for Linux?
> I installed Red Hat 5.1. It comes with two file manager utilities, xtm
and mid-night command. I am new to Linux. I really have problem to get use
to it.
> I think it is not di
What has this got to do with Java on Linux ?
At 02:52 PM 10/23/98 -0500, Bryan Davis wrote:
>I havent gotten my Diamond G460 i740 card to work with X yet. So i put in
>my Graphics Blaster Extreeme 8 meg card and got a server from SusE site and
>it seems to be working fine but its ver
At 11:47 AM 10/29/98 -0700, you wrote:
>Hi all,
>I just installed the glibc verison of the blackdown JDK 1.1.6 and I am
>getting this error when trying to complile a simple program using javac.
>
>/usr/local/jdk116_v5/bin/../bin/i586/green_threads/java: error in loading
&g
ratio became intolerable)
At 03:30 PM 10/29/98 +0100, Ernst de Haan wrote:
>Hi Java gnurus,
>
>Concerning all the off-topic issues posted on this newsgroup lately:
>IMHO it's ok to use this network to bring things to the attention of the
>people on this list (i.e. not concern
At 03:40 PM 11/2/98 -0800, [EMAIL PROTECTED] wrote:
>> user who happens to work for IBM in the Research division, I've been
wondering
>> if some of the technology we have here could be useful to the Java on Linux
>> effort. More specifically, I was thinking that I
At 11:44 PM 11/4/98 -0500, Nelson Minar wrote:
>I'd really hate to see this list get dragged into a debate about
>Java Linux porting team politics. The folks who have donated their
>effort to bringing Java to Linux - all of them - have done a wonderful
>job. Thanks to you all!
Also, make sure you are running what you think you are running.
Do a "which java" and make sure you don't have a conflicting package like
Kaffe or older version of Java.
At 10:25 AM 11/6/98 -0500, Aleksey Sudakov wrote:
>: I am running the lates glibc version of jdk on a Pentiu
At 04:58 PM 11/26/98 +0800, optima wrote:
>hellow friend
>I can use the runtime object to exec() a "ls".
>But I can't invoke the command "passwd "
>because it need to comfirm the passwd .how can I do
>thank my linux fan.
If you aren't using shadow passwords, you can just locate the password in
t
To all the good people who are working hard to grow java on linux; I, for
one, appreciate your efforts. In my opinion, you are underpaid!
This recent barrage of criticism from new subscribers and wall flowers is
completely baseless. We need to make everyone aware that there is a 100%
money
It would appear from the stack-trace you provided that your servlet is
never executing. Its probably not even being loaded. The exception ...
>Failed to locate native function:
>java/util/zip/Inflater.init(Z)V
>java.lang.UnsatisfiedLinkError
>at java/util/zip/ZipFile.getInpu
before they led us down the
Java road. If Java is negatively impacted at the expense of all of us who
have invested our time and money in it, Sun is completely responsible.
According to Cringely, they should have been aware of a potential patent
filing.
Douglas Toltzman
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 around far longer than that patent.
For an
>example, pick any form of BASIC.
At 10:21 AM 12/7/98 -0800, David Wall wrote:
>>What is the idea of Java? Portable code.
>
>If that's all they claim, they will lose, since portable code has existed
>long before their patent. Now, portable code inside web browser may be
>different, though some might ar
>
> Anybody got any impressions on this Linux On A Disk deal? I'm not sure
> whether my system will handle three drives, but if not maybe I could
> replace the 1.0Gb with the 6.4Gb. I guess I'm still a little gun shy
> at installing Linux alongside NT, because I had some real headac
At 02:17 AM 12/12/98 -0800, Tauren Mills wrote:
>I'd highly recommend taking a look at MySQL. www.mysql.com
>
>I'm using RedHat 5.2, JRun 2.2.1, and MySQL with type 4 JDBC drivers. The
>database and JDBC drivers are free. The database is faster than anything
>else I've seen, including the big o
At 07:38 PM 12/12/98 -0500, Leo Cyr wrote:
>I too have had great success with postgresql (www.postgresql.org ;-) --
>I've used the driver and code I wrote on many platforms including 4.x+
>browsers and it works great so far.
>
>Is anyone using postgreSQL (6.3.2 or other) with postgresql.jar in any
just send a message to [EMAIL PROTECTED] put
"unsubscribe" in the subject of the message.
At 01:25 PM 12/16/98 -0500, Miguell Morillas wrote:
>Miguell Morillas wrote:
>>
>> > I don't want to receive any more mail.What can I do to unsubscribe from
>> this list?
>>
>> MIGUEL
>
At 05:00 PM 12/16/98 -0600, Moses DeJong wrote:
>I have not seen much about the native threads port for 1.1.7 in the
>mailing list archives. Is there anyone out there that has gotten the
>native threads version of 1.1.7a1 to work with JNI? I have an application
>that compiles and works on Solaris,
case, you would need to configure it to "trust" the win98 client.
You should ask this question on a mSQL forum. It is NOT a Java or JDBC
problem.
On Sat, 2 Jan 1999, Gao Lei wrote:
> Dear friends,
>
> When I use JDBC driver to connect the mSQL.
> I get following error m
There was a previous post on this;
reference "http://www.oakstrsft.com/~javanews/msg0110.htm"
On Wed, 6 Jan 1999, Rob Nugent wrote:
> I just noticed on jdk117_v1a that I no longer appear to be getting a
> keyPressed
> KeyEvent for backtab i.e. shift+tab. I get the event for the shift key
> on it
7;ve just found out why `d' isn't initialized ...
> it seems to be a dumb design decision in Java
> rather than a bug in the JVM.
>
> Rich.
>
> --
> - Richard Jones. Linux contractor London and SE areas.-
> -Very boring homepage at: http
You may have had Kaffe installed which resulted in the library complaint.
Do a "which java" to see if you are running Kaffe (it will be
/usr/bin/java rather than /usr/local/jdk...). Uninstall Kaffe and
uninstall libc5 if this is true. That should get you running.
Caveate: I'm
--- Begin Message ---
java-linux-digest DigestVolume 02 : Issue 36
Today's Topics:
JDialog.setVisible(true) -> iconifie [ Dick Repasky <[EMAIL PROTECTED] ]
Re: JDialog.setVisible(true) -> icon [ "Sudhir Kumar" <[EMAIL PROTECTED]&
Engineer @
/___\ \\ / Java Software Division (JSD)
/___/ \/ / /
/___/ / \//\ Sun Microsystems of Canada, Inc.
\___\//\ / / Americas Customer Engineering
\___/ / /\ /
\___/ \\ \ 140 Renfrew Drive, Suite 206
\___\ \\Markham, Ontario
47 matches
Mail list logo