Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. JSamadi

    can't run Tomcat

    '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.
  2. JSamadi

    GUI problem panel in a panel

    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...
  3. JSamadi

    CLASSPATH problem in Java Web server2.0

    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
  4. JSamadi

    Hello again, VB Gurus! It's me,

    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...
  5. JSamadi

    can IIS support Jsp?

    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
  6. JSamadi

    Icons in Java1.1.8

    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...
  7. JSamadi

    Java IDE

    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...

Part and Inventory Search

Back
Top