35,618 Topics

Member Avatar for
Member Avatar for techie81

Am using a JSP code to upload multiple files. It is running properly in Developement system, but in the production system it is giving error : HTTP Status 500 - -------------------------------------------------------------------------------- type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request. …

Member Avatar for parry_kulk
0
271
Member Avatar for dhruv.mani

hey !! i am working on a project for development of dynamic crawler .. can anyone help me out ?? suggest me some code for implementing it and ebooks..

Member Avatar for jwenting
0
91
Member Avatar for bhneha

Hi, I am trying to open an jsp in iframe.My code is below: [CODE]<iframe src="/jsp/dataMigration/test11.jsp" height="100" id="fram" marginheight="8" marginwidth="8" width=100% scrolling=no frameborder="1" name="Migration"></iframe>[/CODE] But its not working fine.showing 404 error Can anybody help

0
55
Member Avatar for becdudek

Hey, im getting the following error unreported exception Exceptions.IllegalValue; must be caught or declared to be thrown this is my method where im getting the error and i want to know why im getting this error because i declared that the exception was to be thrown. is it something to …

Member Avatar for becdudek
0
105
Member Avatar for Hakoo

Hey All, I m able to generate report for given table using iReport. Now, my question is, how can I genrate report for every user. For example, each tester adds their data in bubtbl. Now, i want to generate report for each user respective their datas. Please help me.

0
50
Member Avatar for ceyesuma

