To optimze or not

2000-11-03 Thread Patrick LAM
Shameless self-promotion: The Soot framework developed at McGill University (www.sable.mcgill.ca/soot) does Java optimization. You can run your programs through Soot and they should come out a bit faster. Instructions for doing so are found at http://www.sable.mcgill.ca/soot/tutorial/optimizer

[Fwd: File permissions]

2000-08-01 Thread Patrick Ohnewein
Guess the first send didn't work Patrick Ohnewein wrote: > > Now I have a Java app which creates files. > Everything works as espected but the created files get the wrong file > permissions. > > The user which uses the app has the following attributes: > NAME: patr

File permissions

2000-08-01 Thread Patrick Ohnewein
Now I have a Java app which creates files. Everything works as espected but the created files get the wrong file permissions. The user which uses the app has the following attributes: NAME: patrick GROUP: users UMASK: 022 creating the file Test.dat in the directory /Test with the following

Re: How to Read files belong to client

2000-07-26 Thread Patrick Tsoi-A-Sue
This is a solution with a perl script on the server. I suppose you could replace the server script with java. Include this form on your web page: http://yourserver/cgi-bin/savefile.pl> Here is the server script to receive the file savefile.pl. # - savefile.pl # Receive file name and file

RE: JDBC-ODBC for Linux

