Posts

HOW TO RUN A JAVA PROGRA USING CMD Prompt

Image
In this we will see how to run a java pogram in cmd prompt Compiling and running a java program is very easy after JDK installation. Following are the steps − 1) We have to download JDK. JDK is Java Development Kit  you can download it from its official website.  click here to download JDK   2) After downloading JDK install the Kit and then start program 3) To run a java program in cmd. open cmd as Run as administration shown in fig    to run java program type in notepad or notepad++ or any editor. 4) After Opening cmd type "cd C:\Program Files\Java\JAVA\jdk1.6.0_18\bin" as shown in fig. after typing " cd " give space and then file path instead of typing direcly copy the path of jdk from your "C drive"  and hit enter. 5) After step 4 type" javac program name.java" javac is use to compile the program if there is error in program it will show otherwise it will show new line as shown in fig. In this First.java is program name.  6) After step no 5 t...

HOW TO DOWNLOAD AND INSTALL PLUGINS IN SUBLIME TEXT EDITOR 3 or ANY VERSION

Image
  H ello Friends,         Let us see and explain how to learn OR Install Plugins in sublime text editor or any version. You can download Sublime text editor from official website of sublime text  CLICK HERE TO DOWNLOAD After download just do simple steps and your plugins are download and your sublime text editor is ready for your work. Let’s start         STEP NO:1 To download package firstly you have to go on the menu bar click on TOOLS à “below the DEVELOPER option”   you can see INSTALL PACKAGE CONTROL click on INSTALL PACKAGE CONTROL after clicking on the INSTALL PACKAGE CONTROL your REPOSITRIES will load after loading you can download package easily.         you can see in image After this loading on the screen you will see one small window OR   STEP NO 1.1 :-  ...

HOW TO DOWNLOAD AND INSTALL PLUGINS IN SUBLIME TEXT EDITOR 3 or ANY VERSION PART 3

Image
H ello Friends,   Let us see and explain how to download bootstrap of any version package. STEP NO 1 :-                                    Another Step is simply type Control+Shift+P(“ctrl+shift+p”) from your keyboard after that you just type INSTALL   after typing you can see in list from that first is {Package Control: Install Package} you can see in the image hit enter on first option.   And after clicking {Package Control: Install Package} you will see one small window “ Successful install” like that window will appear.          STEP NO 2:-          After step simply type <h1 class=”col-lg-3 card”> </h1> but you can’t see the bootstrap option    After downloading the bootst...

HOW TO DOWNLOAD AND INSTALL PLUGINS IN SUBLIME TEXT EDITOR 3 or ANY VERSION PART 2

Image
H ello Friends,         Let us see and explain how to download emmet package. “ “Emmet is a set of plug-ins for text editors that allow for high-speed coding and editing in HTML, XML, XSLT, and other structured code formats via content assist” ”  this is definition of Emmet STEP NO 1 :-                                   Another Step is simply type Control+Shift+P(“ctrl+shift+p”) from your keyboard after that you just type INSTALL  after typing you can see in list from that first is {Package Control: Install Package} you can see in the image hit enter on first option.         And after clicking {Package Control: Install Package} you will see one small window “ Successful install” like that window will appear. ...

HOW TO DOWNLOAD AND INSTALL PLUGINS IN SUBLIME TEXT EDITOR 3 or ANY VERSION PART 4

Image
  H ello Friends,         Let us see and explain how to download beauty or HTML Formatter. Many time we do on the internet using html formatter. But in this page we will see how to format html in sublime text editor using simple step. STEP NO 1 :-                                    Another Step is simply type Control+Shift+P(“ctrl+shift+p”) from your keyboard after that you just type INSTALL   after typing you can see in list from that first is {Package Control: Install Package} you can see in the image hit enter on first option. can see in the image hit enter on first option. And after clicking {Package Control: Install Package} you will see one small window “ Successful install” like that window will appear.       ...

HOW TO REMOVE DOWNLOADED AND INSTALLED PLUGINS IN SUBLIME TEXT EDITOR OF ANY VERSION

Image
  H ello Friends,         Let us see and explain how to remove package or delete package. Many time we download or install wrong we can remove package from sublime text editor installation and removing is simple just type remove instead of install. STEP NO 1 :-                                    Another Step is simply type Control+Shift+P(“ctrl+shift+p”) from your keyboard after that you just type REMOVE   after typing you can see in list from that first is {Package Control: Install Package} you can see in the image hit enter on first option. You can see in the image hit enter on first option.         And after clicking {Package Control: remove Package}          Just type w...

Followers