New posts to the forums are closed for now. 
Read more about this decision.

ipaq: JEODE JVM: .dll files missing!!javalib.dll!!

Hi,
I have installed the jeode jvm on my ipaq 5550 but some .dll files haven't been installed, do you have them/any and could send them to me. They are the following:

javalib.dll !!!!very important!!!!!!please!!
hwawt.dll
jdwp.dll
math.dll
net.dll

Thanks in advance!!!
Hirahi[:I]

quote:Originally posted by hirahih

Hi,
I have installed the jeode jvm on my ipaq 5550 but some .dll files haven't been installed, do you have them/any and could send them to me. They are the following:

javalib.dll !!!!very important!!!!!!please!!
hwawt.dll
jdwp.dll
math.dll
net.dll

Thanks in advance!!!
Hirahi[:I]

These files aren't present in the 5550 version, only in the older one. The 5550 version has the following file structure (when installed to main memory):

[code]
Directory of \Windows

04/16/2003 03:32 PM 27,648 evm.exe
04/16/2003 03:32 PM 314,368 evmawt.dll
04/16/2003 03:32 PM 2,034,688 evmcore.dll
04/16/2003 03:32 PM 61,440 evmpie.dll
04/16/2003 03:32 PM 21,504 iepluginvm.exe
04/16/2003 03:32 PM 62 Jeode.evm
10/08/2005 08:37 AM <DIR> lib
7 File(s) 2,459,710 bytes

Directory of \Windows\lib

04/16/2003 05:32 PM 1,575 appletviewer.properties
04/16/2003 05:34 PM 159,313 awt.jar
04/16/2003 05:32 PM 1,169 awt.properties
04/16/2003 05:32 PM 8,696 colorname.properties
04/16/2003 05:34 PM 707,934 core.jar
04/16/2003 05:32 PM 1,991 font.properties
04/16/2003 05:32 PM 2,494 font.properties.ar
04/16/2003 05:32 PM 2,447 font.properties.iw
04/16/2003 05:32 PM 3,265 font.properties.ja
04/16/2003 05:32 PM 2,194 font.properties.ko
04/16/2003 05:32 PM 1,993 font.properties.ru
04/16/2003 05:32 PM 2,471 font.properties.th
04/16/2003 05:32 PM 2,158 font.properties.zh
04/16/2003 05:32 PM 2,580 font.properties.zh_TW
04/16/2003 05:34 PM 226,766 i18n_a.jar
04/16/2003 03:42 PM 17,462 jeodedemos.jar
04/16/2003 03:42 PM 1,186 Quasar.html
10/08/2005 08:37 AM <DIR> security
17 File(s) 1,145,694 bytes

Directory of \Windows\lib\security

04/16/2003 05:32 PM 2,563 java.policy
04/16/2003 05:32 PM 2,383 java.security
2 File(s) 4,946 bytes

Directory of \Windows\Start Menu\Programs\Jeode
04/16/2003 01:39 PM 29 De-Register Plug-In.lnk
04/16/2003 01:39 PM 19 EVM.lnk
04/16/2003 01:39 PM 26 Register Plug-In.lnk

Directory of \Windows\Start Menu\Programs\Jeode\Examples
04/16/2003 01:39 PM 77 Primitives Test.lnk
04/16/2003 01:39 PM 27 Quasar.lnk
[/code]

Unfortunately, as with previous versions, it seems it can't be directly installed to memory cards without further hacking. I'll publish my step-by-step relocation tutorial as soon as possible - it'll take some time.

OK, I've finished checking why it doesn't run. It's just the usual case of wired-in paths in link files (which are, programmatically, not necessary at all – in a forthcoming article of mine that will discuss CAB managers, I'll explain how one should create really flexible WinCE installation packages.) This means everything will work 100% if you just change the executable paths in the link files. It's actually very easy – much easier than the manual relocation of the older, non-h5550-specific version.

1, uninstall Jeode from your 5550 entirely if it's installed in there
2, reinstall it; now, to the Storage Card
3, edit \Windows\Start Menu\Programs\Jeode\EVM.lnk so that it has the following:

255#"\Storage Card\Insignia Solutions JeodeRuntime\evm.exe"

4, edit \Windows\Start Menu\Programs\Jeode\Register Plug-In.lnk so that it has the following:

255#"\Storage Card\Insignia Solutions JeodeRuntime\iepluginvm.exe"

5, you can also edit the other three links too (one in there and two under Examples) if you need; just change \windows to \Storage Card\Insignia Solutions JeodeRuntime\ and putting the path (as it contains a space) between " marks.

After this, everything will work OK – both the PIE plug-in and standalone apps. I've tested the former with the National Weather Service Radar Image[/url] (also see my article "Some new information on the Java compliance of PPC Web browsers"[/url] - alternatives: [url="http://www.ipaqhq.com/forums/showthread.php?p=97841"]iPAQ HQ[/url], [url="http://www.aximsite.com/boards/showthread.php?p=757809"]AximSite[/url], [url="http://smartphonemag.com/forum/topic.asp?TOPIC_ID=16986"]PPC Magazine[/url], [url="http://www.firstloox.org//forums/showthread.php?p=34220"]FirstLoox[/url], [url="http://www.pocketpcthoughts.com/forums/viewtopic.php?p=354846"]PPCT[/url]), while the latter with the Toonel proxy service (also see my article [url="http://www.pocketpcthoughts.com/forums/viewtopic.php?p=360414"]Reducing Internet bandwidth usage on the Pocket PC - A complete roundup & comparison of Toonel, OnSpeed, Skweezer, WebWarper and the like[/url]; alternatives: [url="http://www.ipaqhq.com/forums/showthread.php?p=105394"]iPAQ HQ[/url], [url="http://www.aximsite.com/boards/showthread.php?p=792874"]AximSite[/url], [url="http://smartphonemag.com/forum/topic.asp?TOPIC_ID=17567"]PPC Magazine[/url], [url="http://www.firstloox.org//forums/showthread.php?p=36610"]FirstLoox, [url="http://discussion.brighthand.com/showthread.php?s=&postid=776152"]BrightHand, with the link file

255#"\Storage Card\Insignia Solutions JeodeRuntime\evm.exe" -Djeode.evm.console.local.keep=true -cp \toonel.jar gui.ClientForm

Syndicate content