PDA

Bekijk de volledige versie : Running Java -jar on Asus Wl500gP



samura
10-07-2008, 09:03
Hi all!

This is my first post, and I'd like to thank you all for the amazing and supportive forum this is.

My question is very simple, is it possible to run a .jar program on Asus Wl500gP? Like "java -jar ProgramX.jar"? or "cvm -jar ProgramX.jar"?

Thanks in advance!

wpte
10-07-2008, 11:09
try these:


ipkg update
ipkg install classpath jamvm jikes

if that doesn't change anything do this:

ipkg remove classpath jamvm jikes
ipkg install sablevm

those are some java virtual machines and compilers:)

samura
10-07-2008, 11:17
Thanks for the fast reply Wpte!

So in your opinion, it will work even though the applicataion displays a graphical interface?

wpte
10-07-2008, 13:23
Thanks for the fast reply Wpte!

So in your opinion, it will work even though the applicataion displays a graphical interface?

well... some programs should be able to run.
but the router has nothing of real graphical interface
the best you can get is something similar like midnight commander on your screen.

the router only will be able to do black and white ascii characters;)
there should be some java applications that are able to run in these conditions:)

samura
10-07-2008, 13:32
Ok, I'll try it out.

Thanks for your help!

wirespot
10-07-2008, 15:02
@samura: if you know for sure it's a graphical interface app then it most definitely won't run.

Besides, running Java on this kind of hardware is murder. Are you sure there isn't another way to achieve what you need, without using a Java app?