從這裡看來的: http://blog.longwin.com.tw/2010/09/google-gmail-set-value-2010/ Google Gmail 得 IMAP, SMTP, POP3 得設定值, 整理如下: IMAP imap.gmail.com Port: 993 Use SSL: Yes SMTP smtp.gmail.com Port for TLS/STARTTLS: 587 Port for SSL: 465 POP3 pop.gmail.com Port: 995 Use SSL: Yes
For example. We try to compile "tools/java/isis/nest/localization/" folder. But codes related to "tools/java/isis/nest/math/". We can change working folder to "tools/java/" folder and type "javac isis/nest/localization/*.java". Then it work.
Another try to install TinyOS 1.x under WindowsXP. I follow step: http://www.tinyos.net/tinyos-1.x/doc/install.html And success to install JDK 1.4 + TinyOS 1.x + javax.comm. But this package does not contained contribute source codes. It means without RIPS functions. So I download TinyOS 1.x CVS tarball via sourceforge and try to make java tools again. FAIL.... Next. I may try to contact author that make XubunTOS virtual machine...
I got same problem as following issue. Trying to find solution. http://sourceforge.net/p/forge/site-support/2770/ No I download source code via Download GNU tarball link http://tinyos.cvs.sourceforge.net/viewvc/tinyos/tinyos-1.x/ Hope it will work.
I got "no serial ports found" problem when run javax.comm library sample. My environment: [OS] WinXP SP3 32bit [JDK] jdk1.5.0_11 [javax.comm verison] Javacomm20-win32 Description: I placed my javax.comm files into following directories: ( reference page ) Copy win32comm.dll to C:\Program Files\Java\ jdk1.5.0_11 \jre\bin Copy comm.jar to C:\Program Files\Java\ jdk1.5.0_11 \jre\lib\ext Copy javax.comm.properties to C:\Program Files\Java\ jdk1.5.0_11 \jre\lib I set CLASSPATH as below: c:\commapi\samples\Blackbox\BlackBox.jar;C:\Program Files\Java\jdk1.5.0_11\jre\lib\ext\comm.jar;C:\commapi\samples\Simple Then I got "no serial ports found" error when run java BlackBox Solution: I try to do following change copy win32com.dll to C:\Program Files\Java\jre1.5.0_11\bin Copy javax.comm.properties to C:\Program Files\Java\jre1.5.0_11\lib Then PORT_OWNED correctly. Additional test: I try to compile SerialDemo and r...
It appears "package javax.comm does not exist" error when I try to javac "/opt/tinyos-1.x/tools/java/net/tinyos/mcenter" folder. I need to find solution! 1. check if javax.comm setup correctly!? I try to setup javax.comm under WinXP again(with JDK 1.1.6). According to following installation guide "Javacomm20-win32/commapi/PlatformSpecific.html" I installed. And BlackBox can run. the sample code "SimpleRead" and "SimpleWrite" also can work. PS. When you want to run .java file. You need set folder that have .java files into "CLASSPATH". Next try. setup javax.comm under WinXP (with JDK 1.5) It shows following error ""No serial ports found!" when run BlackBox. (Solved) TODO List: 直接找RIPS作者看看有沒有Virtual Machine Image. C compile error的部份,問問看forum是否有人有解答
Because RIPS java code have following compile error: package xxx.xxx.xxx.xxx does not exist So I try to clone makefile rule from "/opt/tinyos-1.x/tools/java/Makefile.include" I do following steps: 1. copy Makefile , Makefile.include into "/opt/tinyos-1.x/contrib/vu/tools/java" 2. copy "jni" directory into "/opt/tinyos-1.x/contrib/vu/tools/java" 3. Edit Makefile to fit current directory environment "SUBDIRS = isis net jni"
What Powers Instagram: Hundreds of Instances, Dozens of Technologies - Instagram Engineering : "For Python error reporting, we use Sentry, an awesome open-source Django app written by the folks at Disqus. At any given time, we can sign-on and see what errors are happening across our system, in real time. " 'via Blog this'
I am trying to let " javax.comm " work under windows XP. But it seems doesn't work properly. Any ideas? related websites: TinyOS 1.x Installation on Windows XP