Re: easy question

1999-11-08 Thread Ted Neward
Wow, are *you* in for a mess. :) OK--this is just a suggestion, and half this stuff is being made up on the spot, but this is how I'd structure your directory. Assume your project is called "Project" Project +--src +--cls These two are your Java "source" and "class" directories, respectively

Re: silly newbie question

1999-11-08 Thread Jacob Nikom
Use JAVA_HOME environment variable and assign your classpath to it. Jacob Nikom Jalaluddin Riaz wrote: > > pardon me for this silly question, but i have to know. How do i set multiple > classpaths? i have jdk1.2pre2 running and want to do some stuff with > servlets and jdbc. the jdbc is fine fo

[Q] problem with displaying image

1999-11-08 Thread Eric Chao
Hi, everyone, I am currently writing a Java program that displays an image constructed from MemoryImageSource. I start out by displaying the "portrait" orientation of the image and have one button for the user to toggle between "portrait" and "landscape" orientation. The problem is that when the

Re: ¦^ÂÐ : Question

1999-11-08 Thread James Seigel
You need to specify the jar in the applet tag as well #:) DD23 CCChang2 wrote: > > Hi James : > > Thanks for your reply, but I still got the problem: > > My HTML code releate to Applet: > >> CODEBASE="http://10.3.13.19/~jonesc" > > WIDTH=600 HEIGHT=250> > > > > I had put my Output

Re: Thread in the Linux's JVM

1999-11-08 Thread Nathan Meyers
Jacob Nikom wrote: > It would be nice to know more about multithreading features of Linux > JVM. There are two threading models. If you run with green threads, there is no preemption, and control passes between threads either with yield() calls or possibly with other calls that can block (such a

Re: Thread in the Linux's JVM

1999-11-08 Thread Artur Biesiadowski
Jacob Nikom wrote: > I use SwingWorker class. If I don't have JNI methods I don't have > to use yield() method. If I replace my Java methods with JNI calls > I must use yield(), otherwise the application simply does not work. > There is no mentioning of yield() method in any SwingWorker-related >

silly newbie question

1999-11-08 Thread Jalaluddin Riaz
pardon me for this silly question, but i have to know. How do i set multiple classpaths? i have jdk1.2pre2 running and want to do some stuff with servlets and jdbc. the jdbc is fine for applets and applications but with not woth servlets. i use 'javac -classpath /path/servlet.jar . this didnot

Re: Thread in the Linux's JVM

1999-11-08 Thread Jacob Nikom
Hi, Thank you for bringing up this question. I also have problems with multiple threads in Linux. In my case the behavior of threads with JNI is different from pure Java behavior. I use SwingWorker class. If I don't have JNI methods I don't have to use yield() method. If I replace my Java method

code question

1999-11-08 Thread Yohans Mendoza
hi all, can someone tell me how can I get the system time and date with java? TIA --Yohans ~ Yohans Mendoza Unix Administrator [EMAIL PROTECTED]Sirius Images Inc. http://www2.

jdk version

1999-11-08 Thread Raj Patel
Hi everybody, I have a java-swing application that runs fine with jdk117_v3 but now i need to compile and run under jdk1.2 pre-v2 and it gives runtime Exception under jdk1.2 as follows, Exception occurred during event dispatching: java.lang.IndexOutOfBoundsException: -

Re: Any EJB Server for Linux?

1999-11-08 Thread Shawn McKisson
All of the EJB servers I have seen are written in Java. So, the answer is yes - all of them. --shawn [EMAIL PROTECTED] wrote: > > Are there any EJB Server for Linux currently Available. > > Thanks > _ > Steve Gee > Certified Java Programmer > Maxor National Pharmacies > Informa

Re:Any EJB Server for Linux?

1999-11-08 Thread Steve Nguyen
Check out www.orionserver.com. It is not free BTW. EJB server should be 100% java anyway so as long as it run on other platform, it should work in Linux well. Steve Nguyen [EMAIL PROTECTED] C.E.O. KBMail Software & Java Hosting Service Provider http://www.kbmail.com http://www.ebpcs.net "Plan -

easy question

1999-11-08 Thread Solomon Douglas
I apologize that this isn't a specifically Linux-related question. I'm working on a project involving several servlets and other classes, organized in multiple java packages, and I don't think I've figured out the ideal way to structure my directories. This is a web-based application, so in addi

Re: Version for GlibC

1999-11-08 Thread Andreas Jaeger
> Peter Pilgrim writes: > Quick GlibC Question? > How do you find what glibc2.x version you have? /lib/libc.so - if you get a segmentation fault, it's glibc 2.0.7;-) For example: $ /lib/libc.so.6 GNU C Library stable release version 2.1.2, by Roland McGrath et al. [...] > I couldn't an

Any EJB Server for Linux?

1999-11-08 Thread sgee
Are there any EJB Server for Linux currently Available. Thanks _ Steve Gee Certified Java Programmer Maxor National Pharmacies Information Technologies [EMAIL PROTECTED] 806.324.5540 www.maxor.com 806.324.5400

Re: Security (was Re: policytool)

1999-11-08 Thread Joseph Shraibman
Hmm. Well the program that gave me the security exception WAS an RMI program, and one of the exceptions what for not having permissions to resolv/connect to a host, but I also got a security exception when trying to open a file. Nelson Minar wrote: > This list is full of stuff that's not Linux

Re: Version for GlibC

1999-11-08 Thread ermirza erekose
do rpm -qa | grep glib On Mon, 8 Nov 1999, Peter Pilgrim wrote: > Quick GlibC Question? > > How do you find what glibc2.x version you have? > > I couldn't answer it satisfactorily when asked me this morning. > ( I haven't downloaded JDK pre 1.2 release yet, because 1.1.7v1a > works perfectl

Visibroker - Java - Linux

1999-11-08 Thread Luis Claudio Santos
Hello,         I download the Visibroker for Java 3.4 (linux version) from  http://www.inprise.com/downloads/.     I'm using Linux RH 5.2 and JDK1.1.7.       I follow the instructions for instalation but, when I try some commands, I get:   [root@lc bin]# oadj -helpISO-8859-1: unknown loc

Re: Version for GlibC

1999-11-08 Thread Peter Pilgrim
[EMAIL PROTECTED] wrote: > > > How do you find what glibc2.x version you have? > As you mentioned, look at your SuSE distribution ;) > > > > > I couldn't answer it satisfactorily when asked me this morning. > > ( I haven't downloaded JDK pre 1.2 release yet, because 1.1.7v1a > > works perfectl

Re: Version for GlibC

1999-11-08 Thread Oliver Fels
> How do you find what glibc2.x version you have? As you mentioned, look at your SuSE distribution ;) > > I couldn't answer it satisfactorily when asked me this morning. > ( I haven't downloaded JDK pre 1.2 release yet, because 1.1.7v1a > works perfectly fin on SuSE Linux 6.1 which I assume is

Thread in the Linux's JVM

1999-11-08 Thread Evandro Luquini
Title: Thread in the Linux's JVM Hi, In the JavaWord article called "programming Java threads in the real world, Part 1( http://www.javaworld.com/jw-09-1998/jw-09-threads.html)", the author sad that "Java's promise of platform independence falls flat on its face in the threads arena". If you r

Thread in the Linux's JVM

1999-11-08 Thread Evandro Luquini
Title: Thread in the Linux's JVM Hi, In the JavaWord article called "programming Java threads in the real world, Part 1( http://www.javaworld.com/jw-09-1998/jw-09-threads.html)", the author sad that "Java's promise of platform independence falls flat on its face in the threads arena". If you r