0
Only Java
Hello I start with java and on my computer if there only java it bug... i ask me if i can use only java or if i have need of a html with a java link or other thing ? Thankâs
7 Answers
+ 1
in generaly for running java code you don't need html, if you got error message, put your code here
+ 1
I have not Sublime, but try this
https://www.codejava.net/coding/how-to-compile-and-run-a-java-program-with-sublime-text-3
+ 1
perfect !
thankâsđ
0
i have do a link between html and java but ln phone is ok on computer it bug
public class helloworld
{
public static void main(String args[]) {
System.out.println("hello world");
}
}
0
this code is ok what is your bug? have you problem with java instalation or with compiling and running ?
or are you using some online compiler on web page ?
0
yes i use the software sublim text for run the code
and the syntax html or css... is ok and it reconize the syntax but not with java... i hope be clear
thankâs đ
đ
0
zemiak last question
you use which software for run your code ?