#Launch BlueJ using a web application.

4 messages · Page 1 of 1 (latest)

proper aurora
#

I want to launch BlueJ from a web application using its protocol URL, like for VS code we can type vscode:// in the browser and it will launch VS code.
I want to do the same for BlueJ, but I am not able to find its protocol URL anywhere.
There's an entry in the registry (in windows), which means it can be launched using a protocol URL, I just do not have the specific URL.
Does anyone have any ideas?

next skiffBOT
#

This post has been reserved for your question.

Hey @proper aurora! Please use /close or the Close Post button above when you're finished. Please remember to follow the help guidelines. This post will be automatically closed after 300 minutes of inactivity.

TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here.

quiet vine
#

https://github.com/shengyou/vscode-handler you might find this repo helpful. It looks like it's a registry edit tied to a basic script. But you're going to encounter a lot of problems. Namely that BlueJ's documentation does not mention anything regarding Opening to a specific file from the Command Line. You might have to write a specific extension, and if the Extension API doesn't allow for that functionality, you're not going to be able to push much further.

GitHub

Maps vscode:// URL schemes to Visual Studio Code. Contribute to shengyou/vscode-handler development by creating an account on GitHub.