Click here to Skip to main content
15,904,346 members
Home / Discussions / Java
   

Java

 
GeneralRe: Run Time Error in 'return functions->FindClass(this, name)' Pin
Richard MacCutchan26-Jul-10 6:23
mveRichard MacCutchan26-Jul-10 6:23 
GeneralRe: Run Time Error in 'return functions->FindClass(this, name)' Pin
ravi12048626-Jul-10 6:46
ravi12048626-Jul-10 6:46 
GeneralRe: Run Time Error in 'return functions->FindClass(this, name)' Pin
Richard MacCutchan26-Jul-10 9:01
mveRichard MacCutchan26-Jul-10 9:01 
GeneralRe: Run Time Error in 'return functions->FindClass(this, name)' Pin
ravi12048627-Jul-10 23:24
ravi12048627-Jul-10 23:24 
GeneralRe: Run Time Error in 'return functions->FindClass(this, name)' Pin
Richard MacCutchan28-Jul-10 1:31
mveRichard MacCutchan28-Jul-10 1:31 
GeneralRe: Run Time Error in 'return functions->FindClass(this, name)' Pin
Richard MacCutchan28-Jul-10 9:10
mveRichard MacCutchan28-Jul-10 9:10 
QuestionJSF,AJAX notofications using javascript Pin
zamalkawe24-Jul-10 22:41
zamalkawe24-Jul-10 22:41 
AnswerRe: JSF,AJAX notofications using javascript Pin
Nagy Vilmos25-Jul-10 0:33
professionalNagy Vilmos25-Jul-10 0:33 
Did you know java and javascript are different?
And why do you need to refresh using it?

There is a simple and very easy way to refresh a page, irispective of the server implimentation:

<HEAD>
  [... stuff ...]
  <META HTTP-EQUIV="Refresh" CONTENT = 2>
</HEAD>
<BODY>
  [... stuff ...]
</BODY>



Panic, Chaos, Destruction.
My work here is done.


or "Drink. Get drunk. Fall over." - P O'H

GeneralRe: JSF,AJAX notofications using javascript Pin
zamalkawe25-Jul-10 4:06
zamalkawe25-Jul-10 4:06 
AnswerRe: JSF,AJAX notofications using javascript Pin
David Skelly25-Jul-10 22:14
David Skelly25-Jul-10 22:14 
AnswerRe: JSF,AJAX notofications using javascript Pin
Ravi Sant19-Apr-11 3:54
Ravi Sant19-Apr-11 3:54 
QuestionMemory usage Pin
002comp18-Jul-10 20:56
002comp18-Jul-10 20:56 
AnswerRe: Memory usage Pin
Nagy Vilmos19-Jul-10 21:12
professionalNagy Vilmos19-Jul-10 21:12 
GeneralRe: Memory usage Pin
002comp19-Jul-10 23:50
002comp19-Jul-10 23:50 
QuestionHow to determine given file is a class file? Pin
glitteringsound13-Jul-10 20:43
glitteringsound13-Jul-10 20:43 
AnswerRe: How to determine given file is a class file? Pin
Cedric Moonen13-Jul-10 20:53
Cedric Moonen13-Jul-10 20:53 
GeneralRe: How to determine given file is a class file? Pin
glitteringsound13-Jul-10 20:56
glitteringsound13-Jul-10 20:56 
GeneralRe: How to determine given file is a class file? Pin
Cedric Moonen13-Jul-10 21:00
Cedric Moonen13-Jul-10 21:00 
GeneralRe: How to determine given file is a class file? Pin
glitteringsound13-Jul-10 21:12
glitteringsound13-Jul-10 21:12 
GeneralRe: How to determine given file is a class file? Pin
Cedric Moonen13-Jul-10 21:19
Cedric Moonen13-Jul-10 21:19 
GeneralRe: How to determine given file is a class file? Pin
Upendra Jariya28-Jul-10 4:30
Upendra Jariya28-Jul-10 4:30 
AnswerRe: How to determine given file is a class file? Pin
Richard MacCutchan13-Jul-10 22:15
mveRichard MacCutchan13-Jul-10 22:15 
QuestionHow to install java Automatically if not present on Machine? Pin
002comp13-Jul-10 20:35
002comp13-Jul-10 20:35 
AnswerRe: How to install java Automatically if not present on Machine?I got some Info.See if guys can Help me out now. Pin
002comp15-Jul-10 2:24
002comp15-Jul-10 2:24 
GeneralRe: How to install java Automatically if not present on Machine?I got some Info.See if guys can Help me out now. Pin
Ravi Sant19-Apr-11 3:55
Ravi Sant19-Apr-11 3:55 

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.