search for: lorg

Displaying 10 results from an estimated 10 matches for "lorg".

Did you mean: long
2009 Jun 01
3
Problem EXCEPTION_ACCESS_VIOLATION (0xc0000005)
...1a] C [user32.dll+0xa936a] C [user32.dll+0xae697] C [user32.dll+0x6d771] C [user32.dll+0x72a15] C [user32.dll+0x72f2c] C [user32.dll+0x9aba9] C [swt-win32-3452.dll+0xf939] j org.eclipse.swt.internal.win32.OS.SetWindowTextW(I[C)Z+0 j org.eclipse.swt.internal.win32.OS.SetWindowText(ILorg/eclipse/swt/internal/win32/TCHAR;)Z+21 j org.eclipse.swt.widgets.Text.setText(Ljava/lang/String;)V+108 j org.eclipse.jface.viewers.TextCellEditor.createControl(Lorg/eclipse/swt/widgets/Composite;)Lorg/eclipse/swt/widgets/Control;+119 j org.eclipse.jface.viewers.CellEditor.create(Lorg/eclipse/...
2005 May 20
7
mplayer repository for CentOS
Hi, Is there a CentOS yum repository for mplayer&dependencies? Thanks, Adrian
2011 Aug 02
1
xlsx error
...xcel spreadsheets into R, but my code is failing at the first step. I setwd into my the directory with the spreadsheets, and, as a test ask for the first one: read.xlsx(file = "Argentina Final.xls", sheetIndex = 1) I promptly get an error message: Error in .jcall(row[[ir]], "Lorg/apache/poi/xssf/usermodel/XSSFCell;", : method getCell with signature (I)Lorg/apache/poi/xssf/usermodel/XSSFCell; not found Anyone have any idea how to fix this issue? Thanks, Andrew Winterman [[alternative HTML version deleted]]
2003 Dec 09
2
build glitches
...'ant''. ant -v says ''Apache Ant version 1.5.3 compiled on April 9 2003'' ant -buildfile build-cmdline.xml dist Buildfile: build-cmdline.xml BUILD FAILED java.lang.VerifyError: verification failed at PC 612 in org.apache.tools.ant.taskdefs.Zip:getResourcesToAdd(([Lorg.apache.tools.ant.types.FileSet;Ljava.io.File;Z)Lorg.apache.tools.ant.taskdefs.Zip$ArchiveState;): incompatible type on stack at _Jv_BytecodeVerifier.verify_fail(byte, int) (/usr/lib/libgcj.so.4.0.0) at _Jv_BytecodeVerifier.verify_instructions_0() (/usr/lib/libgcj.so.4.0.0) at _Jv_Ver...
2013 Jun 22
1
(no subject)
Hi, I had been using a script that works fine for several days and then I stopped using it for a month without having doubt that it would not be working. When I use it again today, I received an error when I reach the last step of generating the data file. *"Error in .jcall(wb, "Lorg/apache/poi/ss/usermodel/Sheet;", "createSheet", : * * java.lang.IllegalArgumentException: The workbook already contains a sheet of this name*" I had uninstalled and re-installed both java and R. I tried using XLConnect package to replace the xlsx. I have been trying t...
2013 Sep 06
1
Java exception error (Jcheck) while running an R script
...m with running a script that i have written in R and i hope you can help me spot which exactly is the problem and how i can solve it. The error I get is the following: ---- Error in .jcheck(silent = FALSE) : Java Exception <no description because toString() failed>.jcall(row[[ir]], "Lorg/apache/poi/ss/usermodel/Cell;", "createCell", as.integer(colIndex[ic] - 1))<S4 object of class "jobjRef"> ---- As I am not a programmer, i don't really understand the error message. I did a search to try to understand what is wrong and if i am correct the proble...
2005 May 25
2
Re: Demonizing generic Linux issues as Fedora Core-only issues -- WAS: Hi, Bryan
...ieve they are supposedly paid and should have more features. I can only label this as "ignorance" of how RHEL (as well as SLES) is developed, because anyone can go out to Bugzilla and see the detail of why something is not included. If you want the most features, then Fedora Core + { FE+Lorg, DAG, etc...} is your baby, maybe CentOS + additives if you don't mind waiting a year later. I think it's great that CentOS is trying to be the best of both worlds: SLA- quality with added features. But it really is "demonizing" when all I see is people making complaint after co...
2005 May 20
0
Re: mplayer repository for CentOS -- oops, send wrong signal ...
...g things in Fedora Extras, and put people on regression testing submissions. I'm thinking about submitting several of my own RPMs (e.g., IMAP). Which is why I personally prefer to use Fedora Extras/Livna.ORG by default. I only tap DAG when he clear super-set of packages has something that FE/Lorg doesn't. > The only thing I've installed from downloaded binaries has been Java > stuff, jdk, eclipse, tomcat, etc. And I like to install that stuff > manually anyway. Well, there are some serious licensing issues with some of that (like Java -- far more than "patent"...
2011 Jan 28
0
Error using write.xlsx library(xlsx)
Dear Adrian, I would like to export a quite large matrix from R to Excel (40 columns, 257 597 rows). After 10 minutes of work, I get the following error message: Error in .jcall(row[[ir]], "Lorg/apache/poi/ss/usermodel/Cell;", "createCell", : Java Exception <no description because toString() failed> This is the code I used: write.xlsx(wvs19812008hm, "C:/test.xlsx", sheetName="Sheet 1", formatTemplate=NULL, col.names=TRUE, row.names=TRUE, append...
2012 May 25
1
Java problem - XLConnect/xlsx package
...en I tried to install the XLConnect package (which would not be that difficult to re-write my code to that package), this package loads without problems, but if I try to load a workbook an error comes up: Error: NoSuchMethodError (Java): org.apache.xmlbeans.XmlOptions. setSaveAggressiveNamespaces()Lorg/apache/xmlbeans/XmlOptions; Since I've never worked with Java (not as a developer) I have no idea what I can do to solve the problem. I hope you can help me! Thank you very much. Best regards Rainer Here's my sessionInfo(): R version 2.15.0 (2012-03-30) Platform: i386-pc-mingw32/i386...