SF 1580993 Feature Request tied to https://sourceforge.net/forum/forum.php?thread_id=1588018&forum_id=375946 Help discusson adds support for 64 bit dlls.

This commit is contained in:
clay_shooter
2006-10-20 02:55:06 +00:00
parent e56c4f5e5d
commit 719ea199bd
27 changed files with 481 additions and 273 deletions

View File

@@ -23,9 +23,8 @@ import com.jacob.com.*;
import com.jacob.activeX.*;
/**
* May need to run with some command line options. If so, then try these
* -Djava.library.path=d:/jacob/release -Dcom.jacob.autogc=false -Dcom.jacob.debug=true -Xcheck:jni
* @author joe
* May need to run with some command line options (including from inside Eclipse).
* Look in the docs area at the Jacob usage document for command line options.
*
*/
class Access

View File

@@ -5,10 +5,9 @@ import com.jacob.activeX.*;
/**
* Sample test program snagged out of a question on the sun discussion area.
* Run options...
* -Djava.library.path=d:/jacob/release -Dcom.jacob.autogc=false -Dcom.jacob.debug=true
* @author joe
*
* <p>
* May need to run with some command line options (including from inside Eclipse).
* Look in the docs area at the Jacob usage document for command line options.
*/
public class ExcelDispatchTest {

View File

@@ -11,14 +11,10 @@ import java.awt.event.*;
/**
* Created as part of sourceforge 1386454 to demonstrate returning values in event handlers
* @author miles@rowansoftware.net
*
* <p>
* This file contains the main() that runs the demo
*
* This can be run in Eclipse with options
* <pre>
* -Djava.library.path=d:/jacob/release -Dcom.jacob.autogc=false
* -Dcom.jacob.debug=false
* </pre>
* <p>
* Look in the docs area at the Jacob usage document for command line options.
*/
public class VisioDemo extends JFrame implements ActionListener, WindowListener {