genclass templates for Java? [Generic Java: drifting further off-topic]

1999-01-28 Thread Nathan Meyers

Nathan Meyers wrote:
> > Sorry to exclude you. I haven't touched pizza, which is older than GJ.
> > I've had good success with GJ until recently... but the recent
> > experience has been bad enough to make me rethink relying on it. My
> > current problems:

Two days after I sent my jeremiad about the state of Generic Java to
this readership, the Pizza/GJ mailing list springs back to life, I get a
response to my bug report, and I hear that the next release is days
away.

I don't claim credit for any of this :-).

If anyone else wants my opinion about GJ, leave me alone. It doesn't
belong on this list :-! :-<> .

Nathan Meyers
[EMAIL PROTECTED]



Re:libraries for jdk1.1.7

1999-01-28 Thread Andreas Rueckert

Hi!

On Thu, 28 Jan 1999 banibrata dutta wrote:
>hi javier,
>
>make a symbolic link "ln -s" to something like libX.so.
>to libX.so.2 (provided the anything is > 2). it should work.

"rpm -i --nodeps "   worked for me.

Ciao,
Andreas




JDK can't work with recent glibc

1999-01-28 Thread SHUDO Kazuyuki

Hi,

I've updated glibc from 2.0.7 to 2.0.110.
Then JDK 1.1.7v1a can't work at all.
Java command says,

  % java
  /usr/local/java/bin/i586/green_threads/java: error in loading shared libraries: 
/usr/local/java/lib/i586/green_threads/libjava.so: undefined symbol: _dl_symbol_value

Glibc 2.0.7 have a symbol _dl_symbol_value but 2.0.110
don't have it. I need JDK adapted to recent glibc.
Are there any plans?

Kazuyuki SHUDO  Happy Hacking!
  Muraoka Lab., Grad. School of Sci. & Eng., Waseda Univ.



Re: font.properties.ja

1999-01-28 Thread hiro

Hi, 

From: SHUDO Kazuyuki <[EMAIL PROTECTED]>
Subject: Re: font.properties.ja
Date: Thu, 28 Jan 1999 12:16:53 +0900

