Bushra Fathima

Greenhorn
+ Follow
since Oct 22, 2008
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Bushra Fathima

Hi,

Even i have the same message getting displayed. I have a client firewall client installed in my machine also. I'am using ajax to access information from another system. Is ther anyway to suppress this message without browser settings.

Any help would be appriciated.


Thanks

Hi,

I changed my prj compiler compliance from 1.4 to 6.0 . But when i ran the same prj its giving me the below error:


javax.servlet.ServletException: javax.servlet.jsp.JspException: Cannot find ActionMappings or ActionFormBeans collection


I have tried to include the respective tlds in web.xml. But dint work out.

I am using the MyEclipse6.6 trial version.

Can anyone help me out with this


14 years ago
So what is the solution now for me?please tell me what should be done.
Hi,

I included the jar as usual we do in MyEclipse. right-click prj-> properties->Java Build path->Libraries. and then add external jars.

I have also set the jar in CLASSPATH in environment variables
Hi,

I have the following code to connect to SQLSERVEer2008,

Class.forName("com.microsoft.sqlserver.jdbc.SQLServerDriver");
connectionURl ---- jdbc:sqlserver://172.16.40.65:1433;DatabaseName=DBName,uname,pwd;

I am' using MYEclipse6.6 and have included sqljdbc4.jar in libraries.

But i 'am still getting No suitable driver error when i run application.


Can anyone help.

can anyone send me a java program to generate an xml file from an xsd file. Please Its urgent
15 years ago
I have .wav files of size 70MB each to be uploaded. So i am getting the below error when i upload such big files. But my app works fine for small files. What is the solution for uploading such big files.Please reply its urgent.

The error is OutOfMemory: Java Heap Space
15 years ago
i have commons-fileupload-1.2 and commons-io-1.3.2.jar in my app's lib folder but even then this error is coming. So what else can be done?
15 years ago
java.lang.NoClassDefFoundError: org/apache/commons/io/output/DeferredFileOutputStream
org.apache.commons.fileupload.disk.DiskFileItemFactory.createItem(DiskFileItemFactory.java:191)
org.apache.commons.fileupload.FileUploadBase.parseRequest(FileUploadBase.java:350)
org.apache.commons.fileupload.servlet.ServletFileUpload.parseRequest(ServletFileUpload.java:126)
rbt.Upload.parseRequest(Upload.java:106)
15 years ago
i hav two JSPs namely upload.jsp and track.jsp. i have 2 classes one for upload namely upload.java and the other is track.java. I set a variable in upload.java called upload.jsp.i traverse to track.jsp and upon form submit i call track.java.here in this class i want to use upload's variable with its value set in upload.java. I have used setter and getter methods. But its not working. If i instantiate the upload class in track class my application stops working at this point.
15 years ago
JSP
How can i get the value stored in the member variable of one class in another class of the same package.
15 years ago