Click here to Skip to main content
15,895,370 members
Home / Discussions / Java
   

Java

 
AnswerRe: Help!! Pin
Cedric Moonen29-May-09 1:40
Cedric Moonen29-May-09 1:40 
QuestionReading Barcode from an Image Pin
raheela12327-May-09 22:19
raheela12327-May-09 22:19 
AnswerRe: Reading Barcode from an Image Pin
Member 827588228-Sep-11 10:00
Member 827588228-Sep-11 10:00 
Questionhow to overload methods in a webservice using netbeans Pin
prasadbuddhika27-May-09 1:39
prasadbuddhika27-May-09 1:39 
QuestionCompare java and c# Pin
cotdot1111124-May-09 15:23
cotdot1111124-May-09 15:23 
AnswerRe: Compare java and c# Pin
Philip.F27-May-09 1:33
Philip.F27-May-09 1:33 
GeneralRe: Compare java and c# Pin
cotdot1111127-May-09 3:06
cotdot1111127-May-09 3:06 
QuestionFile not being read by JSP Pin
Fahim A Salim23-May-09 4:34
Fahim A Salim23-May-09 4:34 
Here is my code of JSP
<% if(request.getParameter("txtTextInput")!=null && request.getParameter("LangGroup").equals("English") ) {
            String file=CreateSoundFile( request.getParameter("txtTextInput"), "en");
            %>
       <embed src="<%=file%>" ></embed>


while CreateSoundFile creates the sound file and give back its path

but the sound file is not played on the client and if the program is being run 2nd time the previous text is being played on the client browser where as the file in the folder on server is changed.

why the file is not downloaded at client when it exists on the serve Cry | :(( r
AnswerRe: File not being read by JSP Pin
adatapost26-May-09 1:49
adatapost26-May-09 1:49 
QuestionPOP3 -ERR Login failed from netbeans Pin
ejakkk22-May-09 16:52
ejakkk22-May-09 16:52 
AnswerRe: POP3 -ERR Login failed from netbeans Pin
ScottM11-Jun-09 0:47
ScottM11-Jun-09 0:47 
Questionconnectivity of MySQL with java Pin
gaurav raghu22-May-09 3:36
gaurav raghu22-May-09 3:36 
AnswerRe: connectivity of MySQL with java Pin
fly90422-May-09 17:00
fly90422-May-09 17:00 
AnswerRe: connectivity of MySQL with java Pin
ISoftwareDev23-May-09 10:22
ISoftwareDev23-May-09 10:22 
Questionconnectivity of SQL server 2000 with java Pin
gaurav raghu21-May-09 8:53
gaurav raghu21-May-09 8:53 
AnswerRe: connectivity of SQL server 2000 with java Pin
ISoftwareDev23-May-09 4:23
ISoftwareDev23-May-09 4:23 
AnswerRe: connectivity of SQL server 2000 with java Pin
raheela12327-May-09 22:25
raheela12327-May-09 22:25 
Questioncalling an instance of a third party software on web Pin
guptasahil198821-May-09 3:11
guptasahil198821-May-09 3:11 
Questionneed help Pin
ahmedbhatti21-May-09 2:48
ahmedbhatti21-May-09 2:48 
AnswerRe: need help Pin
Nagy Vilmos21-May-09 2:56
professionalNagy Vilmos21-May-09 2:56 
QuestionFileConnection in Java ME Pin
rukawa8420-May-09 22:17
rukawa8420-May-09 22:17 
AnswerRe: FileConnection in Java ME Pin
Nagy Vilmos20-May-09 22:28
professionalNagy Vilmos20-May-09 22:28 
RantRe: FileConnection in Java ME Pin
rukawa8420-May-09 23:09
rukawa8420-May-09 23:09 
GeneralRe: FileConnection in Java ME Pin
Nagy Vilmos21-May-09 2:55
professionalNagy Vilmos21-May-09 2:55 
GeneralRe: FileConnection in Java ME Pin
rukawa8421-May-09 16:58
rukawa8421-May-09 16:58 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.