search for: jarfile

Displaying 13 results from an estimated 13 matches for "jarfile".

Did you mean: tarfile
2008 Apr 23
4
[LLVMdev] Error trying to build llvm-gcc
...x-gnu/libjava':'../../../llvm-gcc/libjava':'../../../llvm-gcc/libjava/external/w3c_dom':'../../../llvm-gcc/libjava/external/sax -d /home/pprabhu/llvm/llvm-objects/i686-pc-linux-gnu/libjava ../../../llvm-gcc/libjava/java/lang/Class.java ../../../llvm-gcc/libjava/java/util/jar/JarFile.java:44: error: Class or interface 'gnu.java.security.pkcs.SignerInfo' not found in import. import gnu.java.security.pkcs.SignerInfo; ^ ../../../llvm-gcc/libjava/java/util/jar/JarFile.java:520: error: Type 'PKCS7SignedData' not found in the declaration of the local vari...
2008 Apr 23
0
[LLVMdev] Error trying to build llvm-gcc
...39;:'../../../llvm-gcc/libjava':'../../../llvm-gcc/libjava/external/w3c_dom':'../../../llvm-gcc/libjava/external/sax > -d /home/pprabhu/llvm/llvm-objects/i686-pc-linux-gnu/libjava > ../../../llvm-gcc/libjava/java/lang/Class.java > ../../../llvm-gcc/libjava/java/util/jar/JarFile.java:44: error: Class > or interface 'gnu.java.security.pkcs.SignerInfo' not found in import. > import gnu.java.security.pkcs.SignerInfo; > ^ > ../../../llvm-gcc/libjava/java/util/jar/JarFile.java:520: error: Type > 'PKCS7SignedData' not found in the decl...
2016 Aug 19
3
explain strange behavior
In my bin directory, most of the binaries are linked to it. It is in my path. I have googled this and cannot find anything close. I am running bash on centos6.8 When I run "which command" most of the files in this custom bin directory show up. When I run "which file.jar" it cannot see it, but I can *ls* the file (soft link) as which only works on executables
2008 Apr 23
1
[LLVMdev] Error trying to build llvm-gcc
...../llvm-gcc/libjava':'../../../llvm-gcc/libjava/external/w3c_dom':'../../../llvm-gcc/libjava/external/sax > > -d /home/pprabhu/llvm/llvm-objects/i686-pc-linux-gnu/libjava > > ../../../llvm-gcc/libjava/java/lang/Class.java > > ../../../llvm-gcc/libjava/java/util/jar/JarFile.java:44: error: Class > > or interface 'gnu.java.security.pkcs.SignerInfo' not found in import. > > import gnu.java.security.pkcs.SignerInfo; > > ^ > > ../../../llvm-gcc/libjava/java/util/jar/JarFile.java:520: error: Type > > 'PKCS7SignedData...
2012 Jul 12
11
Announce: PuppetDB 0.9.2 Available
PuppetDB 0.9.2 is the third beta release on the road to 1.0. Changes include new features and bug fixes. For details on changes in this release, please see the release notes below. # Downloads Available in native package format at http://yum.puppetlabs.com http://apt.puppetlabs.com Source (same license as Puppet): http://github.com/puppetlabs/puppetdb Available for use with Puppet
2009 Apr 02
1
Start Klimt from R
...ead.table("mydataset.txt"); t<-tree(OUT2~.,d); Klimt(t,d); One should make sure, that the klimt.jar is in the working directory of R (in my case "C:\Program FilesR\R-2.8.1" I think). But although I copied klimt.jar into this folder, I get the R-error "unable to acces jarfile C:/Program" The R-Code works. I get a File called "FromR.tree", which I can load manually with Klimt... What can I do to launch R automatically? Thanks Max -- View this message in context: http://www.nabble.com/Start-Klimt-from-R-tp22843624p22843624.html Sent from the R help mail...
2019 Jan 03
10
Runnable R packages
...this in R. Through declarations in some file, the developer can often specify dependencies and declare where the program?s "main" function resides. Consider Java: Artefact: .jar file Declarations file: Manifest file Entry point: declared as 'Main-Class' Executed as: java -jar <jarfile> Or Python: Artefact: Python package, typically as .tar.gz source distribution file Declarations file: setup.py (which specifies dependencies) Entry point: special __main__() function Executed as: python -m <package> R has already much of this machinery: Artefact: R package Declaration...
2019 Jan 07
0
Runnable R packages
...some file, the > developer can often specify dependencies and declare where the program?s > "main" function resides. Consider Java: > > Artefact: .jar file > Declarations file: Manifest file > Entry point: declared as 'Main-Class' > Executed as: java -jar <jarfile> > > Or Python: > > Artefact: Python package, typically as .tar.gz source distribution file > Declarations file: setup.py (which specifies dependencies) > Entry point: special __main__() function > Executed as: python -m <package> > > R has already much of this m...
2024 Jan 24
2
ntlm_auth not returning "STATUS_OK"
On Tue, 23 Jan 2024 17:07:35 -0500 Mark Foley via samba <samba at lists.samba.org> wrote: > On Mon Jan 22 11:00:59 2024 Mark Foley via samba > <samba at lists.samba.org> wrote: > > > > I have scripts that runs ntlm_auth. Before upgrading my DC to > > 4.18.9 I would get text string output from the ntlm_auth command. > > For example: > > > >
2024 Jan 27
1
ntlm_auth not returning "STATUS_OK"
...permitted authentication of its apps with domain credentials, whether Access, SQL Server, Outlook, etc. It would be a shame for Linus to take a step backward in this regard. Do you know of anything besides ntlm_auth that will authenticate a domain user on the command line? I'll search for JSP jarfiles that might do that, but my brief search on that has not been promising thus far. --Mark
2005 Mar 23
2
pauses sync'ing between tmpfs and disk on Linux 2.4.x
I've set up a 1GB tmpfs filesystem on a system with a single IDE disk and 2GB's of memory. I'm storing a large amount of RRD files (~300MB) on the tmpfs filesystem to make their generation a bit speedier... this part works great. However, I want to rsync these files over from time to time to a directory on the local filesystem (same physical server). I'm using rsync 2.6.4pre3
2015 Oct 27
1
[PATCH] configure: Move language binding detection to separate files.
This commit starts to split our massive, monolithic configure.ac file into smaller files, using the m4_include mechanism to combine them. I don't know if we should really do this, so I'm open to comments about it. However: - Our configure.ac script is 1800+ lines long, and that's pretty long. - configure.ac lacks structure; splitting it up might improve that. - From what I read,
2015 Oct 29
16
[PATCH 00/16] Refactoring of configure.ac and guestfs.pod
Two (not related to each other) refactorings: Patches 1-12 split configure.ac into smaller files using the m4_include mechanism. Patches 13-15 split out parts of guestfs.pod (ie. guestfs(3)) into three new manual pages: guestfs-hacking(3) - how to extend and contribute to libguestfs guestfs-internals(3) - architecture and internals guestfs-security(3) - security and CVEs Patch 16 is a