Search Results

Showing results 1 to 8 of 8
Search took 0.01 seconds.
Search: Posts Made By: Daishi ; Forum: Java and child forums
Forum: Java Nov 14th, 2005
Replies: 3
Views: 2,849
Posted By Daishi
There is. Here's a handy little link:

http://java.sun.com/j2se/1.4.2/docs/api/java/util/Map.html
Forum: Java Nov 2nd, 2005
Replies: 11
Views: 1,978
Posted By Daishi
public class b
{
public static void main(String args[])
{
a w = new a();
a.prt();
}

You're trying to call prt() as a static method of a, which it is not. Shouldn't that be w.prt()?
Forum: Java Oct 17th, 2005
Replies: 2
Views: 4,171
Posted By Daishi
int i = 5; // Or number in the ascii table.
System.out.format("%c ", (char)i);


http://www.lookuptables.com/

Is that what you mean by special characters?

-Fredric
Forum: Java Aug 22nd, 2005
Replies: 4
Views: 2,124
Posted By Daishi
:rolleyes:

You must be in the most difficult beginning programming class imagineable.
Forum: Java Aug 18th, 2005
Replies: 2
Views: 1,484
Posted By Daishi
You should really use code brackets when pasting code, it makes it a lot easier to read.

I had to make two changes to make that work, the first was changing the line...


// The function...
Forum: Java Aug 17th, 2005
Replies: 12
Views: 2,023
Posted By Daishi
Forum: Java Aug 17th, 2005
Replies: 12
Views: 2,023
Posted By Daishi
The error I'm getting is "Exception in thread "main" java.lang.NoClassDefFoundError: HelloWorld/java

This is a pretty generic error, and seems to be very common. It is telling you that whatever...
Forum: Java Aug 16th, 2005
Replies: 12
Views: 2,023
Posted By Daishi
It sounds like you already compiled the class. You should have the two files...

HelloWorld.java (this is where the Java code you wrote is)
HelloWorld.class (This should have been created when...
Showing results 1 to 8 of 8

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC