On Tue, Jul 16, 2002 at 05:45:50AM -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 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 run java i get following messages:
> 
> ./java
> 
> java -> .java_wrapper: applet not found
> 
> : applet not found
> 
> unset: not found
> 
> head: invalid option -- 1

It looks like you're running in a constrained environment (embedded,
perhaps?), with the "BusyBox" utility that provides compact replacements
for many standard utilities. Your shell apparently doesn't know how to
manage environment variables (it doesn't understand the "unset" command),
and the BusyBox version of the "head" utility doesn't understand the
option to specify the number of lines. I have no idea where the "applet
not found" message is coming from. Unfortunately, the .java_wrapper
launch script expects to find and use certain standard POSIX utilities
and behaviors, and it looks like your system isn't providing them.

If your environment is really as constrained as I suspect, it's unlikely
you can run a J2RE without totally overwhelming your resources. But, if
you want to try, the first step is to rewrite the .java_wrapper script
to work with the non-standard versions of shells and tools you're using
in your environment.

Nathan Meyers
[EMAIL PROTECTED]



> BusyBox v0.60.2 (2002.06.19-08:58+0000) multi-call binary
> 
> Usage: head [OPTION] [FILE]...
> 
> Could not create the Java virtual machine.
> 
> what could be the problem?
> 
> i need help regarding this
> 
> cheers
> 
> Harry
> 
> 
> 
> ---------------------------------
> Do You Yahoo!?
> Yahoo! Autos - Get free new car price quotes
-- 


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to