📄 readme
字号:
JXTA-EX2
This example primarly illustrates how to start project jxta
from application, and how to create a discovery listener
This is meant as an on going effort, if you can add to the
example to help others understand, and integrate project jxta,
feel free to do so, I would suggest a quick note to discuss@jxta.org
first.
Files:
=====
README This File
makefile GNU Makefile
JxtaAppDemo.java tutorial example 2
classes/JxtaAppDemo.class // binary class
lib/jxta.jar
lib/jxtasecurity.jar
lib/log4j.jar
lib/beepcore.jar
lib/cryptix-asn1.jar
lib/cryptix32.jar
lib/jxtaptls.jar
lib/minimalBC.jar
lib/org.mortbay.jetty.jar
lib/servlet.jar
To Run the Example
==================
make run
or
java -classpath classes:lib/jxta.jar:lib/log4j.jar:lib/beepcore.jar:lib/jxtasecurity.jar:lib/org.mortbay.jetty.jar:lib/servlet.jar:lib/cryptix-asn1.jar:lib/cryptix32.jar:lib/jxtaptls.jar:lib/minimalBC.jar JxtaAppDemo
Build
=========
Set PLATFORM environment to point your "platform/binding/java"
directory
make demo
Troubleshooting:
===============
1) refer to http://www.jxta.org for trouble shooting instructions
To Do
=====
Run the listener on a seperate thread than that of the main.
output in a human readable fasion (i.e. display what's usefull from the adv(s)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -