similar to: using rsync for jar file

Displaying 20 results from an estimated 2000 matches similar to: "using rsync for jar file"

2014 Nov 25
5
Dealing with an unreliable remote
'Lo. I've run into a frustrating issue when trying to synchronize a directory hierarchy over a reliable (but slow) connection to an unreliable remote. Basically, I have the following: http://mvn-repository.io7m.com/com/io7m/ This is a set of nested directories containing binaries and sources for projects I develop/maintain. Every time a new release is made, I deploy the binaries and
2013 Feb 01
2
Opening a jar file from the desktop
I have java-1.7.0-openjdk installed on a CentOS-6.3 x86_64 system. On my desktop I have a jar file containing a calculator program which runs fine on CentOS-5 and on MS-Windows machines. On the CentOS-6 system when I right-click on the jar file and say open with java nothing apparently happens. When I double-click on it then I see a file browser window offering to extract the contents but there
2010 Dec 23
1
tomcat errors starting after upgrade from cent5.3 to 5.5 (/rebuild-jar-repository: error: Could not find)
We just upgraded Cent from 5.3 to 5.5 on a bunch of servers with little to no issues (kudos to you guys) except on a few servers where it appears we are having a problem w/ the Tomcat upgrade. Previously our application server was working fine under 5.3 with Tomcat/Java installed as such: java-1.4.2-gcj-compat-1.4.2.0-40jpp.115 java-1.6.0-openjdk-1.6.0.0-0.30.b09.el5
2020 Feb 22
1
running .jar files on Centos 7
OT!!!!! I'm trying to learn to use audio cleanup tools from clickrepair.net. they're written in Java and distributed as .jar files. I'm having trouble running them, due, I'm sure, largely to my ignorance. I have icedtea installed, but it just errors out when I try to use it to run any of the jar files: Fatal: Read Error: Could not read or parse the JNLP file. You can try to
2012 Feb 07
2
Canonical package directory name for JAR files?
We have an R package which needs to include a JAR file. Is there a canonical directory for it?
2007 Jun 12
1
Trouble making JRI.jar with Ubuntu and Java6
Hi, Forum newb here, looking for some help. Have been trying to install an R-Java interface to make R calls from Java. JRI's configure script runs fine, but when it comes to make, I get the "error: too few arguments to function 'R_ParseVector'" Java runs fine. R runs fine. But I can't get this .jar file created. <grumble> Any help would be appreciated immensely,
1998 Nov 18
2
[jar@oriole.er.usgs.gov: Re: [R] loading fortran with Redhat 5.1]
I can not answer this (message only to me). Certainly, some of you do.. Martin ------- Date: Wed, 18 Nov 1998 13:22:47 -0500 (EST) From: "J. Andy Royle" <jar@oriole.er.usgs.gov> To: Martin Maechler <maechler@stat.math.ethz.ch> Subject: Re: [R] loading fortran with Redhat 5.1 In-Reply-To: <199811181812.TAA26068@sophie.ethz.ch> Hi Martin, The reason I was
2008 Jun 02
1
RJDBC cant find driver class in JDBC jar file
I would like to set up a Windows XP environment with R and MySQL. This set-up was recommended by a friend who uses this set up, but I have been unable to get RJDBC to work. I have installed all of the software today (June 2 2008), first deleting and then replacing old versions of software. The error is as follows: Error in .jfindClass(as.character(driverClass)[1]) : class not found This error
2005 Aug 04
3
SIPPeersAction class file not found in the Asterisk-java.jar file
Hello Everybody, I am working on Fastagi and I am making use of Asterisk-java. But I don't find the class file for SIPPeersAction. Hence I am getting the error message when compiling my java code. ---------------------------------------------------------------------------- ------------------------------------------------ [root@localhost asterisk-java-0.1]#
2005 Jun 19
8
Can Samba be installed on Windows 2000
Hello, Can Samba be installed on a Windows 2000 machine (then create a share) so that on the Unix side you can mount the share thats been created (the opposite of installing Samba on Unix and then mapping a drive on a Windows 2000 machine to a Unix share)? I don't need to do this, i was just wondering. ^**********************************************************************^ This email and
2006 Jun 06
1
backporting dtrace.jar on solaris 10
anyone could tell me when is it scheduled the backporting of dtrace.jar to solaris 10? i wonder if there''s any chance to see it in update 2 or if we should wait for u3 (end of the year?)... This message posted from opensolaris.org
2010 Mar 17
1
how to deploy jar file
I have brand new deployment of tomcat 5.5.23 on centos5.3. I have received a jar file and distribution folder from my developer who has developed the application on windows. Can anyone please tell me how to deploy this to linux? -------------- next part -------------- An HTML attachment was scrubbed... URL:
2005 Jun 12
4
Samba share query
Hello, I've coded the following in our smb.conf file (security = share coded in the [global] section) and this works fine where users can access the share without a password :- [ts] comment = Tech support directory path = /information guest only = Yes guest ok = Yes guest account = nobody writable = no browsable = no Is it
2009 Aug 17
3
Help understanding lrm function of Design library
Hi, I'm developing an experiment with logistic regression. I've come across the lrm function in the Design library. While I understand and can use the basic functionality, there are a ton of options that go beyond my knowledge. I've carefully read the help page for lrm, but don't understand many of the arguments and optional return values. (penalty, penalty.matrix,
2015 Mar 23
2
Samba 4.2.0 install failing with "Couldn't determine size of 'bool'
Hi all. I'm trying to install Samba 4.2.0 on a Solaris 64 bit Unix server by doing the following but the configure script fails with "Couldn't determine size of 'bool'", any ideas ? :- # gunzip samba-latest.tar.gz # tar -xvf samba-latest.tar # cd samba-4.2.0 # ./configure ... ... Checking for blksize_t : ok Checking for blkcnt_t
2009 Dec 16
4
rsync exclude
I am trying to backup my /home directory. A friend helped me with this script: #!/bin/sh #backup friday #"Spinning up backup drive and mounting it .." cd / mount /mnt/hd2 #"Starting backup procedures" rsync -avx --exclude="/home/gary/.thumbnails/" --exclude="/home/gary/tmp/" --delete --ignore-errors /home/gary /mnt/hd2/2010 umount /mnt/hd2 #END It backs
2002 Nov 05
1
Synchronising NT, unix and Samba passwords
Our Samba is working perfect except that when a users NT password expires and the user changes it they can't access the share anymore from Windows NT explorer. At the moment i have to log on to our unix system and change the unix and samba passwords manually to match the new NT password. I've been looking through all the websites on Samba but nothing has helped. I've done all sorts of
2010 Jul 07
0
Starting tomcat5: /usr/bin/rebuild-jar-repository: error: Could not find jdbc-stdext Java extension for this JVM
Due to some XML issues, we installed *1.6 from Sun jdk-6u20-nb-6_8-linux-ml.sh on Centos. * ** *below is the output from *[root at www2 tmp]# alternatives --config java There are 3 programs which provide 'java'. Selection Command ----------------------------------------------- 1 /usr/lib/jvm/jre-1.4.2-gcj/bin/java * 2
2009 Jul 12
1
A thank you and question about the cortado jar
I'm not sure this belongs on a developer list but I did not see a more appropriate list. First question about cortado jar. I'm developing a php blog application (yes, yet another blog, I have my reasons) that will allow embedding ogg files via the html 5 media tags with fall back to cortado. I'd rather not package the jar file with the app, instead preferring to point to the jar
2005 Jun 13
1
Traffic shaping on WAN(serial) device
Hi, In our product i am using the High Speed Serial driver as the WAN interface. I''ve implemented the HSS as a serial driver and i am running PPP to connect to the internet. I have both Voice data + FTP data going thro the PPP session. Is it possible for me to use the Traffic shaper(wonder shaper) in my case/ Do i need to make the HSS driver to appear as a network device inorder to