search for: swinging

Displaying 20 results from an estimated 316 matches for "swinging".

2002 Dec 30
1
Java Swing App
I'm rather new to Wine, and I'm trying to run a Java Swing application. I'm having trouble with it. Has anyone else gotten Swing-based apps to run? I have a test case, basically a swing "hello world" app, and I haven't been able to get it to work either. Here's what happens when I try to compile it: [dritch@twitch wine]$ wine -- c:/jdk1.3/bin/javac -g -d
2008 Oct 18
0
JGR not launch for non-root user
Hi there, I am a newbie to R and just installed R 2.7.2 and JGR. As root, JGR launch successfully both in R or by a launcher (a script in shell), but it not works for non-root user. What's the cause of this issue? sudo update-java-alternatives -s java-6-sun sudo R CMD javareconf sudo R >install.packages("JGR", dep=TRUE) >library(JGR) >JGR() # JGR launched successfully
2012 Dec 22
0
[LLVMdev] Problem executing Swing application with j3
Hi Baptiste, Just to let you know that I have just fixed the problem. You can now either use trunk or release 0.32 and the program now runs. Cheers, Nicolas On Mon, Dec 3, 2012 at 8:09 PM, Baptiste Saleil <baptiste.saleil at gmail.com>wrote: > Hi Nicolas, thanks for your answer. > > The swing hello world is the following (Running perfectly with OpenJDK) : > > public class
2009 May 17
1
MapPoint 2004 and Swing App
Hello, I am new to Wine. I have a swing app that requires the use of mappoint. Currently it runs on a windows box. The new box the app will be running on will be XBuntu. Using Wine I can install MapPoint, however on windows I will using Java2COM from Neva Objects which allowed the swing app to talk to mappoint. How would this be possible if I switched to XBuntu? Any idea? Cheers
2006 Dec 22
3
multiline system call
Hello, I am trying to call sendmail from within R via system(). As sendmail reads from STDIN, I need to pass a multiline input as an argument. E.g. (not working): system('sendmail -f xxx at swing.be -t yyy at swing.be\ntest\n.\n') I tried a lot of ways to type the EOL characters, but cannot get them work the right way. This leads to several problems. For instance, R waits for me to
2012 Dec 01
0
[LLVMdev] Problem executing Swing application with j3
Hi all, I have a question about vmkit and especially j3 VM. I compiled and installed it without any problems. But I have this error as soon as I try to launch a Swing application (Swing HelloWorld) : j3: ctthread.cpp :71 : void vmkit::Thread::endKnownFrame(): Assertion failed. « lastKnownFrame->currentIP == 0 » What I'm doing wrong ? Thanks in advance, Baptiste. -------------- next
2018 Jul 24
2
Software pipeline using LLVM
Hi all, I want to generate assembly code using Swing Modulo Scheduling in LLVM for many ALU (May could be Adders, multilayer ......), I need some help how I can do that, which commend I run? Also if possible more information about the scheduling and the register location ......, and which pass responsible about that, and which LLVM version support Swing Modulo Scheduling. Thank you. Regards
2006 Dec 10
1
[BUG] Compiz hangs at launch when the focus windows is a swing window
Hello As i have a java project to do i start and stop compiz with gnome-compiz-manager from gandalf and i just tried to relaunch compiz while the swing window was focused and all the interface just freezed. Worse than that it hangs all the interface and the keyboard events are not processed so you can't do anything to kill compiz and start again. But hey i have two computers so i have
2003 Mar 03
1
Q: Best-Practice for Swing-GUI calling R-code on Windows?
org.omegahat.R.Java.REvaluator e = new org.omegahat.R.Java.REvaluator(); Object val = e.eval("objects()"); if(val != null) { String[] objects = (String[])val; for(int i = 0 ; i < objects.length; i++) System.err.println("("+i+") " + objects[i]); } hello, thanks to Philippe Grosjean's work I finally got SJava working (on Windows XP!!), so that I can
2004 Jun 20
1
[LLVMdev] benchmarking LLVM
> This test seems PARTICULARLY noisy for some reason. Take a look at this: > [...] > ... the native version swings from 3.13-3.34s and the llc-ls version > swings from 3.83-4.0s. The C backend is also noisy, swinging from > 3.98-4.58s. FWIW, these tests are on a Intel P4 Xeon 3.06Ghz machine with > HT enabled. In any case, it appears that we're slower than GCC on this one. what is very funny, that the situation on my AMD is not similar at all to what you state here. On my side tests show GREAT sp...
2011 Dec 16
6
java installation failure
Readers, Openjdk and ibm java versions have failed to install, all reporting a bad elf, e.g. ./ibm-java-i386-sdk-7.0-0.0.bin Preparing to install... Extracting the JRE from the installer archive... Unpacking the JRE... Extracting the installation resources from the installer archive... Configuring the installer for this system's environment... strings: '/lib/libc.so.6': No such file
2006 Apr 06
3
automated testing
Is there a way to automate testing of fxruby applications ... something like Jemmy for Java Swing? -- R. Mark Volkmann Object Computing, Inc.
2007 Mar 15
1
Problem installing SystemVision from MentorGraphics
Hi, I have a problem installing SystemVision from MentorGraphics in wine. The problem is with the packaged Java Runtime 1.3.1. The error output when installing is: Exception in thread "main" java.lang.ExceptionInInitializerError: java.lang.RuntimeException: Unable to create a suitable default GraphicsConfiguration. Try changing your Display Settings. at
2004 Jun 19
0
[LLVMdev] benchmarking LLVM
...2765 4.000u 0.010s 0:04.00 100.2% 0+0k 0+0io 120pf+0w [zion Shootout-C++]$ time Output/ackermann.llc-ls Ack(3,12): 32765 3.830u 0.000s 0:03.83 100.0% 0+0k 0+0io 120pf+0w ... the native version swings from 3.13-3.34s and the llc-ls version swings from 3.83-4.0s. The C backend is also noisy, swinging from 3.98-4.58s. FWIW, these tests are on a Intel P4 Xeon 3.06Ghz machine with HT enabled. In any case, it appears that we're slower than GCC on this one. If you wanted to dig into the test to see what is going wrong (is the LLVM code missing an optimization, or is it bad code generation?),...
2007 Nov 27
9
New to RonR...
Hello, I''ll try to keep this short BUT, I''ve got little/no experience with programming. In fact, my only background is using Cold Fusion (since 1996 and VERY little of that for the past 5 years as I''ve been playing as a Manager-type at my jobs so I haven''t had to do any hands-on stuff for a while). My question: Would Ruby on Rails be a good platform to get
2004 Jun 19
2
[LLVMdev] benchmarking LLVM
Hi all i took a look into LLVM benchmarks from nightly tester and ran Shootout tests on my own. Below go just few outlines. 1. results on my AMD AthlonXP and Xeon used by LLVM team are different sometime. In particular, both Shootout and Shootout-C++ show great speed up with LLVM (in comparison to GCC) on ackerman test on my AthlonXP. But here:
2007 Nov 29
0
Protection switching on PRIs.
Has anyone figured out a way to instantaneously swing over PRIs bearing calls in progress to another media gateway without dropping them? Obviously, this would require a DACS of some sort. But I am thinking that it is possible to swing T1s over in a DACS without actually causing the endpoint to reframe as long as the other endpoint is kept in sync. So, it'd be nice, for example, to bring
2008 Dec 08
3
Any Alternative for X window System
hi , I have one problem in centos4.4.That is when i run a java Swing Based application(non stop Application ie ,24/7) in centos4.4 the X Window system takes 100% of cpu usage....When i restart the system it will come down.After few hours it will again go to 100%...please tell me solution..... -------------- next part -------------- An HTML attachment was scrubbed... URL:
2008 Jan 23
2
HA software advice
We are in need of some very basic software that will give us the ability to swing an ip address from one host to another during controlled maintenance or host failure. For now the IP address will be the only resource that is shared and there will never be a need for shared storage. Eventually we may want to monitor processes for health (probably just read in pid file) and it would be great if
2006 Jan 20
2
kdewebdev aka Quanta or repository kde-redhat.sourceforge.net
does this exist for CentOS 4 ? OK - next level of question then... taking a wild swing, I set up /etc/yum.repos/kde-redhat.repo and for S&G's, I ran the obligatory 'yum update' to see what would happen. It's an aggressive update to be sure. KDE 3.5.0 (and all the dependent stuff such as qt) but also samba and openoffice. Is anyone reporting happiness / contentment with