Search found 4 matches

by djr45
Fri Oct 24, 2008 3:38 am
Forum: SMILE
Topic: jSMILE diagnosis
Replies: 1
Views: 6180

jSMILE diagnosis

Hi,
I've been dabbling all day trying to implement a a diagnosis in jSMILE. That is, get a list of all "targets," set them all to be faultStates, and then pursue them (see what observations are selected).

Am I wrong when I say that there's a difference in capability between SMILE and jSMILE? jSMILE ...
by djr45
Thu Oct 23, 2008 1:54 pm
Forum: SMILE
Topic: Windows DLL registration
Replies: 2
Views: 8863

ok, 5 minutes after I posted it I found a way around it:

include:
-Djava.library.path=c:\Windows\System32

And then in your Java code, call:
System.loadLibrary("jsmile");


However, I still have another question someone might be able to answer:
Would I need to loadLibrary EVERY TIME I want to call ...
by djr45
Thu Oct 23, 2008 1:47 pm
Forum: SMILE
Topic: Windows DLL registration
Replies: 2
Views: 8863

Windows DLL registration

Hi,
I was able to use jSMILE in Unix environment, but I cannot do so in Windows.
I tried registering the DLL using:
regsvr32 c:\Windows\System32\jsmile.dll
but I get the following error:


C:Windows\System32\jsmile.dll was loaded, but the DllRegisterServer entry point was not found. This file can ...
by djr45
Tue Aug 26, 2008 9:37 pm
Forum: SMILE
Topic: Performance and Scalability of SMILE
Replies: 17
Views: 45832

Re: Performance and Scalability of SMILE

ii. Is the application multithreaded so that multiple threads can access without interfering with other thread's data?

I assume you're asking about using SMILE (which is a library, not an application) in multi-threaded environment. It's possible, as long as you use any DSL_network from one ...