2000-07-06 Thread Patrick Lacson
Thanks for the tip. I ended up just scrapping the Access DB and using SQL Server. -P -Original Message- From: Christopher Smith [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 06, 2000 6:17 PM To: Patrick Lacson Cc: [EMAIL PROTECTED] Subject: Re: JDBC-ODBC for Linux --On Thursday

JDBC-ODBC for Linux

2000-07-06 Thread Patrick Lacson
Newbie question: Is it possible to have an Access datbase file located on the linux box and connect to it using the free Sun JDBC-ODBC driver? If so where can I find more info. TIA! -Patrick -- To UNSUBSCRIBE, email to

Re: THEY WORK AGAIN!!!

2000-07-04 Thread Patrick Ohnewein
Ohh the links work now I guess they just had a server crash cu patrick Patrick Ohnewein wrote: > > I posted a report to IBM reporting the problem, I've got the response > they forwarded the report to the webmaster :-<, may be I will ever get > to a download :-) >

Re: IBM 1.3 full release

2000-07-04 Thread Patrick Ohnewein
I posted a report to IBM reporting the problem, I've got the response they forwarded the report to the webmaster :-<, may be I will ever get to a download :-) cu patrick p.s. I will check the links again later, may be there was just a server down, may be they us MS servers :-) Jul

Re: IBM 1.3 full release

2000-07-03 Thread Patrick Ohnewein
Some of u managed to download the packages?? I managed to register me, give them all my infos :-( and after loosing time I came across this ugly page filled up with broken links. Would realy like to know if they had there links ever working thanks patrick

Re: Anyone using blackdown jdk on SMP linux?

2000-06-26 Thread Patrick LAM
We've experienced the `java.lang.IllegalMonitorStateException: current thread not owner' exception after we run some of our test programs through Soot, our Java bytecode analysis framework. Strangely enough, the exception does not occur on the original copies of the programs, only after we Sootif

RE: J2SEE 1.3 on SuSE Linux 6.4 with SuSE Kernel

2000-06-07 Thread Patrick Lacson
I just downloaded jdk 1.3 for Linux from Sun's web site and sure enough your tip WORKED!! I ran my code prior to applying a zero value for the heap-stack-gap and I always get a seg fault. Thanks!! -Patrick L -Original Message- From: Carsten Hoeger [mailto:[EMAIL PROTECTED]]

HotSpot ??

2000-06-05 Thread Patrick Lacson
Can someone explain to me the advantage of JIT compilers? It's obviously faster .. I've been doing some recusion testing and the Sun JDK 1.3 for Linux runs on average 3 times faster than the jdk 1.2.2 rc4 from blackdown.org. Here's my very simple nchoosek recursive method: /** nchoosek recursiv

SMP ok?

2000-04-02 Thread Patrick LAM
Until this question was asked, we had assumed that SMP runs fine on our dual-processor PII machines. However, come to think of it, the SPEC JVM benchmark mtrt does tend to randomly fail. We just ignored this failure, but it might indeed be due to JVM flakiness. (We don't actually write multithr

REQUEST for voters!!!!!

2000-01-10 Thread Patrick Ohnewein
s not willing or doesn't want to find the time to implement it. Now I would like to ask u all to view the RFE #4137899 and it's related and if u think, like I do, it's time for java applications to be able to do the requested thinks, PLEASE VOTE #4137899 Thx in adv

Re: Some benchmark results.

1999-12-09 Thread Patrick LAM
On Thu, 9 Dec 1999, Mark Christiaens wrote: > I'm not familiar with this benchmark. What is better? Higher or lower > values? Can these benchmarks also be run on a 1.1 JVM? I'm especially > interested in the IBM machine which is 1.1.8. We have results from IBM's 1.1.8 somewhere around here,

Some benchmark results.

1999-12-08 Thread Patrick LAM
I ran a few benchmarks to compare the different JVM's out there, on the SPEC benchmarks plus two of our internal benchmarks, sablecc (a parser generator), and soot, a frozen version of our analysis framework. Here are the results. These results are not scientific; in particular, I only ran each

Re: Thread in the Linux's JVM

1999-11-22 Thread Patrick J. McNerthney
> I don't know if you know this or not but hitting [CTRL][\] (control backslash) > will cause your application to dump a full stack trace of all your threads. > Very handy for debugging. I was just trying to figure how to do this in Linux, I am use to the CTRL-BREAK combo in NT. I just tried thi

Re: java 1.1.7/Linux Thread switching

1999-11-01 Thread Patrick Taylor
My thanks to everyone for the replies about thread interleaving. The other thing I'm still trying to sort out is this issue with native threads in jdk 1.1.7v3 and redhat 6.0 (with glibc 2.1). There seems to be a library mismatch or something. A simple threaded p

Re: classpath

1999-10-29 Thread Patrick Ohnewein
e and our patches will have no effect! I guess this shouldn't be the problem, but u could even check if there is the TAG in your java command. Or ensure that u don't have an other swing jar in ur classpath. Hope this could help Patrick Adam Carheden wrote: > > First, I d

Re: GUI Design Question

1999-10-28 Thread Patrick Ohnewein
ener into the JPanel, by sure not class XX extends JPanel implements ActionListener Only alternative could be to make an innerclass of JPanel implement the interface. About the actionListener, u could use Action instead, is more powerfull! Hope I could help a little Patrick p.s. I gue

Re: Getting jdk1.2 to run

1999-10-28 Thread Patrick Ohnewein
or comment Patrick Jo Uthus wrote: > > Gordon Lindsay wrote: > > | I have unziped into a directory and when i go into the bin > | directory, and type > | java or javc or any of the jdk commands, it returns > | '#bash: javac unknown command'. > > 1. Unpa

Re: java-linux-digest Digest V99 #54

1999-10-18 Thread Patrick LAM
> I wonder how much speedup can be achieved by using tools like > Jopt ( http://www-i2.informatik.rwth-aachen.de/~markusj ). Are there any > benchmarks yet? If you keep an eye on the Sable website, by next week there will be a technical report describing how much speedup you can obtain with inlin

JAVA on LINUX (RedHat 6.0)

1999-10-02 Thread Patrick M. Alleyne
s/4    S    14:33   0:00 /opt/jdk1.2/bin/i386/native_threads/rmid -log /export2/jiniuser/logs/   Any thoughts would be great !   Patrick M. Alleyne[EMAIL PROTECTED]  

Re: Swing PLAF color properties?

1999-09-16 Thread Patrick Ohnewein
Check out UIManager.getColor(String) and for the keys check out http://www.gargoylesoftware.com/papers/plafdiff.html there are shown the differences, but I look to it very ofter to get the right keys! Hope this helps Patrick Jani Mikkonen wrote: > > Actually my question is not s

unsubscribe

1999-09-11 Thread Patrick & Freda
 

JDBC - ODBC Bridge on Linux

1999-08-27 Thread Patrick & Freda
version ?Please advise.. thanks Patrick

Re: Strange timings for pre-v2 under Linux.

1999-07-05 Thread Patrick LAM
On Sun, 4 Jul 1999, Albrecht Kleine wrote: > > I forgot to mention that the machines are running the x86 JIT. Our next > > step is to find a way to run the Solaris versions of JDK1.2 and see what > > those numbers look like. > > TYA jit 1.4 on a plain P200 jdk1.2 > takes 100 sec for myprog_stat

Re: Strange timings for pre-v2 under Linux.

1999-07-03 Thread Patrick LAM
On Sat, 3 Jul 1999, Nick Lawson wrote: > My first guess would be that the jit is better at static calls than virtual. > Nick > > > There are strange timings for the following programs. In particular, the > > static version runs at about half the speed of the nonstatic version, > > which seems b

Re: Strange timings for pre-v2 under Linux.

1999-07-02 Thread Patrick LAM
I forgot to mention that the machines are running the x86 JIT. Our next step is to find a way to run the Solaris versions of JDK1.2 and see what those numbers look like. pat On Fri, 2 Jul 1999, Patrick LAM wrote: > We have some machines running Debian 2.1 here (libc 5.4.46), and we

Strange timings for pre-v2 under Linux.

1999-07-02 Thread Patrick LAM
We have some machines running Debian 2.1 here (libc 5.4.46), and we are running the pre-v2 Linux port of Java. There are strange timings for the following programs. In particular, the static version runs at about half the speed of the nonstatic version, which seems backwards; static takes 232s a

Newbie: Anyone know what library path is?

1999-05-21 Thread Patrick Tsoi-A-Sue
Trying to compile a java program for the first time on linux using the following: $ CLASSPATH=~/java:/usr/lib/jdk1.1.5/lib $ export CLASSPATH $ javac Console.java No library path set. Cannot find essential class 'java/lang/Object' in class library ... aborting. $ How do I set library path. Than

Re: java versus c++ or perl

1999-05-07 Thread Patrick Lamb
I'd like to add three things to Ted's comments. With respect to speed, if you want to get running quickly, perl is probably faster to write and debug than either Java or C++ (if you are equally fluent in all three languages). If you are writing something to be called through CGI, perl's CGI.pm

Re: KDE PLAF

1999-03-25 Thread Patrick Ohnewein
Would even be interested, do you have some web page, or do you plan to include it in the jgt project? P@ Andreas Rueckert wrote: > > Hi! > > Somewhat OT(?): > Since I don't like the other PLAFs, I've started to create a KDE PLAF. Far from > completion, but some stuff already works (on JDK 1.1.

Re: System.runFinalizersOnExit

1999-02-23 Thread Patrick Ohnewein
I don't know if it works in the blackdown port. I only know that the problem with running finalizers is that they get called sequencely and that leads to problems, because in a complex reference structure they shouldn't get called sequencely but depending on the structure, but that's very difficu

jdk1.2 web site

1999-02-19 Thread Patrick Ohnewein
I know everybody asks when the jdk1.2 for linux will be released. This mail is not one of them. There was a post from a blackdown member that he wants to put a site about the status of the jdk, now I am waiting hard for it. Could you put up the site, even if it doesn't contain more than nothing,

RE: problem jdk1.2

1999-02-17 Thread Patrick Lam
that simple. BTW, I have both jdk1.2 and MS SDK 3.1 and MS VM (latest) installed. Any pointer?? Thanks. Patrick. -Original Message- From: Ozer Irfan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 17, 1999 6:23 AM To: Carl H. Sayres Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: pro

About jdk1.2

1999-02-01 Thread Patrick Ohnewein
On your home page there is written, that ports for x86 are ready, couldn't you give it for beta test to developers?? Thank you P@ -- - Save software competition, use Linux and Java! mailto:[EMAIL PROTECTED]

RE: Problem

1999-01-27 Thread Patrick W. O'Neill
estra wrote: > What I funny rabbit it is !?! > Why do you need to fork a process for every recursive step ? > > > -Original Message----- > > From: Patrick W. O'Neill [mailto:[EMAIL PROTECTED]] > > Sent: Tuesday, January 26, 1999 19:42 > > To: Michael Sinz >

Problem

1999-01-26 Thread Patrick W. O'Neill
I apologize if this is the incorrect place to send this, I tried submitting a bug report but I don't know if it got through, and it is important that I resolve this ASAP. I have a problem with JDK1.1.7-v1a running green threads. I am running basic fibonacci code, using the recursive algorithm an

port information

1999-01-20 Thread Patrick W. O'Neill
on of Sun's JVM (mainly in thread performance), so I didn't want to use something like Kaffe. Thanks for any information. Patrick O'Neill

Java inlining

1999-01-16 Thread Patrick LAM
What you've mentioned is known as method inlining. The Soot framework does this optimization on Java classfiles. (Why classfiles? See the technical report at http://www.sable.mcgill.ca/publications/sable-tr-1999-3.ps "Optimizing Java Bytecode using the Soot Framework: Is it feasible?" for a r

Re: JDK1.2

1999-01-12 Thread Patrick
DAMMIT!!! Why don't we just make a join message that says "The damn JDK1.2 (Java 2) isn't. Don't ask." - On Tue, 12 Jan 1999 [EMAIL PROTECTED] wrote: > > > Hi guys, > > Just wondering about the status of JDK1.2 (a.k.a

Re: Plug In

1999-01-12 Thread Patrick
www.blackdown.org Follow the link to java/linux. Its somewhere on that page. - On Tue, 12 Jan 1999, Matt Choate wrote: > > Do you know where I can download the port of the Java Plug-in for Linux? > > Thanks > Matt > > ___

Re: setting up swing

1999-01-12 Thread Patrick
You just need to set the CLASSPATH and export it in the bashrc and include the files for it. There are docs for it with it. - On Mon, 11 Jan 1999, Brett Jones wrote: > Could someone point me to some docs on setting up swing.

Re: which linux/chip?

1999-01-11 Thread Patrick
I am a full time java developer. The firm I work for originally ran on NT/95 and we had serious crash problems. Plus the machine had to be reboot to allow servlets to work, etc. I took my AMDK6-2 233mhz and put redhat on it with the blackdown jdk, and it is absolutly awesome. I recommend to stick

Re: subscribe

1999-01-04 Thread Patrick
only stands to reason its using a local jvm. But, in thinking about that, maybe it doesn't. I don't know. Netscape sucks anyway. I just use lynx and appletviewer. grin... - On Mon, 4 Jan 1999, Rachel Greenham wrote:

Re: subscribe

1999-01-04 Thread Patrick
500 (EST), Patrick wrote: > > >Well, running 1.1.6 CLASSPATH doesn't work. At all. Its all set up to > >point ot classes.zip and 2 JMF jar files. if I put it in command line > >(java -classpath $CLASSPATH CLASS) it works geat. > > Strange. What "java"

Re: subscribe

1999-01-04 Thread Patrick
wrote: > On Mon, 4 Jan 1999 15:48:32 -0500 (EST), Patrick wrote: > > >Well, running 1.1.6 CLASSPATH doesn't work. At all. Its all set up to > >point ot classes.zip and 2 JMF jar files. if I put it in command line > >(java -classpath $CLASSPATH CLASS) it works geat.

Re: subscribe

1999-01-04 Thread Patrick
Any hints? - On Mon, 4 Jan 1999, Michael Sinz wrote: > On Mon, 4 Jan 1999 15:24:26 -0500 (EST), Patrick wrote: > > >Is there anyway I can force the runtime from the blackdown port to read > >the CLASSPATH variable? > > > >I am having troub

Re: subscribe

1999-01-04 Thread Patrick
Is there anyway I can force the runtime from the blackdown port to read the CLASSPATH variable? I am having trouble getting the JMF working w/o appending the command line. I think that is also the reason that Netscape isn't working with it, based on the JMF diag page from sun. Thanks. ---

Re: How to get VisiBroker for Java on Linux running?

1998-12-04 Thread Jonathan Patrick O'Neil
On Fri, Dec. 4 1998 Marcel Ruff wrote: > 1) > I tried running our CORBA-VisiBroker stuff on Linux, > it compiles well, but my clients and servers can't find > the Naming Service running on a AIX box (with a running > osagent/gatekeeper) > How does this URL-naming look like ??? > The same code run

Re: Is Swing available?

1998-11-23 Thread Patrick Hays
Many thanks for all the replies. I am downloading JFC 1.1 beta 3 as I type this... Patrick Hays wrote: > > First, my apologies for what I know has to be a dumb question. > > I just started trying to use java with RHL 5.2 and downloaded all the > tarballs for jdk, jre, etc. an

Is Swing available?

1998-11-23 Thread Patrick Hays
You humble and obedient... Patrick

JMEDIAFRAMEWORK

1998-10-28 Thread Patrick Lenders
Dear, is there any plan to port java media framework to linux? Many thanks, Cheers Patrick -- Patrick Lenders School of Mathematical and Computer Sciences University of New England Armidale, NSW 2351, Australia [EMAIL PROTECTED]

Re: Java Plugin doesn't work

1998-10-16 Thread Patrick Lamb
Biuk-Aghai, University of Macau, Faculty of Science and Technology > http://hyperg.sftw.umac.mo/robert/tel: +853-3974365fax: +853-838314 > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - > Microsoft isn't the answer. Microsoft is the question and the

install JDK without AWT ? [ no x11 ]

1998-08-13 Thread Patrick Dockhorn
libs, i.e. to install it without AWT support?   Your help is highly appreciated,   Patrick   // written by patsch 08/98 var bIsOK = 0; if (window.navigator.appVersion.indexOf("MSIE 4.") >= 0) { bIsOK = 1; } var nFontSize1 = 1; var nFontSize2 = 1; var nFontSi