JServ problems

2000-12-03 Thread hari
do a request.getParameter(x). ( I know getParameter() is deprecated, but surely it should *work* ?). If anyone is willing to help, I can provide sample servlets that illustrate this problem. Works fine with a Perl CGI script, though... Thank you,

Re: How to Make JVM work faster

2003-02-07 Thread Hari
ately-sized grain of salt.) Good luck - Hari --- Hari Selvarajan Tech Lead DCIS, In

Sound cards ?

1999-08-11 Thread Hari Selvarajan
ng if there's a sound card installed ? It would be nicest if I didn't have to break any applet security rules, though I can do that if absolutely necessary. (I thought of reading /dev/sndstat, but I'd prefer that the approach also be cross-platform). Apologies if the question is of

RE: How can I connect to MySQL using JDBC

2000-05-13 Thread Hari O'Connell
Hope the code below helps. Also if you're using a new version of java (1.2 or above, I believe) make sure you're using the noopt version of the class files. try { Class.forName("twz1.jdbc.mysql.jdbcMysqlDriver").newInstance(); } catch(Exception e) { this.err

IBM 1.1.8 SIGABRT ?

2001-05-24 Thread Hari Selvarajan
ught perhaps someone out there would have an idea. As an aside, are there any recommendations for the ideal VM to use on a system such as the one we're running? We use only server-side 1.1.x code so a recommendation would be very helpful indeed. Would Blackdown's 1.1.8 do the job better ?

unable to run hello world on ARM920T processor

2002-07-16 Thread Hari v
hi, i have ARM920T/linux 2.4.18 running. does anybody successfully running java over ARM9/Linux? i downloaded java runtime environment (j2re-1.3.1-RC1-linux-arm.tar.bz2) from balckdown ftp site. i installed it on ARM. java is not running. i have binutils-2.9.5.0.22 gcc-2.95.2 glibc-2.1.2 when i ru

Re: unable to run hello world on ARM920T processor

2002-07-16 Thread Hari v
ined BB_HUSH && defined BB_FEATURE_SH_IS_HUSH# define shell_main hush_main#elif defined BB_LASH && defined BB_FEATURE_SH_IS_LASH# define shell_main lash_main#elif defined BB_MSH && defined BB_FEATURE_SH_IS_MSH# define shell_main msh_main#endif           -

Re: [PATCH] Fix busybox head, tail to take old -n argument (was: Re: unable to run hello world on ARM920T processor) : hello world working

2002-07-16 Thread Hari v
hi really thanks for your help. Its working!!!. i changed the "head -1" to head -n 1 in .java_wrapper file. Now i am able run hello world!!! I hope the problem is solved!!!. or is it required to apply patch to busybox. once again thanks .... cheers Hari   [EMAIL PROTECTED] wrot

awt support on ARM920

2002-07-17 Thread Hari v
hi, i have ARM920T/linux 2.4.18 running. does anybody successfully running java over ARM9/Linux? i downloaded java runtime environment (j2re-1.3.1-RC1-linux-arm.tar.bz2) from balckdown ftp site. i installed it on ARM. now i am able to run simple java applications. i have busybox support on ARM-Lin

Re: awt support on ARM920

2002-07-17 Thread Hari v
h-2.04# please i need help regarding this? what could be wrong as far as my knowledge goes PATH is set   Nathan Meyers <[EMAIL PROTECTED]> wrote: On Wed, Jul 17, 2002 at 05:40:06AM -0700, Hari v wrote:> > hi,> > i have ARM920T/linux 2.4.18 running.> > does anybody succ

Re: awt support on ARM920

2002-07-17 Thread Hari v
Jul 17, 2002 at 05:40:06AM -0700, Hari v wrote:> > hi,> > i have ARM920T/linux 2.4.18 running.> > does anybody successfully running java over ARM9/Linux?> > i downloaded java runtime environment (j2re-1.3.1-RC1-linux-arm.tar.bz2) from> > balckdown ftp site. i

libstdc++-libc6.2-2.s for running awt on ARM-Linux

2002-07-18 Thread Hari v
hi, i need a arm binary for libstdc++-libc6.2-2.so.3 for running java awt on ARM-Linux. where to find? it comes under what package? Basically libfontmanager.so uses this library. best regards HarishDo You Yahoo!? Yahoo! Autos - Get free new car price quotes

current locale is not supported in X11 ... running awt for arm-linux

2002-07-18 Thread Hari v
hi, i was able find it in handhelds.org. i kept it in correct path. when run simple awt application in rxvt terminal i am getting a messages as : - "current locale is not supported in X11, locale is set to CX locale modifiersare not supported , using default" ... Registered Monitor dump:

Re: current locale is not supported in X11 ... Registered Monitor Dump...

2002-07-19 Thread Hari v
1 entry     Monitor registry : owner "main" (0x1bdf8) 1 entry so what should be the problem?  really i need help. Hari   Hari v <[EMAIL PROTECTED]> wrote: hi, i was able find it in handhelds.org. i kept it in correct path. when run simple awt application in rxvt terminal i am get

Re: current locale is not supported in X11 ... Registered Monitor Dump...

2002-07-21 Thread Hari v
  >>Have you got a utility called "locale" on your system. What does it>>output when you run it? No. There is no locale utility on my system. I have enabled the locale support in Busybox config.h. >>Also, you might try changing the locale with an environment variable. For>>example:>>export LC_ALL=C

Re: current locale ... Registered Monitor Dump... addnal info

2002-07-21 Thread Hari v
wner "main" (0x1bdf8) 1 entry Thread queue lock: owner "main" (0x1bdf8) 1 entry Monitor registry : owner "main" (0x1bdf8) 1 entry so what should be the problem? i am not able to find what's happening ?really i need help.   Hari v <[EMAIL PROTECTED]> wrote:

R_ARM_PC24 relocation out of range

2002-07-29 Thread Hari v
  Dear All, I am trying to integrate C code(Mpeg4 decoder) to some Java code on ARM Linux using JNI. I have a jvm running on the ARM Linux. While running the application I get an error: Test Case Four - Play a captured video sequence Exception in thread "main" java.lang.UnsatisfiedLinkError: /usr/l

JDK Problems - LIBJAVA.SO Error

2003-07-23 Thread Hari Om
I downloaded and installed "j2sdk-1.3.1-02b-FCS-linux-ppc.bin" from the penguinppc.org web site and followed the instructions. I was able to INSTALL under /usr/local and also changed my PATH variable.but later when I test my java version it gives following error - wonder why