you're using java_g right? try running a hello world class with the -tm
command line switch to test the binaries:
java_g -tm helloWorld
Works for Me (TM) on blackdown 117 v1a, green or native. -=Chris
cabbey at home dot net <*> http://members.home.net/cabbey
I want a binary interf
James,
>From one newbie to another, thanks :^)
I downloaded jdk1.2pre-v2.tar.bz2 from
metalabs.unc.edu/pub/linux/devel/lang/java/java/blackdown.org/JDK-1.2/i386/p
re-v2/glibc2.0/
Don't you love short names? Now the question is how do I determine whether
I'm running glib or libc5? I think this
On Fri, 15 Oct 1999, Robert Simmons wrote:
>
> - 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
I've been trying to get the Runtime.traceMethodCalls() and the
Runtime.traceInstructions working in Java under linux for quiet some time, and
can't seem to figure out what I'm doing wrong.
I'm starting to wonder if they are implemented at all in the Linux version, or
if I have to do some special
> From: Bobby Hitt
> /usr/local/jdk1.2/bin/i386/native_threads/java: error in loading
> shared libraries
> /lib/libjvm.so: undefined symbol: __bzero
I guess you're using JDK for glibc 2.1 on a system based on glibc 2.0.
You must use the JDK corresponding to your libc.
Kazuyuki SHUDO
>
>
> Such is the problem there are times where I dont want the user to be able
> to alter a returned object's state.
>
Thats easy just add a lock variable that take the ( Caller) as a prameter to
set.
Or its not public.
Check that on each method invoction which effects state.
I'm not sure of
Prolly your lib path isnt set. Do a
set LDLIBRARYPATH =
$LDLIBRARYPATH:/usr/local/jdk/lib
export LDLIBRARYPATH
in your .bash_profile
or if you are sys admin su to root and alter
/etc/ ld.config appropriately (like i did) allowing the change for all
users.
As for not having X, you are gon
THe docs are a separate download. Get them from java.sun.com
- Original Message -
From: Alex M. <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Thursday, October 14, 1999 3:30 PM
Subject: Re: Where is it?
> You get those from java.sun.com, docs and apis.
>
> On
- 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:
> >
> > On Wed, 13 Oct 1999, Robert Simmons wro
- 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:
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
Hello all,
I'm a Java newbie, so please bear with
me.
I'm trying to compile and install webmail, which
uses java. When I try to compile, I get this error:
/usr/local/jdk1.2/bin/i386/native_threads/java: error in
loading shared libraries/lib/libjvm.so: undefined symbol:
__bzero
I down
On Fri, Oct 15, 1999 at 01:37:10PM -0500, [EMAIL PROTECTED] wrote:
> Hi:
>
> We got a few questions on deployment with Blackdown. It would be
> appreciated if someone could help.
>
> Q1: After we finish a Java application development on Windows NT 4.0 (Intel)
> with VisualCafe 3.0, is it possib
On Fri, Oct 15, 1999 at 03:57:50PM -0600, Yohans Mendoza wrote:
> hi all, I was under the impression that the escape character in java was
> \.
> is that correct?
It depends. If your talking about string literals your correct. If you need
to escape some characters in strings used for MessageForma
I've downloaded for installation on
an i386 machine running Red Hat Linux 6.0.
The readme says "All Java-Linux ports share a common set of source
patches. These are located in the 'common' directory for each major
JDK revision." For the revision I've downloaded, that would be the
file . Do I
yes
On Fri, 15 Oct 1999, Yohans Mendoza wrote:
> hi all, I was under the impression that the escape character in java was
> \.
> is that correct?
>
> TIA
>
> --Yohans
>
>
> ~
> Yohans Mendoza
hi all, I was under the impression that the escape character in java was
\.
is that correct?
TIA
--Yohans
~
Yohans Mendoza Unix Administrator
[EMAIL PROTECTED]Sirius Images Inc.
Hi:
We got a few questions on deployment with Blackdown. It would be
appreciated if someone could help.
Q1: After we finish a Java application development on Windows NT 4.0 (Intel)
with VisualCafe 3.0, is it possible to include everything** on a CD, and let
user run the Java application from th
There is an interface called "mm.mysql.jdbc" at
http://www.worldserver.com/mm.mysql/
I've used it and it works well.
Matt Welsh, UC Berkeley
Brian Gilman <[EMAIL PROTECTED]> writes:
> Hello all!
>
> although this is not *exactly* a java Linux question, I
> believe it is close e
Jacob Nikom <[EMAIL PROTECTED]> writes:
> Currently our traffic is not bad at all. We have about 10 - 15
> messages per day. This is not a lot comparing for example with
> Java for Media Framework listserver - more than 30 per day.
Multiply 10-15 msgs/day with the number of mailing lists I'm on
Brian Gilman <[EMAIL PROTECTED]>,
I'm using Mark Matthews's MySQL JDBC driver and it is working
great! You can find it at:
http://www.worldserver.com/mm.mysql/>
Brent Allsop
--
To UNSUBSCRIBE, e
On Friday Oct 15, 1999, Jacob Nikom wrote:
> I don't see too much harm in asking little more generic
> questions. One of our purpose is to learn from someone
> else problems. The more good and meaningful problems we
> have, the better.
>
> It is really difficult to classify the question befo
On Fri, 15 Oct 1999, Peter Pilgrim wrote:
> In fact code is wrong, at least in the conditionals statements.
> Sorry about that
>
> public static NetworkPrinter getInstance()
>{
> // Point *A*
>if ( thePrinter == null ) {
> // Thread S
How do
I unsubscribe from the java-linux-digest mailing list?
[EMAIL PROTECTED]
-Original Message-From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]Sent: Friday,
October 15, 1999 7:06 AMTo:
[EMAIL PROTECTED]Subject: java-linux-digest Digest
V99 #49
> -Original Message-
> From: Nicholas Wright [mailto:[EMAIL PROTECTED]]
> Sent: Friday, October 15, 1999 4:09 AM
> To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Subject: Re: reminder - this list is for Java & Linux
>
>
> Hi
>
> > We've had a lot of discussions on the list recently that
Hi,
I don't see too much harm in asking little more generic
questions. One of our purpose is to learn from someone
else problems. The more good and meaningful problems we
have, the better.
It is really difficult to classify the question before you know
the answer: is it Java - Linux, Linux or
[EMAIL PROTECTED] wrote:
>
> Marc, I don't entirely understand what you have pointed out here. It sounds
>important, but I have to admit I don't get it.
> Do you mean to say that, for proper synchronization, we must synchronize the whole
>getInstance method? I would think that if
> another th
The best one that we have been using for our producrtion environment (hundreds of
concurrent users) is MM mySQL type-4 JDBC driver of Mark Matthews at
http://www.worldserver.com/mm.mysql Version 1.2 is good. It also supports JDBC2.0 spec
(I have not tested yet BTW).
Just to remind: it works be
On Mon, 11 Oct 1999, Jacob Nikom wrote:
> Date: Mon, 11 Oct 1999 12:23:55 -0400
> From: Jacob Nikom <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]
> Subject: Re: Changing the font on Swing slider
>
> Hi Philippe,
>
> Thank you very much for your suggestion - it work very we
Hi
> We've had a lot of discussions on the list recently that were generic
> questions about Java, questions that had nothing to do with Linux. I'm
> sending this note to remind everyone that this mailing list is about
> Java on Linux. If you have generic Java questions, they do not belong
> here
I suggest you see:
http://www.blackdown.org/java-linux/jdk1.2-status/java-3d-status.html
I've had it working on RedHat 6.0
Rob
[EMAIL PROTECTED] wrote:
> Ladies, Gentlemen:
>
> Greetings once again!
>
> I've been looking at some stuff concerning the 3D API over at the Java
> Developers Connec
Hi Brian
There are two available drivers for MySQL.
http://www.tcx.se/Contrib/
Look for JDBC. :-)
I use the mm.mysql driver, the twz driver seems to be a little overkil.
Best regards
--Jools
P.S.
If you have any Linux JDBC questions, TCX have there own mailing list, I
suggest that you jo
32 matches
Mail list logo