Summary: Hi! I am trying to solve a java problem. I have solved the problem, but just some thing does not work. I am trying to find n , and this ( n x n) must...
Summary: Hey I'm trying to use CodeWarrior to write some Java programs. I get the error: Link Error : Could not initialize Java VM. Make sure the JDK is ins...
Summary: Anyone have RealJ for Java? When I load a java source file and go to the build drop-down and try to click compile, it won't let me. The compile option...
Summary: I am having a few problems and I cannot explain why this is happening. I am using a Java servlet to connect to an Oracle Database. Using the "SELECT *...
Summary: hello. I have another problem with java. Now, my programs compile, but they always won't work in the browser. There are 3 types of people in this worl...
Summary: Hi! I am trying to learn Java, I don not have too much problem whit writing code,but I have problem whit how I can start to solve a problem: my Proble...
Summary: I have a problem with a program that generates X numbers of numbers between 1 and 6. X is to be set by an user(Input). The problem is that the result ...
Summary: hello. I have problems with java. every time i try to compile a java applet, I get The following message: Exception in thread "main" java.lang.NoClass...
Summary: Hi there, Recently we have build a java component for uploading files to webservers. We used Java 2 (JDK 1.3) with additional jsse, jnet and jcert lib...
Summary: Hi, I was wondering if anybody could help me with this question? I have a UDP client and UDP Server program written in java and I was wondering: I hav...
Summary: I am new to programming and I'm tryint to do my very first java application. I compiled my code and it said tools completed successfully but when I at...
Summary: Would anyone be kind enough to let me send them a test web page I have done. I have tried a little java script, but I am doing something wrong. You wi...
Summary: The discription of the problem is unclear. 1: are you saying you want to print out a hard copy of the JTable. 2: Or; trying to print the informatio...
Summary: Hi, You can use the class Vector instead of doing that using Arrays. See the following link: http://java.sun.com/j2se/1.5.0/docs/api/java/util/Vector...
Summary: heres the problem ill cut to the chase im trying to get a program to repeat using a while loop. im using a counter and an array of strings. the string...
Summary: I have a Java problem: How can I change the following code, which inserts Integers to a SortedLinkedList, to inserting Sorted Strings? //insert intege...
Summary: Complete the application below and answer the following questions: /** Print a friendly greeting. */ 2 public static void main(String[] args) { 3 int ...
Summary: Hi Everybody.. i m facing a problem with java mail api..actually i want to send the mails by using SMTP server in JSP across the Internet..so can anyb...
Summary: i have a problem using java to create a program to determine if it is a prime or not. And also a palindrome code. Can you help me with this? ran ...
Summary: Currently using Java2 SDK 1.4.1 from java.sun.com The program has no problem and there is no compile errors... But it the program cannot run properly....
Summary: hai guys... this coz of the java file name, for java u have to save the java fail name.. same as ur java class name.. the fail name n class name must...
Summary: Hi, I have a ksh script and I call a Java appication inside it. That Java app requires some data from the stdin. And it works fine, unless I use "| mo...