similar to: Calling Windows DLL on Linux using Java?

Displaying 20 results from an estimated 100000 matches similar to: "Calling Windows DLL on Linux using Java?"

2009 Dec 14
2
FlexBuilder plugin (JAVA) with native windows dll calling
Hi, I'm developping an Adobe FlexBuilder plugin (it's an Eclipse plugin). This plugin is written in Java. But it use windows dlls that was created for some features of the plugin. And I try to port my plugin on MacOSX. I've one question about wine : - In java I use System.LoadLibrary to load my dlls, does Wine can help me for loading theses dlls under MacOSX? Does wine can map these
2007 Mar 19
1
Using wine dll in another native library
Hi All ! I have some windows-maked dll (xxx.dll for example). I want to use it on my Linux machine in my Java application. For this purpose I wrote a small wrapper around the xxx.dll by using winelib library and make it as libxxx.dll.so. Now I need load this library in my jvm (by using System.loadLibrary("xxx.dll"); ) but when I try to call any function from it I got
2007 Jun 16
1
missing MFC42.dll
Hi Wine version 0.9.38~winehq~ubuntu~7.04-1 (feisty) works only with limited success. The main program installation failures are commented with something similar to this: here is a recent, typical one: franz@RUBENS:~$ wine '/home/franz/.wine/drive_c/Program Files/Multimedia Keyboard/PS2USBKbdDrv.exe' err:module:import_dll Library MFC42.DLL (which is needed by L"C:\\Program
2010 Apr 12
2
Problems running a Java program in Wine
Hello everyone, im runing a java program under Wine, but sometimes when i try to get some report in the report viewer which is an smaller DLL app, it Crash giving a message in the console, On Windows XP, the same program and JVM version runs perfectly. Here Is the the message: # # An unexpected error has been detected by Java Runtime Environment: # # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at
2003 Nov 10
3
java problem? - Forgotten Battles dedicated
hello list! I want to run a dedicated Forgotten Battles server with wine. Since on windows its only need a console to start, not sure if its dos, but i think its java. If i start the programm i get this: ---------------------------------------------------- # HotSpot Virtual Machine Error, Internal Error # Please report this error at # http://java.sun.com/cgi-bin/bugreport.cgi # # Error ID:
2009 Jul 28
1
Re: Java crashes in wined3d.dll
I am running into the same problem, using Wined3d on virtualbox and Java 1.6.0_14. Does anyone know if other versions (of wined3d or java) work? appreciate it! cheers, eric
2006 Sep 28
2
calling R from within Java, using jri
Hi, I want to call R from within Java, using jri as per http://www.rosuda.org/software/jri/ So I am following the instructions in the README file for JRI 0.2-4. I have run 'sh configure.win' and 'make' and they seemed to be successful. (See below for the output from make, for example.) But when I try 'run.bat rtest' (with and without R command line arguments) the output
2003 Mar 07
3
DLL not loading, msjava.dll, Encyclopedia Britannica
Hi, excuse me if my problem is something obvious, but I'm lost and couldn't find any useful information (is there a search function for the list archive?). Im new to Wine (and only recently switched to Linux). Problem: I'm trying to run the Britannica Encyclopedia 2000 (BCD2000), but when I start it I get the error message (in a popup window) "Unable to start the application
2010 Jul 16
8
Native libpq.so instead of libpq.dll?
Hello all, is it possible to use the native Linux libraries instead of their Windows builds? This can be a newbie question. :) I have a database program based on PostgreSQL and I think that coyping the Windows libraries for the application to run is a bit luxury when the same but native libraries with the same functions already exist for Linux and they are already installed on my system. I
2013 Apr 29
1
Java client error on Windows 7 64 bit for Libvirt on KVM
Hi, I need some help in building a Java client on Windows 7 64 bit plaftorm to manage a KVM using the libvirt APIs. Using the instructions at http://libvirt.org/java.html, i was able to build libvirt.jar. My understanding is that libvirt.jar uses JNA to call libvirt's native windows library. I tried using the libvirt dlls in the experimental Windows installation package mentioned in
2009 Jul 14
2
InstallingHi MS Java
Hi All, I tried to install MS java as mentioned in this (http://wiki.winehq.org/NativeMsJava?highlight=%28java%29) article but it didn't install although I followed the 8 steps exactly! Note: I copied and replaced advpack.dll (from windows 98 second edition) c:\windows\system to ~/.wine/drive_c/windows/system32 and ~/.wine/drive_c/windows/system but it didn't fix the problem!
2006 Aug 17
1
newbie tries to call windows dll function
Dear list, I (running fedora core 5 linux) have a native Windows (actually do not know which windows version) dll file, in which are functions I want to call in my Linux program. That is why I installed wine, to see whether I could make this work :) I know exactly what functions are in the dll, what their prototypes are, but I do not have the source, only the myfile.dll. Now, what I don't
2009 Mar 01
0
Java crashes in wined3d.dll
I'm trying to run a Java program in Wine on 2 different machines, and on one it crashes when it tries to draw the main window. The crash is in native code called from wined3d.dll. I'm not sure why it needs to use wined3d as it's just displaying an ordinary workaday application window, nothing fancy, but it seems that awt.dll calls d3d9.dll anyway, which then calls wined3d. The
2008 Dec 14
1
Help - java.library.path
Hello all, I`m a computer science student from Frankfurt/main (germany). Our student team (10 students) are working on a R/Interface project (Java and R) and we have a problem with R and JRI. We are working on 10 computers with Windows XP SP2, R 2.8.0, jdk1.6.0_11 and the same classpath setttings but our application works only on two computers. We can't explain us this.
2008 Jun 05
5
Java to R interface
I am developing an application that uses Eclipse framework on Windows. I have to call R from Java. I downloaded rJava package and installed it. I set the classpath in the Run Dialog in Eclipse to the directory where the JRI.jar is. I set the Path environmental variable to the directory where R.dll and jri.dll are. Yet when I run the rtest example (in jri/examples directory), I get the
2012 Jan 20
1
Calling Windows DLL using .C; function name not known but in exports.
First time ever that I try to call subroutines in a Win DLL using R. Have done this before using VBA and Python. The C code's function argument list contains only double pointers (double *x). The function is declared void, the output value is one of the arguments. C calling sequence is used. When inspecting the exports of the DLL with dumpbin I can see that the function I need is
2002 Oct 21
1
Does SJava work on Windows? It does (ish) on Linux
Apologies for posting to this list but my attempts to join the omegahelp list bounce back with address unknown errors. I'm struggling to get SJava working on windows 98. I'm using R 1.6 and the latest SJava 0.65 and JDK 1.3.1_04. I keep getting an Unsatisified Link error on initR. Our Java application gets launched with a wrapper script. I've put the library paths and current
2008 May 06
9
Functions of gdiplus.dll
Problems to run Digsby. In the first window, of login, seems good. After, to open the second window, it disappear. I am new in Wine. Tried to read the log and the only thing apparently wrong is with calls to unimplemented functions of gdiplus.dll, GdipSetClipRect, GdipSaveGraphics and GdipSetClipRegions. Last line in debug: Attribute Error: function 'SHQueryUserNotificationState' not
2008 Feb 26
4
vbrun300.dll
Hello. Recently i install "Ford Microcat". It's database of spares for Ford =) So, it had been installed without efforts. Now, when i try to run: #wine c:\\Microcat\\microcat.exe there is some errors: 1. first of all - it can't be registered vbrun300.dll in console was message: "Could not load 'VBRUN300.DLL' required by 'MICROCAT', error=11" but - i
2004 May 17
1
Problem with package SJava
Hello all, I'm trying to run SJava package (0.65 modified downloaded from : http://stats.math.uni-augsburg.de/iPlots/alpha/) on windows NT 2000 and R 1.8.01. I have also downloaded the PDF Calling R from Java and when I want to execute the following code: import org.omegahat.R.Java.*; import java.io.*; public class Essai{ public static void main (String [] args) { REvaluator e = new