> Hello
> I hae a web application and I just want to try to get
[quoted text clipped - 29 lines]
> align = "middle"
> />
In the source code file myApplet.java, do you have a package declaration
at the top of the file? If so, what is it?
- Oliver
C P - 28 Jan 2006 03:12 GMT
Hi Oliver
Thanks. I changed it thinking that was the problem and still the same
problem but possibly further. myApplett now is now actually client.myApplet.
The jar is still applets.jar. The html calling myApplet is outside
everything at the root level of the jar. The html has been changed as below.
With the Java Consol open I can now see that nb is trying to load myApplet
out of the src directory. The applets.jar is produced correctly, but running
it in the IDE fails. Can anyone inform how to understand this?
myApplet.html
snip
<applet
codebase="."
archive ="applets.jar"
code = "client.myApplet"
name = "TestApplet"
width = "400"
height = "300"
hspace = "0"
vspace = "0"
align = "middle"
>> Hello
>> I hae a web application and I just want to try to get
[quoted text clipped - 6 lines]
>
> - Oliver
Paulus de Boska - 31 Jan 2006 15:23 GMT
This will help (if your browser supports Java) :
http://javalessons.com/cgi-bin/fun/java-tutorials-main.cgi?ses=ao789
then lookup lesson 32.Packages in the index.
---
Paul Hamaker, SEMM
http://javalessons.com