codesandbox / codesandbox-client

An online IDE for rapid web development
https://codesandbox.io
Other
13.11k stars 2.29k forks source link

Java template in codesandbox.io #8553

Open Sachin-Thakur opened 2 months ago

Sachin-Thakur commented 2 months ago

Why we are not able to access c , c++ or java on this template?

is this something not available on codesandbox or is there any specific reasons why java or c or c++ template is not available image

filipelima18 commented 2 months ago

Hi @Sachin-Thakur. C , C++ and Java are supported. You can configure those environments on the .devcontainer/devcontainer.json file of a Devbox. One way to do this would be to create a new Devbox using our "Docker" template (which is a fairly barebones environment) and then rewriting devcontainer.json to include the environment you wish to set up. We have a guide about this on our Docs that you might find useful.