please I need help on my java Applet

A

Andrew Thompson

hi everyone i tried to compile this code returns no error but i tried to
view it on appletviewer it say "Start: applet not initialaized".

I do not have time to look closely at the code tonight, but
noted that it is giving errors that are more specific than the
one you quoted. If you check the Java console, you might see..

java.lang.NullPointerException
at java.applet.Applet.getAppletContext(Applet.java:171)
at Shoppingx.<init>(Shoppingx.java:51)
....

Check here[1] for some tips on how to read and understand what the stack
traces are reporting, and you will find they assist debugging greatly.
[1] <http://www.physci.org/codes/javafaq.jsp#exact>

Please also note that it is best to replace all tabs with two or three
spaces each when posting to usenet, as a lot of news clients indent
them by insane amounts - they are problematic.

HTH
 
C

Chris Uppal

Andrew said:
Please also note that it is best to replace all tabs with two or three
spaces each when posting to usenet, as a lot of news clients indent
them by insane amounts

Insane amounts such as zero, for instance ;-)

-- chris
 
J

java10

i have fixed the problem regarding "Applet not initialised". i kind of what
to ask some questions concerning creating CSV file- using java to do write
CSV files. can you help.
java10
 
L

Lee Fesperman

java10 said:
hi i am trying to sort a database table using java .is this possible

Any decent database engine will provide excellent sorting for tables. In SQL, use ORDER
BY. Why do you want to sort it yourself?
 
G

Gerbrand

Lee Fesperman schreef:
Any decent database engine will provide excellent sorting for tables. In SQL, use ORDER
BY. Why do you want to sort it yourself?
I suppose his teacher told him so (or her)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,260
Messages
2,571,039
Members
48,768
Latest member
first4landlord

Latest Threads

Top