Re: Non mofit AWT.

1999-04-06 Thread Maksim Lin
Nathan Meyers wrote: > > Jonathan Mark Brooks wrote: > > > > I suspect that they didn't get the point. What people are asking for is > > that the graphical elements of java be implemented with GTK+ rather than > > Motif or some other platform specific GUI kit (GTK exists for win32 now as > > wel

Re: Why rmiregistry fail

1999-04-06 Thread Chris Abbey
>java.rmi.ServerException: Server RemoteException; nested exception is: >java.rmi.AccessException: Registry.rebind 10.103.34.2/10.103.34.2 != >java.zj.cninfo.net/10.103.34.5 This exception is what happens when a host on node A attempts to bind an object in the registry of host on node

Re: I have a big problem with Sun I retract !

1999-04-06 Thread Michael Emmel
Dimitris Vyzovitis wrote: > Rob Nugent wrote: > > > Mike, > > > > In my experience the Sun bug reporting system does not work well. I stopped using >it > > since I was just burning cycles and getting annoyed. > > > > I even had a generic defect returned as 'user error' which the Blackdown folks

Re: I have a big problem with Sun

1999-04-06 Thread Dimitris Vyzovitis
Rob Nugent wrote: > Mike, > > In my experience the Sun bug reporting system does not work well. I stopped using it > since I was just burning cycles and getting annoyed. > > I even had a generic defect returned as 'user error' which the Blackdown folks > has already diagnosed and fixed and suppli

Re: jdk1.2

1999-04-06 Thread Moses DeJong
You need to add swingall.jar to your classpath. After doing that double check to see that it can find the class by running. javap javax.swing.Jpanel You should see the public API printed to the screen. later mo On Tue, 6 Apr 1999, Hasan Mahmood wrote: > Hello. > > I downloaded the new previe

jdk1.2

1999-04-06 Thread Hasan Mahmood
Hello. I downloaded the new preview release of jdk from your site and also patched my kernel with Alan Cox's 2.0.37 patch. Still I am getting the following error when I try to run the demo jfc classes: java.lang.ClassNotFoundException: javax/swing/JPanel this is after I type in java Not

Re: Recompilation only when needed

1999-04-06 Thread Nelson Minar
This question is only marginally Linux related, but since Linux javac is so slow, it's a special concern for us :-) >I have been trying to get javac (1.1.7 for linux) to recompile only >those java-files newer than their class-files. This stuff doesn't work very well. javac -depend is undependabl

Re: Recompilation only when needed

1999-04-06 Thread Michael Sinz
On Tue, 06 Apr 1999 20:39:54 +, Jonas Holmberg wrote: >I have been trying to get javac (1.1.7 for linux) to recompile only >those java-files newer than their class-files. Sun's documentation tells >me that the "most-recent-change-times" of the files are checked if both >the java- and the clas

Problem with Swing Component

1999-04-06 Thread Dennis W. McCabe
Hi,   I am using Red Hat version 2.0.36   I have compiled all of our server code with no problem.   When I go to compile the client it gets an error when it reaches new JLabel statement. I am very close to getting the entire product compiled. Any help will be greatly appreciated.   Below is t

Recompilation only when needed

1999-04-06 Thread Jonas Holmberg
I have been trying to get javac (1.1.7 for linux) to recompile only those java-files newer than their class-files. Sun's documentation tells me that the "most-recent-change-times" of the files are checked if both the java- and the class-files are found in -classpath or CLASSPATH, but it doesn't se

...

1999-04-06 Thread Riyad Kalla
What is going on with JDK 1.2 as far as a stable full release is concerned? Is there a technical hold up, or is porting it really this slow? I've asked Sun this 2x and Blackdown about 4x, and never gotten a response, so I'll just keep asking. I don't think its THAT time consuming to where you can

where to get kernel 2.0.37 plus patch

1999-04-06 Thread Eric House
Hi! First, thanks for all the work you've done to get 1.2 onto Linux. Second, a suggestion: could you put a link from your site (where you mention that kernel 2.0.37 plus a patch is required for 1.2) to the place where that kernel and patch can be found? The kernel archives stop at 2.0.36 T

Re: source

1999-04-06 Thread Nigel Gamble
On Mon, 5 Apr 1999, Danno Ferrin wrote: > When is source code going to be released? Dose the whole chart have to > go green before sun will let you do that? I think Steve is planning to release the source diffs once the final binary release is ready. Remember that only a pre-release is availabl

Re: Non mofit AWT.

1999-04-06 Thread Nigel Gamble
On Tue, 6 Apr 1999, Robb Shecter wrote: > Is it me, or did the original question get kind of lost here. :) The original question was originally answered at the beginning of this thread. > So the question is whether some runtime-license-free library could be used > instead. Is this possible? Ye

Re: retriev the oracle data! PROBLEM?????

1999-04-06 Thread sgee
you will need to "create a statement" using /* S N I P P L E T ***/ stmt = conn.createStatement(); where conn is your connection. /* S N I P P L E T ***/ Steve Gee Java Developer Maxor National Pharmacies Information Technologies [EMAIL PROTECTED

Re: SQLJ

1999-04-06 Thread Juergen Sonnauer
SQLJ from Oracle is a precompiler and a JDBC wrapper library for embedded SQL. More infos at: http://ourworld.compuserve.com/homepages/huebenthal/js0199.htm or: http://www.oracle.com/st/products/jdbc/sqlj/ Regards, Juergen Ozer Irfan wrote: > > Hello, > > Anybody know how prog

Re: [ANNOUNCE] Xenon-SQL 2.3.5.8 Release

1999-04-06 Thread peter . pilgrim
I think the DEMON FTP site is a couple days behind because of Easter Hols. (The bandwidth is restricted at the DEMON homepages, hence the FTP site is better (when DEMON decides to upload files!)) I suggest you install ``WinZip'' and jump to my home pages `www.xenonsoft.demon.co.uk/software' and

SQLJ

1999-04-06 Thread Ozer Irfan
Hello, Anybody know how programming in sqlj ? I use Visual Age for Java. Which programs I need ? Thanks. Irfan -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED

Re: Non mofit AWT.

1999-04-06 Thread Peter Dunkley
What about using lesstif? It's supposed to be compatible with motif, and free. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Non mofit AWT.

1999-04-06 Thread Robb Shecter
Hi, Is it me, or did the original question get kind of lost here. :) To me, the issue isn't so much whether AWT is great or not, or whether it should still be used... The problem is that at some point, Motif calls must be made from Java/Linux, and thus the motif library must be there. And, for

Re: Just thinking about VM

1999-04-06 Thread Robb Shecter
Hi, Check out this page: "Programming Languages for the Java Virtual Machine" http://grunge.cs.tu-berlin.de/~tolk/vmlanguages.html See the "Lisp and co." section. Not exactly what you were talking about, but definitely interesting. - Robb

Re: Non mofit AWT.

1999-04-06 Thread peter . pilgrim
Ah Yes they exist for internal frames inside a JDesktopPane, but they do not exist for the native windows of which java.awt.Frame is clearly meant to support. For example `java.awt.Frame.deiconifyWindow()' would programmatically popup your native window frame if it was iconified. This makes sens

Re: Non mofit AWT.

1999-04-06 Thread Michael Emmel
[EMAIL PROTECTED] wrote: > "Java to have it own windowing system" > > H ... Well I think it needs to write a some new API calls like below: > > void java.awt.Frame.iconifyWindow() > " java.awt.Frame.deiconifyWindow() > " java.awt.Frame.raiseWindow() > java.awt.Frame.low

Re: Non mofit AWT.

1999-04-06 Thread peter . pilgrim
"Java to have it own windowing system" H ... Well I think it needs to write a some new API calls like below: void java.awt.Frame.iconifyWindow() " java.awt.Frame.deiconifyWindow() " java.awt.Frame.raiseWindow() java.awt.Frame.lowerWindow() java.awt.Frame.raiseT

Re: I have a big problem with Sun

1999-04-06 Thread Rob Nugent
Mike, In my experience the Sun bug reporting system does not work well. I stopped using it since I was just burning cycles and getting annoyed. I even had a generic defect returned as 'user error' which the Blackdown folks has already diagnosed and fixed and supplied the defect line number for m

Re: InetAddress

1999-04-06 Thread Michael Nielsen
"M. Suresh Babu" wrote: > > Hello everyone, > > Im just switched over to 1.2 in linux (nice work!). Im facing one > problem. i dunno if it is a bug or correction in new release. > > Using 1.1.7, the static method 'InetAddress.getLocalHost()' returns > the local machine address. > >

trouble with Jini sample code

1999-04-06 Thread Jota Matsubara
Hello. Could someone please help me on this? I'm having trouble running Jini sample code which came with the package on my linux box. The environment is: --- jdk: blackdown's jdk1.2 version pre-release 1 kernel: 2.0.36 distribution: basically Debian-slink --- The reason I'm not using the re

Why rmiregistry fail

1999-04-06 Thread optima
Hello my linux and java fan ! I develop a rmi enable program with 1.1.7 on redhat 5.2 with kernal 2.2 It work well so cool !(I use Jsp and rmi in it ). But When I change my computer address ,(I user the xwin program netconfig to change the hosts file ,eth address defalut gateway ),the

source

1999-04-06 Thread Danno Ferrin
When is source code going to be released? Dose the whole chart have to go green before sun will let you do that? --Danno -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PR

How soon for a glibc 2.1.1 supported JDK?

1999-04-06 Thread Steve Frampton
Hello: I've just found out that the Blackdown port of the JDK does not work under glibc 2.1.1, and that a supported version would be made available soon. I am fairly desperate to get a supported version, and was wondering when one might be made available. Also, is the JDK porting project not an

retriev the oracle data! PROBLEM?????

1999-04-06 Thread Chien-Lung Wu
Dear friends: I got some problem when I tried to retrieve data from oracle. Following is part of my code * . /* create table*/ String createString; createString = "create table ATMSimulation " + "(USR_ID VARCHAR(20), "