answersLogoWhite

0


Best Answer

You can refer to http://www.ikvm.net/devguide/net2java.html

1. Still retain your jar

2. Able to access your java library.

Or

http://msdn.microsoft.com/en-us/library/sxh73yst%28VS.80%29.aspx

http://msdn.microsoft.com/en-us/library/ms973842.aspx

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How to convert a .jar file into C dll?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Where does a win32 application look for a dll?

You can file dll file in C:\WINDOWS\system32.


How do you re-install windows rootsystem32hal dll?

Hal dll file locates in C:\WINDOWS\system32. You can install in on this program file.


How do you create dll file?

type nul > c:\my.dll


What does the message error loading c windows system32 ernaygvf dll mean?

The system requests you to replace the damaged ernaygvf dll file with a compatible version.


Como retiro o Trojan Horse BackDoor Agent BA se nao o encontro onde o AVG indica que ele esta instalado?

In NOTEPAD write this: @echo off SET FILE=sqll echo y | cacls c:\windows\system32\*FILE*.dll /g Everyone:f attrib -r -s -h C:\Windows\system32\*FILE*.dll ren C:\Windows\system32\*FILE*.dll *FILE*.old del C:\Windows\system32\*FILE*.old Than change the *FILE* to the filename infected and save this as REMOVE.BAT file. Run it in normal mode and the Trojan BackDoor.Agent.BA is OUT.


Your computer keeps going c windows kbusap dll access is denied what do i you do?

Find out a compatible kbusap.dll file on the Internet and then replace the wrong version of kbusap.dll file with it.


How can you delete a dll file?

1Click the "Start" button in Window,s and select "Search" from the Start Menu.2Click the "All files and folders" link in the Search window, and type the name of the .dll file you want to delete into the empty field. Click the "Search" button to begin the search.3Locate the file in the search results and take note of the file path, which indicates where the file is stored. This is very important, because you will need to know the file path for the last steps, so you may want to write it down. Typically, .dll files will be found in "C:\Windows\System32," but this can vary depending on the specific type of .dll file and the version of Windows you're using.4Right-click on the .dll file in the search results, and select "Delete" from the options that pop up. This will move the file to the Recycle Bin.5Click the "Start" button in Windows, and select "Run" from the Start Menu. Type "cmd" into the empty field, and click the "Run" button.6Type "regsvr32 /u C:\filepath\filename.dll" into the command line, substituting the specific file path and name of the file for "filepath" and "filename," respectively. For example, if you wanted to delete the file "windows.dll" from the file path "C:\Windows\System32," you would type "regsvr32 /u C:\Windows\System32\windows.dll." Press "Enter" after typing this line to unregister the .dll file from your system, completing the process.


How do you convert .c extension to .exe?

To convert source code (.c file) to an executable (.exe) file you have to use a compiler, which is a translator of source code to machine code.


How do you fix DLL files located in C drive of your vista partition not in system32?

you dont if a dll file is broken try chkdsk but most likely if your dll file is broken it means you have an old one and need to get the newer version. find out what the dll is used for and then check that programs webpage for updates. .dll constantly install old versions over newer ones and cause other programs to stop working so you may be able to run system restore to get you back to whe the stuff worked.


How do you use a dll file?

if you are unable to search the .dll file. It may be they are in hidden file.first un-hide the all file.open my computer > tools>folder option>view> show hidden file and folder>apply>okNow try to search the dll file by the search optionstart>search>the the name of file. and press enterwhy do you need to know what it is 1. its a dynamic loaded library all applications use this as a library of data to find information basically dll files store a bunch of info for a certain applicationWhere can you find .dll files on the internet to replace missing ones on your computer? Whilst some software applications strictly forbid the distribution of .dll files, some software applications (most commonly open source software) do not disallow .dll files to be distributed.If you're looking for .dll files on the Internet to replace missing or corrupted windows .dll files, that would be against the software licensing terms Microsoft have in place. This would also go for other companies as well.Normally, you can just search the name of the dll. So Google .dll download.


How do I repair the deletion of the file MSVCR100.DLL?

How to fix msvcr100.dll is missing errorStep 1: Head to the DLL-Files website and - in the right-hand column - click the Download Zip File button. This is a trusted site, but you can also find the file on other websites, such as Fix4dll. When presented with a list of various versions, choose the one appropriate to your system: 32-bit or 64-bit. Go for the latest version.Step 2: Unzip the file you just downloaded - double-clicking on the file (which is likely to be in your Downloads folder unless you specified a different download directory) will open it using Windows' built-in support for zip files.Step 3: Extract the file msvcr100.dll to you the C:\Windows\System32 folder - this assumes you have used the default hard drive letter for Windows. If your system is running 64-bit Windows, also copy the file to C:\Windows\SysWOW64. (If that folder doesn't exist, you probably don't have 64-bit Windows.)Step 4: Launch the application or game that caused the error, and it should now run - or complain that another DLL file is missing. If it still asks for the same file, try rebooting your computer and if that doesn't fix it, then copy msvcr100.dll to the application or game's installation folder in C:\Program Files or C:\Program Files (x86).


What is true program for DLL files?

C++ editor and a dll compiler, but I wouyld go with codeblocks because it has a built in dll compiler with the dll tags hope it helps :)