As I mentioned in the IDE thread, by old
installation of Forte croaked and I
ended up with JBuilder Personal. I like
it greatly except...
The first thing I did with it is fix
a minor bug in an applet. JBuilder
really wanted to put the "main" class
in a package, and when I forced it
not to like Forte did by default
(in the root in the jar file) browsers
couldn't find it. So I let it go with
the package. Under Mozilla/Firebird
you then specify it with
code="packagename.classname.class"
which is what I would expect. But
then IE can't find it, and you have
to specify it with just
code="classname.class". I really
don't want to write all kinds of
broswer-specific code to handle this.
Anyone have an idea what's going on
here?