📄 readme
字号:
PipeExample
This example primarly illustrates how to start project jxta
from application, and how to create an output pipe listener
Files:
=====
README This File
makefile GNU Makefile
PipeListener is a jxta application that creates a input pipe instance and waits forever for messges
to run it, cd listener, and run make.
PipeExample.java In this example a OutputPipeListener is created, and one attempt is made to resolve the
InputPipe, once resolved a msg is sent.
Build
=========
make
To Run the Example
==================
%cd listener
%make
take note of the default port "9701"
%cd ..
%make run
confgure this instance with a different port
Troubleshooting:
===============
1) refer to http://www.jxta.org for trouble shooting instructions
To Do
=====
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -