'Label not found' is what happens when DOS batch files run, and attempt to "goto" some label that doesn't exist.
So i'd say something has gone missing from tomcat.bat
Try to re-install just those files.
I am replying without the text in front of me, and with no clear understanding myself...
But in Deitel & Deitel's Java2 book, I recall them spawning JDialogs and passing "null" as the 'Parent Frame'. Might this work?
Failing that, or if you definitely want the JDialog to have...
You are overwriting CLASSPATH with only a single jar file. This may make some difference, so try:
CLASSPATH = %CLASSPATH%;c:\JavaWebServer2.0\lib\servlet.jar
There is a way!
Select ActiveX Control under New Project.
You will get what looks like a form, but it's actual a canvas on which you draw intrinsic controls. You can then write your custom code underneath these controls.
When you "make" this control, it will be available to add to...
If you download Tomcat, you can make several web servers, including IIS, use Tomcat to process .jsp, just as IIS uses asp.dll to process .asp pages.
Find out the details in the document that is installed here: <tomcat-install>\doc\tomcat-iis-howto.html
Hi,
Another message so soon!
I am trying to do some dialog boxes and other screens that require an image. The only examples I've been able to find about images in Java, are using Swing or using applets and image URLs.
I am restricted to using 1.1.8 AWT. Does anyone have advice on loading...
Hi all,
This is my first post to the forum, probably one of many.
Where I work, we are in the process of training our developers (i'm one of them) in Java. We are a C++/Perl shop, and making the switch to Java/J2EE.
I'm the junior member of a project that is all about selecting a...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.