Search found 8 matches

Go to advanced search

by smt52
Fri Aug 19, 2005 7:46 am
Forum: Common Problems
Topic: Adding RXTXcomm.jar and rxSerial.dll into my .jar file?
Replies: 1
Views: 3841
 
Jump to post

Adding RXTXcomm.jar and rxSerial.dll into my .jar file?

Is there any way to add my own .jar files into the single .jar produced by Advanced Installer?

RXTXcomm.dll references rxSerial.dll; how do I also add this .dll file into the single .jar produced by Advanced Installer?
by smt52
Fri Aug 19, 2005 7:39 am
Forum: Common Problems
Topic: How do I add a .jar file to the classpath?
Replies: 1
Views: 4071
 
Jump to post

How do I add a .jar file to the classpath?

*** Oveview

How do I add a .jar file to the classpath?

*** Details

I have a file called RXTXcomm.jar that needs to be added to the classpath. This file references another file - rxtxSerial.dll - that also needs to be added to the classpath.
by smt52
Fri Aug 19, 2005 7:14 am
Forum: Common Problems
Topic: How do I run an individual .class file with the .exe?
Replies: 1
Views: 4190
 
Jump to post

How do I run an individual .class file with the .exe?

*** Overview

For Java, how would we instruct the .exe file generated by Advanced Installer, to run a specific .class file?

*** Details

I would rather not have Advanced Installer wrap up my files in a .jar file. How would I make it so that the .exe file generated by Advanced Installer runs a ...
by smt52
Fri Aug 19, 2005 7:10 am
Forum: Common Problems
Topic: Need to put files in bin/ and lib/
Replies: 3
Views: 5681
 
Jump to post

I guess my question wasn't phrased well enough - I was simply wanting to work out how to install a .jar file in the classpath. Forget it.
by smt52
Fri Aug 19, 2005 7:08 am
Forum: Common Problems
Topic: Altering a file on install
Replies: 1
Views: 3521
 
Jump to post

Altering a file on install

*** Overview

On install, we have to alter our .classpath file to contain a reference to a .jar file in the current directory.

*** Details

The current .classpath file is:

<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path=""/>
<classpathentry kind="con" path="org ...
by smt52
Thu Aug 18, 2005 3:25 am
Forum: Common Problems
Topic: Need to put files in bin/ and lib/
Replies: 3
Views: 5681
 
Jump to post

Need to put files in bin/ and lib/

Hi,

I need to place "RXTXcomm.jar" in lib/ and "rxtxSerial.dll" in bin/ in the current Java machine.

I also want to ensure that if the user updates their Java virtual machine, that the application doesn't stop working (as it can't find the .jar and .dll files).

Shane.

p.s. According to http ...
by smt52
Sun Jul 10, 2005 11:27 pm
Forum: Common Problems
Topic: Automatically adding hardware support?
Replies: 1
Views: 4225
 
Jump to post

Automatically adding hardware support?

*** Brief description

How do we automate the installation of unsigned hardware drivers in Windows XP.

*** Detailed description

We are writing an installer that includes a .inf file drive for a particular piece of hardware. This piece of hardware is a USB to RS232 convertor device.

We want the ...
by smt52
Sun Jul 10, 2005 11:20 pm
Forum: Common Problems
Topic: Java installation - its not executing my .jar file
Replies: 2
Views: 4532
 
Jump to post

Java installation - its not executing my .jar file

Hi,

I've created a Java installation. After the .msi installs the .jar file in the target directory, I can execute this and the Java program executes normally.

However, if I execute the default .exe file in the same directory, nothing happens - whats going on? This .exe is what's pointed to in ...

Go to advanced search