Software :: Run A Java App From A Stock Chart Service Called ThinkorSwim?
Nov 15, 2010
I'm trying to run a java app from a stock chart service called ThinkorSwim. I've tried it in NetrunnerOS2, Ubuntu 10.4 and Ubuntu 10.10. All of them result in the same java error.:I'm running Sun Java 6 update 22 on all these OSs.The install seemed to go OK, and I get the splash screen when it starts up and I get a "loading desktop" type of message then it throws that error. I've googled for 2 days and nothing I find is dealing with this error.
I upgrading to natty 11.04 and lost all my gnome applets. Is there any good stock programs that work with natty and unity? I liked the invest applet on top bar in maverick 10.10. A standalone program to track stocks would be good also if no applet option is available.
I don't know what I'm trying to achieve falls into 'routing' or 'Bridging'???I have two network ports (with static IP ) and I would like to forward RX packets of one to the other.
I have done this in Windows by enabling a service called 'routing'.Is there something similar in Fedora 11? I am pretty sure there are a few thread explaining these but I am just not educated enough to find one that makes sense to me, so Please excuse me for starting a redundant thread and point me to it?
So, I have this application called Impact, it is an explicit time integration Finite Elements code written in Java...
[url]
I untar the pack, and launch the application calling a script, from within the untarred folder,
Code:
This launches a gui which allows me to setup a case, which needs some setup file, tipically some *.in and a mesh file, tipically some *.msh.
Other mode of executuion consists of calling the setup file as argument to Impact.sh script ( CLI execution mode, for g33k5 )
My problem is : I have packed the whole stuff into a Slackware .tgz, that places it in /usr/local/Impact, and placed a calling script in /usr/local/bin,
Code:
Code:
I decided to hack the ImpactGUI_OGL_linux_amd64.sh script from
Code:
Code:
no avail,
Code:
even after adding /usr/local/Impact/bin to PATH... won't go...
I can run this thing from within its directory... but I do not like messing within the directories of my applications, this is why I sent this to /usr/local, and placed a calling script in /usr/local/bin...
I have a java program where I want to run it every 30 seconds. So what is the best way to run in that form? Is it running as a service or a cron is best? How to do with it
I have a java program which I need to run as a service or daemon. What is the most stable method to do it? It will be heavy processing socket programming which will be continously receiving data?
i've some trouble to write a script on java on linux to check if service(ie:smbd) is runing or not,, could you give me some example? Or if is there any source about it for me to learn? i've two days search with zero result...
I feel there's a bit of a misunderstanding going on between C++ and me...My problem is that I have a deque of pointers to a class, and create objects then add them to the deque in a for loop. However, the destructor is called on the object as soon as the loop quits.
Code:
This prints:
Code:
Now, if I change the deque from deque<Test*> to deque<Test> then it works fine - I get:
Code:
However, I can't do this with my actual code, because I am creating a deque of pointers to an abstract class, so it won't let me instantiate the class. (This is all so that I can take advantage of polymorphism, and call functions on a set of similar objects without worrying what type of object I'm dealing with).
So, I suppose my question is: what is the correct way to create that deque of pointers to the abstract class? I don't seem to be barking up the right tree currently.
I've a java program which needs to be executed regardless of whether a user is logged in or not. Currently I've a shell script which executes the java program. I login to the server and run this shell script when the server is rebooted. I would like to start this script automatically preferably as a service so that I can stop and restart this service whenever I update the java program.
There is a particular java app called LanguageTool which we need to host on our centos server. Other applications are supposed to send an http request to this machine; this machine should pass this data (received over the http request) to the java application concerned, obtain the output from the app; and then send this response back to the requesting client...
We need to set this app as a service on startup. The centos machine might restarted from time to time; so we expect this service should startup automatically. What can I do to get this done?
i have added a tomcat startup service using chkconfig. I have set up JAVA_HOME and JRE_HOME as well ass alternatives to point to the correct location.I have an init script in /etc/init.d. When i start the tomcat service using [ /etc/init.d/<x> start ] everything works fine and the environment variables for JAVA_HOME and JRE_HOME are used correctly.Now i added the service <x> using chkconfig --add so that it can start on boot up. But now the service does not use the system environment variable for JAVA and JRE setup by me.Also after complete bootup if i try to start the service using [ service <x> start] the environment variable in the shell are not used. don't want to exclusively declare variables for JAVA_HOME and JRE_HOME in the init script.
I am developing using vb6 to export a chart (line graph) to OpenOffice Calc. I am using:
Code:
Chart.diagram = Chart.CreateInstance("com.sun.star.chart.LineDiagram") to create the LineDiagram. However, it is just a line diagram. What I need is a line graph with points plotted on it. How can I make it to LineDiagram with LINES AND POINTS?
I was wondering if there is a good program for drawing charts of fx programs. Flow charts, Gannt charts and such.I'm sure I can get openoffice to do it, but somehow I'm not comfortable with drawing anything in that program. I don't really know why. There is a nice program for it in the OpenSuse 11.2 with gnome, but I run KDE4. Is there a good recommendable program for this under KDE4?
I wrote a script which analysis apache logs. This script generates a tab separated data file. There is two columns in the data. The first column is a file name accessed from remote. The second column shows how many times a file access.
I am looking for a linux command drawing a chart corresponding data.of course, I know that I can draw the chart in OpenOffice Calc. That's not what I need. Because there is some steps to do for a simple chart drawing. If there is a command line tool, then I can write a script that drawing a chart when the data file is updated.
Is anyone aware of a detailed "flow chart" -- arrows and decision diamonds, etc -- that describes the file access and permissions processing? I would love to see that diagram. Years ago on a platform far away (Digitial VAX/VMS) their manuals had such a flow chart that covered not only the user-group-owner and read-write-execute permissions decision making but also include "access control list" processing at a superficial level. If someone has access to the VAX/VMS flow chart, that might be a start toward sorting what linux does.
running Fedora 12 (worked fine when I used ubuntu) [URL] gamecenter... firefox will not display the team icons or the drive chart...what am i missing? Chrome does it perfectly.
I am a newbie. I need a good free stock program (or non free if no free are available). For reading stock information real time and has to have bells and whistles. I dont want another widget im looking for a fully featured program but the problem with googling this is that all the hits I get are either old or link me to some marketing crap for windows. I understand that red hat runs lots of stock market stuff so fedora must have something available.
Anyone know of of an automated stock market end of day quote retriever? Ideally this software would be a service that automatically updated a MySQL Database of stock quotes for EOD data (probably from Yahoo).
I'm a business student and we have a stock ticker in the atrium of our building that was being run off of an old 386 computer that bit the dust. Unfortunately, the individuals who wrote the program that updates the ticker (with selected stocks only, from a student run portfolio) are long gone.
Basically, I'm looking for way to display certain stock quotes updated every few minutes on a real-life ticker (green lettering, scrolling side to side) with selected stocks, including the changes in stock price (arrows as well).
I've looked into programs like SMTM, but I'm not quite finding what I need. I don't have much scripting knowledge but I figured this could be done relatively easily, perhaps with GREP?
if jupiter does actually help with battery life,i installed it a few days ago and i made it not load at startup and my batery showed 3hours with gnome and when i ran jupiter on powersave mode the batery life jumped up by over half an hour,it seems to be lasting longer,also does it slow down the cpu at all,my pc seems slightly slugish with it on.
I'm currently using the popular Ambiance and Radiance Evolution themes, but now I want to get back to the regular Ambiance theme. I have locked folders in my home folder labelled Ambiance and Radiance, which I think was left over from the install. Does anyone know how how to get my old themes back? P.S - I already removed the Ambiance Evolution PPA and reloaded Synaptic Package Manager, but it did nothing.
Looking for suggestions on what tools to use. I'm a finance major with limited programming knowledge. I would like to start collecting my own stock data. I would like to pull data from google finance or something similar. Also, I subscribe to data from AAII, American Asso. of Individual Investors, and would like to add that data into the database. and be able to have a nice gui to run queries on. My interests are finding if there are various different arbitrage opportunities and fundamental value investments.
Very low budget. Want to run it on ubuntu. I was looking at Postgre SQL as the database, but really have no idea what is optimal. Not to sure on the gui or how to pull the data. If anyone is interested in the topic and would like to help me set up and run algorithms let me know too.
i was wondering how to get a api for analyzing the stock market or certain stocks from google finance and writing a database with a search alogorithm in c
I've just installed java (jre-6u21-linux-i586.bin) on Red Hat 4.4 AS and issued this command to check the java version: java -versionand got :bash :java: command not found
Is it possible to upgrade from stock version 2.3 to current 2.32 using YAST? I can see 2.32 when using a browser to look at the repository, but when I enter the repository as a software source in YAST, it does not show up in YAST. What steps am I missing? Can I use YAST, or should I just download the RPMs and go from there by hand?