init:
environment:
[java] To configure the environment for Squawk, try the following command:
|
|
[java] | set JVMDLL=C:\jdk1.5.0_06\jre\bin\client\jvm.dll |
|
|
|
|
BUILD SUCCESSFUL
Total time: 0 seconds
C:\MyApplication>
6. Run the application. To run the application, use the “ant run” command.
C:\MyApplication>ant run
Buildfile: build.xml
init:
[echo] Using Sun SPOT device on port COM45
[java] Waiting for target to synchronise...
[java] (please reset SPOT if you don't get a prompt)
[java] [waiting for reset]
[java] Sun SPOT bootloader
[java] SPOT serial number = 0014.4F01.0000.012E
[java] Squawk VM Starting
[java] Detected hardware type
[java]
[java] EDEMOBOARD_REV_0_2_0_0
[java] Starting OTACommandServer
[java] My IEEE address is 0014.4F01.0000.012E
[java] Registering protocol manager 'radiogram'
[java] Adding radiogram connection for Server on port 8
[java] Hello world!
11