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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by sap

  1. sap

    [b]Mozilla.exe has generated errors and will be closed by Windows[/b]

    I'm using Mozilla 1.7.3 on win2k prof. for developing web application using Tomcat 1.4.27 server. After some duration, Mozilla stops running and generates following error:- "Mozilla.exe has generated errors and will be closed by Windows" What leads to this problem? where does the fault lies...
  2. sap

    ERROR by SVCHOST.EXE

    There are three svchost.exe applications running simeltaneously in the system. When connected to internet (dial up) within few minuts, error window pops up telling "svchost.exe has generated error and this application will be closed" when clicked on CANCEL button, error window get closed and if...
  3. sap

    ERROR by SVCHOST.EXE

    There are three svchost.exe applications running simeltaneously in the system. When connected to internet (dial up) within few minuts, error window pops up telling "svchost.exe has generated error and this application will be closed" when clicked on CANCEL button, error window get closed and if...
  4. sap

    Blaster worm or something else ?

    Error is generated by 'svchost.exe' within few minuts when i connect to internet. it says "svchost.exe have generated error & The window will be closed". It actually never closes the window but JavaScript inside any webpage can't be executed.(no buttons can be clicked) It doesn't allow...
  5. sap

    virus?? or worm ??

    When i logon to net and open IE 5.0 window, after some time suddenly a window opens up giving some memory address reference with two buttons to Cancel and OK. After this, i can not see files in the folders WINNT and Program Files. But Status bar shows no. of files in the folder. Also Search...
  6. sap

    System font

    While i was playing game on the pc(win2k server), suddenly the game application stopped.wrong key pressing might be the cause. There after the "font size " of every appliction in the pc have enlarged automatically causing limited content display in any window at perticular time. I...
  7. sap

    Home Interface Compilation Error

    In this example "Demo" is the name of the Remote Interface as well.which is in the same directory.So compiler should easily get it noticed. In all other examples i got the same error. other Codes like remote Interface and bean class get compiled easily. With Examples from Sun.com and...
  8. sap

    Home Interface Compilation Error

    simple code for Home Interface gives compilation error.code is as follows- import java.io.Serializable; import java.rmi.RemoteException; import javax.ejb.CreateException; import javax.ejb.EJBHome; public interface DemoHome extends EJBHome { public Demo create() throws CreateException...
  9. sap

    jdbc odbc- MSAccess

    Can i 've sample code using JDBCODBC bridge and MS Access as db ? any webpage related to this topic which explains the subject in brief will also do. ( i 've win2k server with jdk1.3.1 and Access XP.) thanX in adv.
  10. sap

    RMI SocketPermission Exception

    I'm using jdk 1.3.1 on win2k and learning RMI. The policy file is saved as "java.policy" in the same folder where all .java,.class and stub & skeleton file are stored. when i startup server object as c:\>java -Djava.security.policy=java.policy InfoServerImpl it throws exception as...
  11. sap

    JDBC driver for MSAccess/SQLServer

    juliaroberts, thanks for the info. but i've jdk 1.3.1_01 installed where as the URL you 've mentioned here is for jdk1.2.1 can u suggest any other link ??
  12. sap

    JDBC driver for MSAccess/SQLServer

    If MSAccess/MS SQLServer2000 be used as database with Java , which is suitable JDBC driver? can it be downloaded ? or is there any other way to connect to these databases ? I'm a newbie. plz.Explain.
  13. sap

    Path Setting Basics

    thanX!!! pipk, My prob. is solved. .class extn. is not reqd.
  14. sap

    Path Setting Basics

    pipk, You are just right.It worked. But now the problem is i can't run the program after compiling it. when i type c:/>jdk1.3.1>bin> java d:/javasource/ex1.class it gives an error : class def. not found. can you guide me plz.
  15. sap

    Path Setting Basics

    I've jdk 1.3.1 installed on my pc with windows 2000 server as o/s. All the java source code are stored in D:/javasource folder where as,JDK is installed in c:/ drive. and i'm using KAWA as editor to write source code. system variable is set as "JAVAHOME" c:/jdk1_3_1/bin with...

Part and Inventory Search

Back
Top