> We can handle Japanese characters with JDK for Linux. but,
> 
> JDK 1.1.7v1a for Linux has a bug that a `file.encoding'
> property isn't set correctly.

I don't know charactor encoding system exactlly. But I can use
Japanese charactors with followings.

javac -encoding iso-2022-jp AnySource

and

java -Dfile.encoding=iso-2022-jp AnyClass

If I'm standing on wrong point of view, I apologize you.

> Kazuyuki SHUDOHappy Hacking!
>   Muraoka Lab., Grad. School of Sci. & Eng., Waseda Univ.
> 

from hiro



Re: Help with port

1999-01-28 Thread Pallavi Gawande

Hi,

If this is not right  place to ask this question ,then please excuess
me.

Today,I visite site   http://www.opengroup.org/desktop/x/

There I found some information and that is as follows.

X Windows is hardware-independent. With X you can run Microsoft
Windows Applications on a UNIX workstation.

So, I want to know how it is possible.

I think you can help me.
Please replay me back and suggest some solution or give me some
direction from where I will get solution to my problem.

Thanks,
Pallavi.


_
DO YOU YAHOO!?
Get your free @yahoo.com address at http://mail.yahoo.com



Problem with fonts under Linux

1999-01-28 Thread Mihai Csaky




I wrote an application wich uses the JTree.class 
(com.sun.java.swing.JTree) and the font is not displaing 
correct indifferent of size 
or type, bun only under Linux (jdk116).
Can I correct this ?
 
 


Re: libraries for jdk1.1.7

1999-01-28 Thread Aaron Gaudio

This won't work, because there is no such thing as libX.so.. The
X11 libraries are libX11.so.6.1 (give or take a revision number). He
forgot the m in libXm.so.2 in his post (I'm almost sure of it), which is
the Motif library and you certainly don't want to link that to the X11
library.

And so the chronicles report that banibrata dutta spake thusly unto the masses:
> 
> hi javier,
> 
> make a symbolic link "ln -s" to something like libX.so.
> to libX.so.2 (provided the anything is > 2). it should work.
> 
> BTW, are u sure u have X installed?
> 
> reg,
> bd.
> -- 
> 
> Banibrata Dutta (PABX - 322) --->  [EMAIL PROTECTED]
> 
> ::: L I N U X   Choice of the GNU Generation :::
>   i eat Linux, drink Linux, sleep Linux, think Linux, use Linux
>   Win? Yuk!!
> ===
> 


-- 

¤¤
| Aaron Gaudio   mailto:[EMAIL PROTECTED] |
|http://www.rit.edu/~adg1653/|
¤¤
|  "The fool finds ignorance all around him. |
|  The wise man finds ignorance within." |
¤¤

Use of any of my email addresses is subject to the terms found at
http://www.rit.edu/~adg1653/email.shtml. By using any of my addresses, you
agree to be bound by the terms therein.



Re: JDK can't work with recent glibc

1999-01-28 Thread Aaron Gaudio

I wouldn't recommend glibc 2.0.110 (or 111 for that matter). Java isn't the
only thing it breaks (try compiling a C++ program that uses iostreams). It's
not ready for prime time just yet.

And so the chronicles report that SHUDO Kazuyuki spake thusly unto the masses:
> 
> Hi,
> 
> I've updated glibc from 2.0.7 to 2.0.110.
> Then JDK 1.1.7v1a can't work at all.
> Java command says,
> 
>   % java
>   /usr/local/java/bin/i586/green_threads/java: error in loading shared libraries: 
>/usr/local/java/lib/i586/green_threads/libjava.so: undefined symbol: _dl_symbol_value
> 
> Glibc 2.0.7 have a symbol _dl_symbol_value but 2.0.110
> don't have it. I need JDK adapted to recent glibc.
> Are there any plans?
> 
> Kazuyuki SHUDOHappy Hacking!
>   Muraoka Lab., Grad. School of Sci. & Eng., Waseda Univ.
> 


-- 

¤¤
| Aaron Gaudio   mailto:[EMAIL PROTECTED] |
|http://www.rit.edu/~adg1653/|
¤¤
|  "The fool finds ignorance all around him. |
|  The wise man finds ignorance within." |
¤¤

Use of any of my email addresses is subject to the terms found at
http://www.rit.edu/~adg1653/email.shtml. By using any of my addresses, you
agree to be bound by the terms therein.



Re:libraries for jdk1.1.7

1999-01-28 Thread banibrata dutta

hi javier,

make a symbolic link "ln -s" to something like libX.so.
to libX.so.2 (provided the anything is > 2). it should work.

BTW, are u sure u have X installed?

reg,
bd.
-- 

Banibrata Dutta (PABX - 322) --->  [EMAIL PROTECTED]

::: L I N U X   Choice of the GNU Generation :::
  i eat Linux, drink Linux, sleep Linux, think Linux, use Linux
  Win? Yuk!!
===



Visual Age

1999-01-28 Thread Ozer Irfan

In the Visual Composition with Visuage age for Java,
know you how connect Menu to a window ?

Thanks



Re: JDK can't work with recent glibc

1999-01-28 Thread Andreas Jaeger

> SHUDO Kazuyuki writes:

 > Hi,
 > I've updated glibc from 2.0.7 to 2.0.110.
 > Then JDK 1.1.7v1a can't work at all.
 > Java command says,

 >   % java
 >   /usr/local/java/bin/i586/green_threads/java: error in loading shared libraries: 
 >/usr/local/java/lib/i586/green_threads/libjava.so: undefined symbol: _dl_symbol_value

 > Glibc 2.0.7 have a symbol _dl_symbol_value but 2.0.110
 > don't have it. I need JDK adapted to recent glibc.
 > Are there any plans?

I've had the same problem and send a bug report.  One of the blackdown 
developers told me that this will be fixed in JDK 1.2.

The problem is that the JDK port uses an internal symbol
(_dl_symbol_value) instead of dlsym - and this internal symbol isn't
available in glibc 2.1 (2.0.110 is a test release of glibc 2.1).

Andreas
-- 
 Andreas Jaeger   [EMAIL PROTECTED][EMAIL PROTECTED]
  for pgp-key finger [EMAIL PROTECTED]



java-Informix-SE problem

1999-01-28 Thread Ben Newman

I've been playing around with the MetaData commands, but I keep running
into problems.  When I include the following chunk of code:

DatabaseMetaData mymetadata = con.getMetaData();
ResultSet metadata = mymetadata.getColumns(null, null, 
"custom", null);

I get this message

Error SQL: java.sql.SQLException: Column (colmin) not found in any table
in the query (or SLV is undefined). 

I can't find any info on colmin anywhere.  Any idea what I'm doing wrong?



Re: JDK can't work with recent glibc

1999-01-28 Thread Andreas Jaeger

> Aaron Gaudio writes:

Aaron> I wouldn't recommend glibc 2.0.110 (or 111 for that
Aaron> matter). Java isn't the only thing it breaks (try compiling a
Aaron> C++ program that uses iostreams). It's not ready for prime time
Aaron> just yet.

You did read the glibc FAQ that comes with glibc2.0.110 (especially
2.21.   What do I need for C++ development?).  I don't have problems
with iostreams - and neither have seen a bug report from you via the
glibcbug script which I would appreciate if there's really a problem.

Ok, this is getting off-topic now.  Please reply via personal email.

Andreas
-- 
 Andreas Jaeger   [EMAIL PROTECTED][EMAIL PROTECTED]
  for pgp-key finger [EMAIL PROTECTED]



Re: java-Informix-SE problem

1999-01-28 Thread Bill Glover

This is a problem with several databases which implement a jdbc or odbc
interface.
Basically the only way to be sure and get column information is to just
"select * from table_name where 1 = 2" that will give you an empty result set
from which you can grab column names. Then email informix and suggest they
get things fixed. (BTW same problem if you hit the server from windows with a
java client.)

Hope that helps
Bill

P.S. This is kind of off topic, so if you have any more questions just email
me directly.



unable to initialize

1999-01-28 Thread Greg Sarsons

I'm having trouble trying to run/compile java apps  when I try to
run compiled class I get the error

unable to initialize thread:  cannot find class /java/lang/Thread

Okay I've got something screewed up when I installed swing and java

here is my root profile  maybe someone can see what the heck is
wrong.

I've exported the path to jdk117_v1a/bin and included a CLASSPATH to
/jdk117_v1a/lib/classes.zip and the swing jar files.  What else should
be included. 

# .bash_profile

# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi

PATH=$PATH:$HOME/bin
ENV=$HOME/.bashrc
USERNAME="root"

JAVA_HOME=/usr/local/java/jdk117_v1a

CLASSPATH=/usr/local/java/jdk117_v1a/lib/classes.zip:/usr/local/java/swing-1.1/swingall.jar:/usr/local/java/swing-1.1/swing.jar:../.:/usr/local/java/swing-1.1/motif.jar

export PATH=/usr/local/java/jdk117_v1a/bin:$PATH

export USERNAME ENV PATH JAVA_HOME CLASSPATH

-- 

[EMAIL PROTECTED](Greg Sarsons) 

__oooO--(_)--Oooo_
   / O O \
   \ ~ ~ /
"