Archive for the ‘java’ Category

Trying to download Java but it asks me to pick a program to use to open file?

Tuesday, February 7th, 2012

Which program do I need to install Java? If not a program what should I do? It downloads but the installation process wont begin.

Trying to download Java but it asks me to pick a program to use to open file?

Tuesday, February 7th, 2012

Which program do I need to install Java? If not a program what should I do? It downloads but the installation process wont begin.

Trying to download Java but it asks me to pick a program to use to open file?

Tuesday, February 7th, 2012

Which program do I need to install Java? If not a program what should I do? It downloads but the installation process wont begin.

What development tools do I need to download in order to program java?

Tuesday, January 31st, 2012

I have a Java for Dummies book and it's pretty outdated. The links don't work anymore as it's about 7 years old. What development tools do I need to download in order to do some java programming?

What is the best way to learn Java Programming?

Tuesday, January 31st, 2012

Hi, I've recently become interested in learning to program with java in the Netbeans and/or Eclipse IDE and was wondering the best way to improve. I know very little right now but am eager to learn. If you think a different language would be more optimal for a ...

How to use java programs that use other java programs in a website?

Saturday, January 28th, 2012

I have a java applet that uses another java program for objects and methods. How can I put the java applet into a website and also use the other program? (the applet appears but does not successfully work without the other program) (both programs are java programs I have written).

How can we make a Java program that reverses a given five digit integer?

Saturday, January 21st, 2012

how do we program Java that accepts a five-digit integer into its individual digits and prints the digits, in reverse, separated from one another by three spaces each. for example, if the user types 78906 the program should print 60987. pls help, it's my first time taking up a programming subject.

What are the only things that can be declared in a Java interface? Be specific with full access modifiers and?

Friday, January 20th, 2012

What are the only things that can be declared in a Java interface? Be specific with full access modifiers and keywords.

How to convert desktop java program to mobile phone?

Thursday, January 19th, 2012

I have written a few programs using java in a program called eclipse. How can I make it so I can use the little programs on my nokia e71? They are mainly just converters, like kilometres to miles etc. I am making the programs in eclipse. How do I get it from eclipse ...

How do I get Java programming software on my Mac?

Wednesday, January 18th, 2012

I am interested in getting Java programming software on my Mac, so can you give me a small guide or a link to a download? I searched, but I could not find anything. Thank you. I am interested in a free version.

Can I really learn JAVA in six months and get a job in a competitive market?

Monday, January 16th, 2012

here's the situation. im 26 and having to start all over in terms of my career. but my brain seems to be at an age where learning a new computer language isnt all that fun or easy. so with plenty of hard work and a little optimism i should be ...

How do I use a program in java to create a folder in my documents?

Friday, January 6th, 2012

How do I use a program in java to create a folder in My Documents? I'm writing a program in Java and I want to create a folder in My Documents and then create text documents from the program into said folder. Can someone please help? The code needs to permanently ...

How do you program java to read integer representing the number of floating point numbers,?

Thursday, December 29th, 2011

How do you write a Java program that reads an integer representing the number of floating point numbers, then reads those numbers into an array and displays their average on the screen?

when coding in Java, how do I get net beans to printout after a successful build or debugging?

Sunday, December 25th, 2011

I'm coding in Java using the net beans IDE and I cant get the compiler to print out my results after a successful build. What am I doing wrong?

How do switch statements work with other programs using java?

Saturday, December 24th, 2011

I am trying to write a program with a switch statement that will call a subroutine from another program. But I can't figure out what to write under the case. The info you need to know is that the main program is called Lab10 the second Lab10Calc and the subroutine ...

JAVA!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!?

Friday, December 23rd, 2011

System ("cls") in java?

Is it possible to write a java program for a TI calculator?

Thursday, December 22nd, 2011

My teacher is a java programming and calculus teacher. He is always showing off programs that he wrote for his TI. I tried searching online but can't find any info. Is it possible to write a java program for the TI or are they two completely ...

In Java: How to sort an array of strings that are ID numbers that also contain letters and dashes?

Wednesday, December 21st, 2011

My assignment is to sort an array of strings in the format of LDD-DDDDD. Where L can be the letter B, M, or P, and the D's must be digits. We are instructed to use the selection sort method. I have most of the assignment done, I just have no ...

What is the best program to create 3D java games?

Tuesday, December 20th, 2011

Right now, i can easily make 2D java games in Greenfoot, but can't find/figure out to make 3D games. I've installed JMonkey, but it seems confusing... Any suggestions?

How do I use a java program to create a text file in a folder in my documents?

Monday, December 19th, 2011

I'm writing a program in Java and I want to create a text file in a folder in my documents. Can someone please help? The code needs to permanently create the new text file.