Sponsored Content
Full Discussion: LimeWire
Top Forums UNIX for Dummies Questions & Answers LimeWire Post 31521 by djtrippin on Friday 8th of November 2002 10:56:00 PM
Old 11-08-2002
LimeWire

A while back when I was running Mandrake I attempted to install LimeWire and had no success in getting it running. Now that I am in RedHat8 I attempted it again. I have it installed properly, I think. But when I attempt to start it I get this:

Exception in thread "main" java.util.zip.ZipException: No such file or directory
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.<init>(ZipFile.java:112)
at java.util.jar.JarFile.<init>(JarFile.java:117)
at java.util.jar.JarFile.<init>(JarFile.java:55)


Am I doing something wrong. I have the Java2 Runtime 1.4.1 installed. Limwire says it needs 1.3.1. Is there a compatibility problem or is there something I am not seeing.
 

2 More Discussions You Might Find Interesting

1. Red Hat

Limewire in linux

hi frnds I want to install Limewire into my redhat enterprise linux . And also want to remove the intalled limewire which is not working. pls kindly guide me for the problem. Mit (1 Reply)
Discussion started by: naik_mit
1 Replies

2. Ubuntu

what is the limewire equivalent (non-torrent) for ubuntu

i'm aware of frostwire which is a .rpm for other distros... and the many bitTorrent clients but i dont know how to install / convert them... and the torrent clients just won't find music like limewire would (1 Reply)
Discussion started by: Sterist
1 Replies
rmiregistry(1)						      General Commands Manual						    rmiregistry(1)

NAME
rmiregistry - Java remote object registry SYNOPSIS
rmiregistry [ port ] DESCRIPTION
The rmiregistry command creates and starts a remote object registry on the specified port on the current host. If port number is omitted, the registry is started on port 1099. The rmiregistry command produces no output and is typically run in the background. For example: example% rmiregistry & A remote object registry is a bootstrap naming service that is used by RMI servers on a host to bind remote objects to names. Clients can then look up remote objects and make remote method invocations. The registry is typically used to locate the first remote object on which an application needs to invoke methods. That object in turn pro- vides application-specific support for finding other objects. The methods of the java.rmi.registry.LocateRegistry class are used to get a registry operating on a particular host or host and port. The URL-based methods of the java.rmi.Naming class operate on a registry and can be used to look up a remote object, bind a simple (string) name to a remote object, rebind a new name to a remote object (overriding the old binding), unbind a remote object, and list the URLs bound in the registry. OPTIONS
The following option is supported: -Joption Used in conjunction with any java option, this option passes option (no spaces between -J and option) on to the java inter- preter. SEE ALSO
See (or search java.sun.com) for the following: java.rmi.Naming @ http://java.sun.com/j2se/1.5/docs/api/java/rmi/Naming.html java.rmi.registry.LocateRegistry @ http://java.sun.com/j2se/1.5/docs/api/java/rmi/registry/LocateRegistry.html 23 Apr 2001 rmiregistry(1)
All times are GMT -4. The time now is 11:45 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy