Posts Tagged ‘Notepad’
Thursday, October 9th, 2008
suepooh asked: I’m on Chapt.2 of my programming class and I am stuck—I have notepad ++ (so the lines are numbered and are easier to read) I’ve checked my path variables and re-checked some other things–but I am to the part where they want you to change the color–in command prompt I keep getting errors–I am typing the change in notepad++ exactly like the book shows–and saving it–then when I go to command prompt to see if it changed it just shows errors–any help would be appreciated–
because it is a college class we are required to use notepad++ and java 4.0-I just need to know if I’m entering something wrong or maybe there is a property or something that I need to change–my path variable is correct–
I am not trying to change the font or color of command prompt—I am trying to do a homework assignment for a java programming class that requires me to use command prompt to change another program
(a program the teacher gave us to load on our computers)
Tags: Chapt, Homework Assignment, Intro To Programming, Java Class, Java Programming Class, Notepad, Path Variables, Programming Java
Posted in Programming & Design | 5 Comments »
Monday, October 6th, 2008
undoubtedly0 asked: Okay, I have a notepad item on my desktop called “Powers_of_i.java” It contains the following code that (in a GUI) simply calculates the values of imaginary numbers. How can I:
A) Run this program without using Eclipse (which I made it with)?
B) Send this program to someone else so they can use it?
Thanks for helping - please try to give me easy step-by-step instructions that I might be able to understand.
Sorry - I forgot to mention that the program is written in Java.
Tags: Eclipse, Gui, Imaginary Numbers, Java Program, Notepad
Posted in Programming & Design | 3 Comments »
Sunday, August 24th, 2008
Rozidee I asked:
Can someone suggest me software in order to edit and compile java file and where I can download it? It is very useful to me. Except : EditPlus, Ultraedit, otsEditor, notepad, textpad, and i dont want to choose compile using jdk
Tags: Java File, Java Language Programming, Java Programming, Notepad, Textpad, Ultraedit
Posted in Programming & Design | 6 Comments »
Friday, August 15th, 2008
pitong asked: The tutorial said that use tex editor like notepadthen when compile the code in dos prompt it said that cannot recognizewhat do you mean by this.
The code in dos prompt it said that cannot recognizewhat do you mean by this.
Caffeinated Content
Tags: Dos, Dos Prompt, Editor Java, Java Tutorial, Notepad, Progamming, Tex Editor
Posted in Programming & Design | 3 Comments »
Saturday, July 26th, 2008
mikeduptwo asked:
How do I load a Microsoft word document or any type of document into a java program and be able to replace words and manipulate the document using Java?
What method will I need to add? What method will I need if whatever I am doing is in notepad??
Tags: Java Program, Microsoft, Microsoft Word Document, Notepad, Using Java
Posted in Programming & Design | 3 Comments »
Wednesday, July 23rd, 2008
vordanna asked: I am trying to learn to write Java in Notepad++.
I have chosen Java in the language tab.
When i open an old code written in another program it looks like this…
class Loop{
**public static void main( String args[] ){
****for(int i=0; i<10; i++){
******System.out.print("O");
**}
*}
}
(the "*" represents space, because yahoo seems to remove unnecessary space in front of a sentence automatically.)
But when I write the same code in Notepad it becomes like this...
class Loop{
public static void main( String args[] ){
for(int i=0; i<10; i++){
system.out.print("O");
}
}
}
I was hoping someone would know how to make notepad++ write like in the first example without using "space" more than necessary.
Tags: Java Language, Language Tab, Learn Java, Learn To Write, Main String, Notepad, Programming Java, String Args, Unnecessary Space, Yahoo
Posted in Programming & Design | 2 Comments »
Sunday, July 20th, 2008
pitong asked: The tutorial said that cannot recognizewhat do you mean by this.
Caffeinated Content
Tags: Dos, Dos Prompt, Editor Java, Java Tutorial, Notepad, Progamming, Tex Editor
Posted in Programming & Design | 3 Comments »
Tuesday, July 15th, 2008
Gum D asked: I’m learning how to program java in BlueJ, but I hear that learning java with an IDE is a bad thing and that I will not learn the basics this way. I’d love to program in notepad, but I haven’t a clue on how to program with it. I can type the code but then I don’t know what to do with it. What do I do? What do I save it as? How do I run it? What do I run it with?
Tags: Bluej, Clue, Java Ide, Java Learning, Learning Java, Love, Notepad, Program Java
Posted in Programming & Design | 5 Comments »
Friday, June 27th, 2008
maddy asked:
I have j2sdk1.4.2_05 version of java. But in this I have to type the source code using notepad and then compile it using command prompt. Can anyone tell me whether there is a java language software that has inbuilt source code editor and compiler like turbo c/c++?
Tags: Command Prompt, Java Language, Java Programming, Java Software, Language Software, Notepad, Programming Software, Source Code Editor, Turbo C
Posted in Programming & Design | 1 Comment »
Tuesday, June 24th, 2008
Dhivya D asked:
I have written some contents into a text file ie to a notepad in java. How can i set size for that file? That is I have to remove the empty space in the notepad after i wrote the contents in it. Bec while printing that text file using dot matrix printer the paper is scrolling till the end of the file. The printer should stop after it reach the end of file. It shoud not scroll the empty paper. Plz help me..
Tags: Dot Matrix Printer, Empty Space, Java Code, Java File, Notepad, Printer Paper
Posted in Programming & Design | 2 Comments »