I think what you need is a 32 bit JDK installaton, getenv.dll and toscomm.dll. I wonder where are the source code for getenv.dll and toscomm.dll. If we have the source, maybe we can compile them for 64 bits OS, which is more and more common.
________________________________________ From: [email protected] [[email protected]] on behalf of [email protected] [[email protected]] Sent: Thursday, 12 September, 2013 3:29:52 PM To: [email protected] Subject: Tinyos-help Digest, Vol 125, Issue 12 Send Tinyos-help mailing list submissions to [email protected] To subscribe or unsubscribe via the World Wide Web, visit https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help or, via email, send a message with subject or body 'help' to [email protected] You can reach the person managing the list at [email protected] When replying, please edit your Subject line so it is more specific than "Re: Contents of Tinyos-help digest..." Today's Topics: 1. Help with tinyos (Hong Ling) ---------------------------------------------------------------------- Message: 1 Date: Thu, 5 Sep 2013 19:00:35 +0800 From: Hong Ling <[email protected]> Subject: [Tinyos-help] Help with tinyos To: <[email protected]> Message-ID: <[email protected]> Content-Type: text/plain; charset="us-ascii" Dear sir/madam, I encounter some problem with tinyos. I'm running windows 7 64 bit and I wanted to run java file when I receive the error: C:\Users\acer\Documents\NetBeansProjects\Java\CombinedGUIVideo\SensingVisual izerBarChart_video\gsr-0905-182931.txt C:\Users\acer\Documents\NetBeansProjects\Java\CombinedGUIVideo\SensingVisual izerBarChart_video\spo2-0905-182931.txt Error loading the TinyOS JNI libraries the conventional way! Attempting to load library 'toscomm' Could not load library 'toscomm': no toscomm in java.library.path ---------- java.lang.UnsatisfiedLinkError: no toscomm in java.library.path In order to load the library 'toscomm' Java tries to locate the file 'toscomm.dll' in one of the following paths: C:\Users\rewin\Desktop\FinalVersionForDemo\CombinedGUIVideo\native\win32-x86 The operating system is 'Windows 7' (amd64) The operating system and architecture is currently not supported at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1860) at java.lang.Runtime.loadLibrary0(Runtime.java:845) at java.lang.System.loadLibrary(System.java:1084) at net.tinyos.util.TOSLibraryLoader.load(TOSLibraryLoader.java:85) at net.tinyos.comm.TOSCommJNI.<clinit>(TOSCommJNI.java:15) at net.tinyos.comm.NativeSerial.getTOSCommMap(NativeSerial.java:207) at net.tinyos.comm.TOSSerial.<init>(TOSSerial.java:293) at net.tinyos.packet.SerialByteSource.openStreams(SerialByteSource.java:67) at net.tinyos.packet.StreamByteSource.open(StreamByteSource.java:62) at net.tinyos.packet.Packetizer.openSource(Packetizer.java:151) at net.tinyos.packet.AbstractSource.open(AbstractSource.java:87) at net.tinyos.packet.Packetizer.open(Packetizer.java:144) at net.tinyos.packet.PhoenixSource.run(PhoenixSource.java:182) ---------- Exception in thread "Thread-4" java.lang.UnsatisfiedLinkError: net.tinyos.comm.TOSCommJNI.NativeSerial_getTOSCommMap()Ljava/lang/String; at net.tinyos.comm.TOSCommJNI.NativeSerial_getTOSCommMap(Native Method) at net.tinyos.comm.NativeSerial.getTOSCommMap(NativeSerial.java:207) at net.tinyos.comm.TOSSerial.<init>(TOSSerial.java:293) at net.tinyos.packet.SerialByteSource.openStreams(SerialByteSource.java:67) at net.tinyos.packet.StreamByteSource.open(StreamByteSource.java:62) at net.tinyos.packet.Packetizer.openSource(Packetizer.java:151) at net.tinyos.packet.AbstractSource.open(AbstractSource.java:87) at net.tinyos.packet.Packetizer.open(Packetizer.java:144) at net.tinyos.packet.PhoenixSource.run(PhoenixSource.java:182) BUILD STOPPED (total time: 4 minutes 22 seconds) I found the windows_x86_getenv.lib and windows_x86_toscomm.lib and place into my java path but it doesn't work. Anyone has any suggestion? Pls help!! Thank you. -------------- next part -------------- An HTML attachment was scrubbed... URL: https://www.millennium.berkeley.edu/pipermail/tinyos-help/attachments/20130905/37f2c20e/attachment.htm -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/png Size: 54580 bytes Desc: not available Url : https://www.millennium.berkeley.edu/pipermail/tinyos-help/attachments/20130905/37f2c20e/attachment.png ------------------------------ _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help End of Tinyos-help Digest, Vol 125, Issue 12 ******************************************** Institute for Infocomm Research disclaimer: "This email is confidential and may be privileged. If you are not the intended recipient, please delete it and notify us immediately. Please do not copy or use it for any purpose, or disclose its contents to any other person. Thank you." _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
