You are on page 1of 1

http://201.170.160.

249/
----- BEGIN LICENSE ----Alexander
Single User License
EA7E-814345
51F47F09 4EAB1285 7827EFF0
A76A6EA3 E1A1CA7A DC1F2703
8EDC1C82 3F2A58B9 1C0C8B24
281245B3 6233DE5C ADC5C2F9
171B63EF 86BA423F 6AC884FD
5F50A6DB CE7859AE D62D2B37
078A8A20 70EEA791 84F48C1E
0B3907C0 C9A3523B 0091A045
------ END LICENSE ------

8B1207DC
14897784
67686432
61FB8A04
3273A7AA
AEEDD8C2
8ABA7DEB
6F67AED8

Insertart codigo en show > show console


https://sublime.wbond.net/installation#st2
Programar funciones:
Ir a Tools -> Build System -> New Build System.
Y para html poner:
{
"cmd": ["start", "$file_name", "&&", "exit"],
"shell": true
}
Al guardarle ponemos un nombre descriptivo
como por ejemplo ejecutaHtml.sublime-build
ten cuidado que la extensin del archivo debe ser .sublime-build.
Para compilar java:
{
"cmd": ["javac ${file_name} && java ${file_base_name}"],
"shell": true
}

You might also like