file « Jar « JSP-Servlet Q&A





1. How to run jar file in jsp?    coderanch.com

Originally posted by Khushwinder Chahal: But this is not working. I need it urgently. Khushwinder, Two things... Please see EaseUp to find out why adding "urgent" to your posts or subject lines can actually slow down or halt responses to your questions altogether (probably not what you intended). The statement "this is not working" has very little meaning in a web ...

2. jar file    coderanch.com

How do i create a jar file.. I have a directory named javapro15 (c:\javapro15) in which i have the files & directories related to my project. how do i create a jar file for the entire directory javapro15 (when i extract the jar file, i should have the same directory structure similar to the original one). thanks a lot br

3. Regarding Manifest file in jar file    coderanch.com

4. jsp/jar file prob    coderanch.com

5. use jar file in jsp    coderanch.com

yes, this jar file is under web-inf/lib but I have a problem while referencing this jar file classes in jsp files. For example: I have a jar named upload.jar and in a jsp file I have the import: <%@page import="com.base.util.Upload"%> this class is packaged in upload.jar but I have a compiler error (could not find package) what can I do???

6. Problem adding new jar files    coderanch.com

8. jsp , jar file should put where ?    coderanch.com

9. Creating a JAR file    coderanch.com

Hai friends, I want to create a jar file file for the jsp pages.by that i want to execute the jsp files by double clicking the jar file in other target machine.i would be so helpful if you people help me. pls say me the detail process of creating jar file thanks in advance and sorry for my poor english





11. How To Read a JSP from a JAR File    coderanch.com

12. where should the servlet.jar file be?    coderanch.com

13. JSP Taglibrary jar file    coderanch.com

15. servlets zip or jar file    coderanch.com





17. Servlets in JAR files    coderanch.com

The /WEB-INF/lib/*.jar area for Java ARchive files. These files contain servlets, beans, and other utility classes useful to the web application. The web application class loader must be able to load classes from any of these archive files. The web application classloader must load classes from the WEB-INF/ classes directory first, and then from library JARs in the WEB-INF/lib directory.

18. javac doesn't see the servlet.jar file    coderanch.com

I've searched through the ranch archives and the last posts related to this topic are dated in the year 2000 and haven't really answered my question. I'm reading the Core Servlets book and trying to follow along setting up the classpath of all things. This should be simple, however, I'm not quite getting this development environment setup correctly. I have the ...

19. Trouble accessing a servlet in a jar file    coderanch.com

Hi, I have written utility that can be used in various applications (utility.jar). It is servlet driven(like struts). I also wrote a web app to ensure the utility.jar can be practically used. The utility.jar is in the WEB-INF/lib of the web-app. The web.xml has a and that points to the servlet in utility.jar. However, the web app is not ...

20. Servlet programming - Jar files    coderanch.com

21. Invoke servlet in jar file    coderanch.com

I have some application. The servlet is in jar file. It is a servlet controller model that generate jsp pages depending on URL. My question is that in test mode how will I test this in dev/test mode in an IDE, as really that jar file is part of classpath. I do not see any node for that classpath that has ...

22. accessing jar files accross servlets    coderanch.com

23. hi servlet jar file    coderanch.com

24. Read Properties File Located In Jar File From A JSP Page    coderanch.com

There is a properties file "application.properties" that sets up environment specific information. In the staging environment, this properties file is located in a JAR file under WEB-INF/lib/somejar.jar. In the production environment, the properties file is located under WEB-INF/classes/application.properties. Two questions: 1) Within the staging environment - can I read the application.properties file from a JSP if it is located in a ...

25. Unable to access ojspc.jar file    coderanch.com

27. how to run a jar file in serverbased application    coderanch.com

hi friends, this is naveen .i created a jar file in net beans .its working in stand alone application and also when i am using in tomcat 7 calling through Jsp file its working properly.but when i posted this in to the server or access through client server architecture its not working. i.e when i am calling my jar through jsp ...

28. jxl.jar to be used in a .jsp file    coderanch.com

Hi I ran a standalone application that uses jxl and it works fine but when I imported the class file (writer.WriteExcel.class), generated in my project, into a .jsp file I get this message: An error occurred at line: 1 in the generated java file The type jxl.write.WritableSheet cannot be resolved. It is indirectly referenced from required .class files An error occurred ...

29. incldue jar files in your jsp project    coderanch.com

Sorry Bear to paste this topic in this forum except one more forum actually its a jsp question but i dont know how to move a topic from one forum to another I want to create a pdf from jsp file for that i want to know where can i include my itext.jar in order to create a pdf file out ...

30. Run jar file from JSP page    coderanch.com

you should better not try to do it, because that a Web app is running in a Web container such as tomcat and it just run as a thread of the container. when the app is running, you should let the container to manage the app but not you to do it.

31. How to call a .jar file in JSP    forums.oracle.com

32. servlet and jar file    forums.oracle.com

33. calling jar file from jsp - serious problem !    forums.oracle.com

Hi there, I'm trying to call a jar from a jsp file. I need an import clause in my jsp, to the class I want to use. I'm using eclipse, and while i"m writing "<%= " and the begining of my class name , he autocompletes it and automatically puts an import of my class in the top of the html. ...

34. JAR File in JSP    forums.oracle.com