Re: can't run applets in netscape

1999-09-27 Thread David Marshall
/usr/X11R6/lib/X11/fonts/Speedo, /usr/X11R6/lib/X11/fonts/75dpi, /usr/X11R6/lib/X11/fonts/100dpi # in 12 points, decipoints default-point-size = 120 # 100 x 100 and 75 x 75 default-resolutions = 75,75,100,100 # how to log errors use-syslog = on -- David Marshall

Re: ¿How do it?

1999-09-27 Thread David Marshall
x.getMessage()); ex.printStackTrace(); } } } -- David Marshall email: [EMAIL PROTECTED] President phone: 1-941-596-2480 VM Systems, Inc.fax:1-941-596-2483 -- To

Re: Applet parameters not recognized.

1999-10-06 Thread David Marshall
would expect to see "Hello Bonzo!" but am instead seeing "Hello name!"...  I imagine that I have some small coding mistake that I can't see... can anyone identify it? HTML Source: Hello Hello to you!   Try 'WIDTH=500>' instead of 'WIDTH=500)'

Re: Class information in a static method

1999-10-07 Thread David Marshall
n the Class class itself. So, if your static method is in the class 'bar' in the package 'com.foo', the fragment: Class cl = Class.forName("com.foo.bar"); will give you the Class-instance you're looking for. -- David Marshall  email:  [EMAIL PROTECTE

Re: HELP: can't give a path to RessourceBoundle???

1999-10-11 Thread David Marshall
e JDK for the PropertyResourceBundle to get loaded correctly. Hope this helps, -- David Marshall  email:  [EMAIL PROTECTED] President   phone:  1-941-596-2480 VM Systems, Inc.    fax:    1-941-596-2483  

Re: Metal Look and Feel with 16 bit color

1999-10-27 Thread David Marshall
27;m on Redhat 6.0, so that's: Kernel 2.2.5-15     XFree86 3.3.1-49 and I use the stock XF86_SVGA XServer, works without problem on my setup. -- David Marshall  email:  [EMAIL PROTECTED] President   phone:  1-941-596-2480 VM Systems, Inc.    fax:    1-941-596-2483  

Re: Any EJB Server for Linux?

1999-01-16 Thread David Marshall
Java application server that does run on Linux. Checkout http://www.enhydra.org I have'nt had a chance to work with either of these products, but did come across both recently while researching EJB implementations. -- David Marshall   email: [EMAIL PROTECTED] VM Systems, Inc. phone

Re: Jar file with JDBC

1999-12-29 Thread David Marshall
t you want is something like: try { // something } catch (Exception ex) { ex.printStackTrace(System.out); // or just ex.printStackTrace() which will appear on System.err } -- David Marshall email: [EMAIL PROTECTED] VM Systems, Inc. phone:

Re: JDK 1.2.2 mm.MySql jdbc driver and Mysql

2000-01-28 Thread David Marshall
in your path. You might also look at the "java -cp" option as an alternative to setting a classpath. This is all documented in the standard JDK1.2 docs. Good luck. -- David Marshall email: [EMAIL PROTECTED] VM Systems, Inc.

Re: Pen-operated portable that can run Java?

2000-02-04 Thread David Marshall
f "unsubscribe". Trouble? Contact [EMAIL PROTECTED] You can get the KVM which will run on Palm Pilot devices (PalmOS 3.1 or above) at: http://developer.java.sun/com/developer/earlyAccess/kvm/ Haven't had a chance to try it yet myself, so can't offer any constructive criticism. --

Re: RMI Problems

2000-03-16 Thread David Marshall
ver's bind() call and client's lookup() call are pointing at the same registry ('rmi://registryHostName/yourObjectBoundName' if your using URL style.) -- David Marshall email: [EMAIL PROTECTED] VM Systems, Inc. phone: 1-941-596-2480 Naples, FL USA

Re: exec() on Linux

2000-03-16 Thread David Marshall
as java app does. What I missed?Thank you.Lee Lee, Either: - ensure that the current directory is part of your PATH, or - invoke as exec("./a.out"); -- David Marshall email: [EMAIL PROTECTED] VM Systems, Inc. phone: 1-941-596-2480 Napl

Re: Mount Table File per Linux Distributon

2000-03-31 Thread David Marshall
gt; and Linux Mandrake. THis is for a Java Linux portable JNI project For Redhat it's "/etc/fstab" -- David Marshall email: [EMAIL PROTECTED] VM Systems, Inc. phone: 1-941-596-2480 Naples, FL USA fax: 1-941-596-2483 èPԔ ‘ ™¨¥¶ˆÚ½©bžì

Re: JRE -and- JDK

2000-04-14 Thread David Marshall
requires Blackdown JRE 116_v5. After some aborted attempts to use other environments we installed v116_v5 to finally get the installer to run without a glitch. Once you've got Oracle installed there aren't any conflicts with any other JDK/JRE you install. -- David Marshall

Re: What is fcs?

2000-04-18 Thread David Marshall
Ganesh Sivaraman wrote: > Hi, > > Do anyone know what it means by fcs? FCS == First Customer Ship -- David Marshall email: [EMAIL PROTECTED] VM Systems, Inc. phone: 1-941-596-2480 Naples, FL USA fax: 1-941

IBM has posted early-access JDK 1.3

2000-05-03 Thread David Marshall
fyi, IBM has posted an early release of JDK 1.3 at Alphaworks. See http://www.alphaworks.ibm.com/tech/linuxjdk -- David Marshall mailto:[EMAIL PROTECTED] VM Systems, Inc. http://www.vmguys.com Windows 2001: "I'm sorry Dave, I can

Re: Multiple Platforms

2000-05-09 Thread David Marshall
al details. You won't find Linux specific docs in the core docs, but just follow the Solaris thread for command line tools, environment etc as the same options would apply to the corresponding Linux versions. -- David Marshall mailto:[EMAIL PROTE

Re: Anyone using blackdown jdk on SMP linux?

2000-06-23 Thread David Marshall
t's the only configuration in which I've had consistent repeatable results. Haven't done any 1.3 SMP testing yet. -- David Marshall   mailto:[EMAIL PROTECTED] VM Systems, Inc.   http://www.vmguys.com  

Re: Anyone using blackdown jdk on SMP linux?

2000-06-23 Thread David Marshall
none etc.). For our testing (JMS environment) we got better throughput on 2 CPU SMP server with no jit than on non-SMP w/jit. I did see on the JDK 1.3 Linux beta readme that "Sun does support or recommend running the Java 2 SDK on SMP kernels." Can anyone from Sun / Blackdown comment on f

Re: Anyone using blackdown jdk on SMP linux?

2000-06-23 Thread David Marshall
m http://sax.sax.de/~adlibit/ Ok, got it, compiled it, am running tests (@45 minutes so far without any problems). Gave it enough to do to run through the weekend. Will let you know on Monday. -- David Marshall mailto:[EMAIL PROTECTED] VM Syst

Re: Anyone using blackdown jdk on SMP linux?

2000-06-26 Thread David Marshall
ested configurations. I have not done any JDK 1.3 / Hotspot testing, but am nervous about the beta readme statement: "Sun does support or recommend running the Java 2 SDK on SMP kernels." Should that be "does support _and_ recommend" or "does _n

Re: JITs for Linux JREs?

2000-06-29 Thread David Marshall
d for non-commercial purposes. I haven't had any experience with it, but it's reported to work with Blackdown 1.2.2RC4. > Confused, > Nelson Hope this helps, -- David Marshall mailto:[EMAIL PROTECTED] VM Systems, Inc. http://www.vmguys.com --