Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

bjdwp(1) [debian man page]

BJDWP(1)						      General Commands Manual							  BJDWP(1)

NAME
bjdwp - Command line USB Blackberry Java Debug Wire Protocol SYNOPSIS
bjdwp [-h][-p pin][-P password][-v] address port DESCRIPTION
bjdwp is a program that supports the Java Debug Wire Protocol over USB, which enables debugging of Java programs directly on your Black- berry. Support is experimental, and development is focused primarily on the BlackBerry Storm. OPTIONS
-p pin PIN of device to talk with. Only needed if you have more than one Blackberry connected at once. -P password Simplistic method to specify device password. In a real application, this would be done using a more secure prompt. -v Dump verbose protocol data during operation. -h, --help Show summary of options. ARGUMENTS
The following arguments are required, in order to provide a socket where the JDWP server will listen for connections from the debugger. address Most often 'localhost' but can be any IP or hostname on the machine running bjdwp. port Port to listen on. EXAMPLES
Start the server and the USB connection to the device: bjdwp localhost 8000 Then start your java debugger: jdb -connect com.sun.jdi.SocketAttach:hostname=localhost,port=8000 AUTHOR
bjdwp was initially written for the Barry project by Nicolas VIVIEN. This manual page was written by Chris Frey. SEE ALSO
http://www.netdirect.ca/software/packages/barry September 29, 2009 BJDWP(1)

Check Out this Related Man Page

BIDENTIFY(1)						      General Commands Manual						      BIDENTIFY(1)

NAME
bidentify - Barry Project's program to identify BlackBerry handhelds SYNOPSIS
bidentify [-B busname][-N devname][-h][-v] DESCRIPTION
bidentify scans the USB system for available BlackBerry devices and probes each one it finds, then sends the identifying information to stdout in a computer-friendly format. OPTIONS
-B busname Specify the USB bus to search for Blackberry devices on. This is the first number displayed in the output from the lsusb command, such as 002. If the busname is numeric on your system, 2 and 002 are equal. See also the -N option, which can be used together with this option to precisely select the device to work with. -N devname Specify the USB device name. This is the second number displayed in the output from the lsusb command, such as 005. If the device name is numeric on your system, 5 and 005 are equal. See also the -B option. -c If used with the -m option, ESN numbers will be displayed in both hex and decimal formats where possible. If -m is not used, this option has no effect. -m Also show the device's ESN / MEID / IMEI number. This requires desktop database access, so is an option. It will only work on devices that have no password. -v Dump verbose protocol data during operation. -h, --help Show summary of options. RETURN STATUS
If bidentify detects a BlackBerry device, but cannot access it for some reason, it will write an error message to stderr describing the access problem, and return a count of the number of such failed devices as the error code. A return code of 0 means there were no Black- Berry devices found that could not be probed. In the event of a fatal error, the message will be written to stderr, with an error code of 1. AUTHOR
bidentify is part of the Barry project. This manual page was written by Chris Frey. SEE ALSO
http://www.netdirect.ca/software/packages/barry February 24, 2011 BIDENTIFY(1)
Man Page

11 More Discussions You Might Find Interesting

1. IP Networking

Netstat

Giving netstat command on the prompt gives commands such as localhost.43592 localhost.35237 32768 0 32768 0 TIME_WAIT localhost.43594 localhost.43595 32768 0 32768 0 TIME_WAIT localhost.43598 localhost.35237 32768 0 32768 0 TIME_WAIT... (6 Replies)
Discussion started by: DPAI
6 Replies

2. UNIX for Dummies Questions & Answers

Tcp-server

I have true64 Unix running and there a scales in the sytem which connect thru a com-server to the network. they have their own IP-address and are communicating over port 8000. when I telnet to the com-servers and the print function of the scale is executed I can see the data coming. I need to know... (1 Reply)
Discussion started by: albinhess
1 Replies

3. UNIX for Dummies Questions & Answers

Strange issue

I have created a server monitor program in Java that connects to servers via SSH and constantly refreshes the new server load every 3 mins. The problem is that even though it is a Java app running shell commands to get the load info, the commands still appear in 'history'. The question is.. is... (1 Reply)
Discussion started by: AndrewSH
1 Replies

4. Gentoo

Server Setup

We have C++ server (web applications) and Java Servers. I am not a Java developer but Java people say that Java Servers requires tomcat as it renders web pages. The Java server updates DB that C++ servers inquires upon and makes processing accordingly. This setup is ok for a user as the user... (6 Replies)
Discussion started by: uunniixx
6 Replies

5. Programming

Client in C++ , Server in Java ,Can they talk ???

Hello !!!!! , I am trying to develop a very simple client/server program using Sockets and the TCP/IP protocol.The client must be in C++ and the Server in Java , i was told that those two could talk to each other easily, but i can not make that happen. All i need is a very very simple example... (2 Replies)
Discussion started by: mcnikolas
2 Replies

6. AIX

Releasing a Port

Hey Guys, I need a help, After I upgraded my server to AIX 6.1.4 the port 80 is occupied by a Java process bash-3.00# netstat -Aan | grep "*.80" f1000700007d7bb0 tcp 0 0 *.80 *.* LISTEN bash-3.00# rmsock f1000700007d7bb0 tcp usage: rmsock Addr... (2 Replies)
Discussion started by: kkeng808
2 Replies

7. Programming

How to provide password to the prompt through Java

Hi All, I am using Ubuntu machine with JDK 6. I am running following command on shell- sudo ./somecript . Now, it prompts for sudo password and I provide the sudo password on shell and "somescript" starts running with sudo permissions. What I want to do is, I need to execute... (1 Reply)
Discussion started by: jaibhim
1 Replies

8. Programming

First Java Application

Hello all, This is my first java application since college (years ago..) What it basically needs to do, is verify that it can connect to a server, and once it is connected, run a series of AIX commands to verify that certain processes are running, and if they aren't running, it needs to start... (1 Reply)
Discussion started by: jeffs42885
1 Replies

9. UNIX for Advanced & Expert Users

Port number file

In which file inside the application code we can find the list of port numbers that the application is entitled to listen? (4 Replies)
Discussion started by: p_gautham12
4 Replies

10. Shell Programming and Scripting

How to read nth word from delimited text file?

Hi i am new in scripting how i can get 2 elements from first line of delimited txt file in shell scripts. AA~101010~0~AB~8000~ABC0~ BB~101011~0~BC~8000~ABC~ CC~101012~0~CD~8000~ABC0~ DD~101013~0~AB~8000~ABC~ AA~101014~0~BC~8000~ABC0~ CC~101015~0~CD~8000~ABC~ can anyone plse help?... (3 Replies)
Discussion started by: sushine11
3 Replies

11. UNIX for Beginners Questions & Answers

Telnet failed to localhost.

Hi, I am trying telnet to localhost 514. But the connection is refusing. Port does not appear in netstat. IP table service is also off. (5 Replies)
Discussion started by: Nishit
5 Replies