Question

I’m currently developing code meant to interact with the API of the Bitcoin exchange with an algorithm deciding whether to buy or sell and all. However, I can’t have my laptop running 24/7, so I was wondering, if there exist another option, like some sort of online/cloud IDE for java, which had a workspace to handle files, and could run my program for me - possibly for a small fee? Thank you :)

Was it helpful?

Solution

What you are looking for is How to Deploy a Java Applet. Here is a nice tutorial.

http://docs.oracle.com/javase/tutorial/deployment/applet/index.html

If you want your applet to be available from anywhere, you will have to embed it on a page that is hosted on the Internet. Getting a page hosted costs money, especially if you don't host it yourself, but there are thousands of well-known companies that provide this service. I can't provide any advice on which one is best, for fear of being swallowed alive by StackOverflow.

Once you have a page hosted, you can embed your Java Applet by following this tutorial.

http://www.echoecho.com/applets01.htm

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top