Home > Archive > Java Help > January 2006 > some help required : applets blinded
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
some help required : applets blinded
|
|
| whitewolf 2006-01-29, 7:57 am |
| Hi,
I experienced a strange behaviour of some applets on mozilla 1.8 / W2K
..
The panels of the applet don't display any of its component. It's an
all blank panel.
config :
I run W2K
Java config:
CLASSPATH=C:\Program
Files\Java\jre1.5.0_06\lib\ext\QTJava.zip;.
JAVA_HOME=C:\Program Files\Java\jdk1.5.0_02\bin
I also have other jre leftovers :
jre1.5.0_02
jre1.5.0_04
but they don't appear in the evironment.
The jdk is the only one in the environment (eclipse has
a wealth of stuff inside I don't want to know about).
TIA
| |
|
|
"whitewolf" <metoudi@gmail.com> wrote in message
news:1138537847.598961.305380@o13g2000cwo.googlegroups.com...
> Hi,
>
> I experienced a strange behaviour of some applets on mozilla 1.8 / W2K
> .
>
> The panels of the applet don't display any of its component. It's an
> all blank panel.
>
> config :
> I run W2K
> Java config:
> CLASSPATH=C:\Program
> Files\Java\jre1.5.0_06\lib\ext\QTJava.zip;.
> JAVA_HOME=C:\Program Files\Java\jdk1.5.0_02\bin
>
> I also have other jre leftovers :
> jre1.5.0_02
> jre1.5.0_04
>
> but they don't appear in the evironment.
>
> The jdk is the only one in the environment (eclipse has
> a wealth of stuff inside I don't want to know about).
>
Does the applet work correctly in any _other_ environment? If yes, which
ones?
I know nothing about you and a lot of the people that ask questions on this
list are new to programming in Java (or programming in general) so this is
the first question that needs to be answered.
If you have seen the applet work fine in other environments, then your
environment may be an issue, as you suspect. Otherwise, especially if you
are new to Java, I'd suspect an error in your code, not your environment. I
can certainly remember applications I wrote which failed to display
components simply because I'd forgotten to do a setVisible() on the
application.
Rhino
|
|
|
|
|