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 bkrike 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 Respect

  1. Respect

    Forms Authentication

    ...I created a login form and it works fine...but I created it for another project...and brought it into this new project....In this new project it doesn't work properly. When I do the login it authenticates but it doesn't redirect to the page. Not only that...but when the protected page is to...
  2. Respect

    Jar Issue

    Oh yea.. Thanks to everyone who helped. I really appreciate it.
  3. Respect

    Jar Issue

    It WAS 1.1.8. But not what you all may think. Java 1.1.8 was actually throwing the wrong class name with the Exception. When I ran it with Java 1.4 it threw the right error and It was actually a package that was not included in the jar file. That one got me. *Applaud java 1.1.8" lol
  4. Respect

    Jar Issue

    hey Pete, I'm not sure I understood your last request but i'm assuming you just wanted the name of the class that's giving me problems in the jar. Here it is...If i got this wrong just let me know. Class name :TeacherAppl$View$MainView$ReportView$PrintClassListReport.class
  5. Respect

    Jar Issue

    The class is not in a package. So there is no package call in the java class and there is no path in the jar file. The class is actually an inner class about 3 or 4 levels deep. My first assumption was that there may be some limitations with reading inner classes in jar files but this is not the...
  6. Respect

    Jar Issue

    Hey all, I am trying to run my code from a jar file. When I run the code through a class folder java can see all the classes but when I put all the classes inside a jar file there is ONE class that is not being seen. "java.lang.NoClassDefFoundError" Exception. I have checked the jar...
  7. Respect

    Epicor 7.2 Customization

    We have just upsized our database from Access2000 to SQL Server 2000. How can I go about running stored procedures from within epicor? You're help would be greatly appreciated. A.S.A.P Thanks All

Part and Inventory Search

Back
Top