Skip to Main Content

Java HotSpot Virtual Machine

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Please help here, jvm.lib link error

843829Mar 24 2003 — edited Mar 26 2003
when I try and make a dll like the tutorial somewhere on this site said I get this error:

C:\Work\NativeThing>cl -Ic:\jdk1.3\include -Ic:\jdk1.3\include\win32 help.cpp -F
ehelplib.dll -MD -LD jvm.lib
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 12.00.8168 for 80x86
Copyright (C) Microsoft Corp 1984-1998. All rights reserved.

help.cpp
Microsoft (R) Incremental Linker Version 6.00.8168
Copyright (C) Microsoft Corp 1992-1998. All rights reserved.

/out:helplib.dll
/dll
/implib:helplib.lib
help.obj
jvm.lib
LINK : fatal error LNK1181: cannot open input file "jvm.lib"

I've seen some posts with people with the same problem, if anybody knows what's going on here please let me know.

thanks :)
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 23 2003
Added on Mar 24 2003
1 comment
871 views