This question already has answers here:
Closed 10 years ago.
Possible Duplicate:
Java BitTorrent library
I would like to know more about creating a torrent client in java.
I ask this question here because i do not know which direction do i look into to start programming for a torrent client.
I guess i would require a
Socket
Knowledge of the networking torrents use
Could someone point me in the right direction.
The Java Socket API:
http://docs.oracle.com/javase/tutorial/networking/sockets/index.html
The Official BitTorrent Protocol Specification:
http://www.bittorrent.org/beps/bep_0003.html
Related
This question already has answers here:
How to organize RMI Client-Server architecture
(2 answers)
Closed 7 years ago.
I am trying to understand the basics of RMI in Java but I am having difficulties in setting a variable for each client.
What I am trying to do is a calculator with a floating variable for memory, memory that is not shared between clients. How can I do that?
Nevermind, I found a solution.
For those trying to do something similar, look here How to organize RMI Client-Server architecture
This question already has an answer here:
Closed 10 years ago.
Possible Duplicate:
Reading and Writing to a DVD/CD - Java
Is possible to build/code a burner software like Nero in JAVA Only ? ... How do that ?
That's will be great if it's possible !!
Thank you
No. Java does not have direct access to the hardware from pure Java code. You'd have to use native code loaded via JNI calls.
This question already has answers here:
Closed 10 years ago.
Possible Duplicate:
Using a java class from Delphi
I wrote a program in Delphi 5 years ago and I am now revisiting it. Is it possible to write a class in Java and then use it as a component in the Delphi 5 program? If so what is the best way to approach the problem?
The only way I can think that might work is creating an Applet in java and showing it on a web browser component from Delphi. But I don't know how can you access properties from this applet.
This question already has answers here:
Closed 12 years ago.
Possible Duplicate:
XMPP starter - with java
Please help me in getting started with XMPP, as I am going to start working on a Java project soon and I will be implementing this protocol. I need to get started soon but I couldn't find many resources online. How do I give input to the server and then receiving the msg back? How do I communicate with the ISB and client-xmpp-xlient? Any other basic suggestions are welcome. Thanks!
Have you looked into the Smack XMPP client API for your project?
http://www.igniterealtime.org/projects/smack/index.jsp
This question already has answers here:
Closed 11 years ago.
Possible Duplicate:
How do you sign a Java Midlet?
How do I sign a Java midlet?
What have you tried ? This is a tutorial readily available on Google (which lists a set of common problems along with the signing process). If this isn't working then it's worth publishing more specific info on what isn't working.