run rmi registry in executable

Hi all,

I've created a jar executable for an application I wrote. I have two questions if anyone can help me out with either.

1. Is there anyway to have it run my rmi registry along with the jar executable so I don't have to run it seperate?

2. Is there anyway that I can make a .exe executable for a user that doesn't have jre for free? I've found some programs that will do it for me, but I have to purchase them. I'd also like to avoid converting all my code into another language first.

Any help would be appreciated. Thanks

Leon

[577 byte] By [KalEl6355a] at [2007-10-2 21:08:34]
# 1
1. java.rmi.registry.LocateRegistry.createRegistry().2. There is GCJ, but I don't recommend it.
ejpa at 2007-7-13 23:54:24 > top of Java-index,Core,Core APIs...
# 2
1. Thanks.2. Is there any program (or other solution) that you or anyone else recommends?
KalEl6355a at 2007-7-13 23:54:24 > top of Java-index,Core,Core APIs...