On 06.01.2011 20:00, Sp4M wrote:
> - If "jvm.dll" (under windows) file isn't correctly located, we get a
> normal "cannot find -ljvm ..." error. I located mine by adding
> the /-L/F/PROG/Java///jdk1.6.0_23/jre/bin/client /directive. Note that
> if I use the "/jdk1.6.0_23/jre/bin/server/jvm.dll" /instead of the
> "/jdk1.6.0_23/jre/bin/client/jvm.dll/' one, we get the following error :
> "/f:/PROG/Java/jdk1.6.0_23/jre/bin/server/jvm.dll: file not recognized:
> File format not recognized/"

On Windows, a DLL isn't enough to link against. You need a link library
such as “jvm.lib”.
It should be shipped with the JDK though. Maybe check for that .lib in a
directory like <jdk>/lib/.

-f.r.

Attachment: signature.asc
Description: OpenPGP digital signature

------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Crystal-main mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/crystal-main
Unsubscribe: 
mailto:[email protected]?subject=unsubscribe

Reply via email to