Hello both of these methods compile. Howerver, Are these two methods the same? or does one offer something more? [b]method 1[/b] [code] public AdminDAO getAdminDAO() { return new ConnectAdminDAO(); } [/code] [b]method 2 [i]note:getXMLResource() returns: <entry key="adminDAO">model.dao.ConnectAdminDAO</entry>[/i][/b] [code] public synchronized static AdminDAO getAdminUserDAO() throws ClassNotFoundException, InstantiationException, IllegalAccessException, FileNotFoundException, IOException { …

Member Avatar for Abdel_eid
0
79
Member Avatar for becdudek

Hey Guys, i am supposed to write an implementation of The PriorityQueue interface in this user defined package, this is the first time im using iterator and so im having trouble. at the moment im getting the following error message [CODE]PriorityQueueLinked.java:11: PriorityQueueLinked is not abstract and does not override abstract …

Member Avatar for becdudek
0
209
Member Avatar for boyz

Can anyone tell me the difference in JDK & SDK? I believed till now that both term are same. ...but SunMicrosystem tell both are different. (You can find it at Sun's website) So what is the difference in these two terms?

Member Avatar for kvprajapati
0
483
Member Avatar for evak77

I have my program with my amoritization list in it, but I need to remove it and replace it with an array, which I also made up. The problem is that i am not sure how to remove the list, and add the array. Can someone tell me what the …

Member Avatar for evak77
0
198
Member Avatar for termitis

hi!im a student and we have an exercise where we are asked to search for a client of our "bookstore" with interpolation search.The codes are saved in a Code[1000] matrix.The type of each code is like that: for example: AY568UTH or MLK1211 etc. Im new at programming and i dont …

Member Avatar for quuba
0
725
Member Avatar for Java John needs

Any Java Gurus out there, I am now down to the wire on two projects and need assistance. I posted one of them yesterday and here is my final one. :eek: I need to figure out why I can not get the number of digits to count in my program. …

Member Avatar for Abdel_eid
0
151
Member Avatar for gabster1991

is there any way some one could help me figure out why my compiled messages keep returning as ---- jGRASP wedge2 error: command "javac" not found. ---- This command must be in the current working directory ---- or on the current PATH to use this function. The code is... [code] …

0
83
Member Avatar for mickmos

hi i have to finish my assignment by tonight and am stuck when trying to make a regular expression that splits a big slab of text into sentences. I am using the .split() function and want it to split on '.' , '?' , '!' , and '\n' but also …

Member Avatar for ~s.o.s~
0
135
Member Avatar for danielagaba

hi i have a choice group in my midlet that i want to populate with an array of results that i get from a mysql database using php but i am having little luck. can anyone help? thanks

0
53
Member Avatar for sajithdil

hi guys, here's the deal i want to create a java program that will record a voice through a microphone and then save it in a reusable format.........only problem is i dont know how its very urgent that i get help for this much appreciated!!!!!!!!!!!!

Member Avatar for sajithdil
0
184
Member Avatar for Monzers

Implement a shape hierarchy. you must have your superclass shape and 2 subclasses two-dimensional shape and three-dimensional shape. Under two-dimensional shape, you have other subclasses, circle, square, and triangle. Under the three-dimensional shape you have the sphere, cube, and tetrahedron. Each two-dimensional shape should contain a method getArea to calculate …

Member Avatar for JamesCherrill
0
271
Member Avatar for ansar basha.k

I have an array a[]={0,1,2,3,4} and out put should be: 3,4,0,1,2. can any body write the code for this program? if u write appreciate. Thanks!

Member Avatar for Abdel_eid
0
87
Member Avatar for pankajagar2002

Hello friends could any one explain why my code is printing true[code]if(0.0 == -0.0) { System.out.println("true"); } else{ System.out.println("false"); } and if if i write this if(0.0 == -0.5) { System.out.println("true"); } then it is printing dead code. please explain[/code]

Member Avatar for pankajagar2002
0
94
Member Avatar for prem2

Hi DaniWeb team, Did any one knows the installion step about the open fire server.I want to configure it in to my Mysql database. Thank you. Premnath.M

Member Avatar for prem2
0
103
Member Avatar for vanpersie

Hi I have two classes the first inherits the second which should retrieve records of a table found in an oracle database as a jtable but it display table header only! can anyone help me to know the problem please ? [code] import java.sql.*; import java.util.*; import javax.swing.table.*; public class …

Member Avatar for vanpersie
0
119
Member Avatar for P00dle

I wrote a program that has to process any files that are put in a specified folder. I would like to keep track of those threads, though, preferably via some sort of process id or something. is there any way that I can get a list of the threads that …

Member Avatar for P00dle
0
187
Member Avatar for musthafa.aj

hi ! i have created listening sockets at two different machine... then these two sockets need to connect a central server socket to exchange the information...the scenario like below.. socket1 <---->central socket<------->socket2 socket1 sends data to 'central socket' and this 'central socket' sends socket1's data to socket2 and vice verse... …

0
55
Member Avatar for Hakoo

Hello friends, I am making Bug Tracking System project, which is intranet base project in JSP. I want to use e-mail facility using JAVAMAIL APIs. How can I use it? What i need? I am new in JSPs., and dont know about JavaBeans. How to install STMP server n configure …

Member Avatar for jwenting
0
110
Member Avatar for tejaswybhat

How to implement timer for a online quiz application using jsp? I tried using javascript timer. It starts from beginning as next question is displayed. Pls help on this.

Member Avatar for jwenting
0
74
Member Avatar for dorotalp91

is it important to close a file thats been opened with FileWriter? if yes how come??

Member Avatar for dorotalp91
0
116
Member Avatar for shaddy007

hi,i have been using a chat application called avacs live chat which is very awful ! its for mobiles and the is a option to add purse so we can vote for rooms etc etc and therefore i have to send a sms to the site to add that purse …

Member Avatar for Ezzaral
0
136
Member Avatar for Monzers

i have the SAME problem [I]<<mod edit: [URL="http://www.daniweb.com/forums/thread174062.html"]as this[/URL] >>[/I] and im habing a lot of trouble with area of circle and writing assigning it a radius value so that the output will only tell me its radius and area. i have this so far: package Project4; [CODE]public class Circle …

-1
25
Member Avatar for mishra.bibhutib

String user_src=(String)session.getAttribute("user"); System.out.println(user_src); why i got null on console?????

Member Avatar for Hakoo
0
37
Member Avatar for bettybarnes

hi everybody! i have this code for queues but it doesn't execute due to final Queue s = new Queue(); what should i do with this? pls help me :( [CODE]// Testing the Queue class of the java.util package import java.util.*; import java.awt.*; import java.awt.event.*; import javax.swing.*; public class QueueTest …

Member Avatar for sergb
0
216
Member Avatar for kvass

Hey guys~! I am working on a code and I am having some difficulties with it -- Basically I have a 3x3 grid of JButtons that represent the squares on a TicTacToe grid. The code seems to run fine but then after it determines a victor it crashes and says …

Member Avatar for BestJewSinceJC
0
474

The End.