Click here to Skip to main content
15,920,217 members
Home / Discussions / Java
   

Java

 
GeneralRe: Run Time Error in 'return functions->FindClass(this, name)' Pin
Richard MacCutchan25-Jul-10 23:50
mveRichard MacCutchan25-Jul-10 23:50 
GeneralRe: Run Time Error in 'return functions->FindClass(this, name)' Pin
ravi12048626-Jul-10 2:58
ravi12048626-Jul-10 2:58 
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 
Ravi,
I have been doing some more testing and figure that some of your code is not needed and some needs correcting.

  • The call to JNI_GetCreatedJavaVMs() will never succeed as you do not have any created VMs at that point. Also this call is not used in newer versions so can be removed.
  • The call to JNI_GetDefaultJavaVMInitArgs() is no longer necessary and does not serve any purpose.
  • Before calling JNI_CreateJavaVM() you need to initialize your vm_args structure with the correct values as described here[^]

It's time for a new signature.

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 
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 

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.