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.

View 8 Replies


ADVERTISEMENT

Ubuntu :: Stock Ticker Applet Or Good Stock Program For Natty 11.04?

Apr 28, 2011

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.

View 3 Replies View Related

Fedora Networking :: Windows By Enabling A Service Called 'routing'?

Jan 8, 2010

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?

View 1 Replies View Related

Security :: Deprecated Pam_stack Module Called From Service "su-l"

Nov 17, 2010

I get the following message in /var/log/secure: Nov 15 09:27:21 su: Deprecated pam_stack module called from service "su-l"

I have done some research and it seems I need to get rid of pam_stack.so in /etc/pam.d/su but I can't find out what to use in its place.

Below is a copy of my /etc/pam.d/su file:

Code:

From what I understand, I need to replace the line "auth required pam_stack.so service=system-auth" with "auth include system-auth"

My problem is how do I then go about limiting access to su based on group membership without pam_stack.so?

View 2 Replies View Related

General :: Application Called Impact - Paths In Java Application ?

Apr 14, 2010

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...

View 4 Replies View Related

Fedora :: Running Java As A Service?

Oct 28, 2010

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

View 2 Replies View Related

Red Hat / Fedora :: Running Java As Daemon / Service

Jul 7, 2010

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?

View 4 Replies View Related

General :: Check If Service Is Running Or Not Using Java

Feb 26, 2011

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...

View 5 Replies View Related

Programming :: Destructor Called On Objects In Deque Without It Being Called Explicitly

Jul 13, 2011

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.

View 4 Replies View Related

CentOS 5 Server :: Implementing A Java Program As A Service?

Jul 23, 2009

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.

View 3 Replies View Related

CentOS 5 Server :: Setting Up A Java App As A Deamon/service?

Dec 8, 2009

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?

View 1 Replies View Related

Fedora :: The Service Does Not Use The System Environment Variable For JAVA And JRE Setup?

May 6, 2010

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.

View 2 Replies View Related

Programming :: Export An OpenOffice Chart With VB6

Nov 16, 2010

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?

View 7 Replies View Related

OpenSUSE :: Getting A Recommendation For A Chart Drawing Program?

May 5, 2010

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?

View 2 Replies View Related

General :: Convert Tab Separated File To Simple X-Y Chart

Aug 27, 2009

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.

View 6 Replies View Related

General :: Write A Script To Generate A Bar Graph / Chart / Histogram?

Feb 9, 2011

write a script to generate a bar graph/chart/histogram etc that can make the analysis part simpler.

While dealing with so much data, i fear a manual approach could lead to human errors and hence thought that a script might be a better approach.

View 4 Replies View Related

Security :: Flow Chart For File Access And Permissions Processing?

Jan 25, 2011

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.

View 4 Replies View Related

Programming :: Utility That Draw The Graph Or Flow Chart Of An Application?

Oct 28, 2010

Does any one know any software or utility that draw the graph or flow chart of an application (if application code is on multiple files)?

View 1 Replies View Related

Fedora :: Firefox Wont Display Team Icons Or Drive Chart

Dec 22, 2009

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.

View 4 Replies View Related

Fedora :: Stock Program That Will Run On F15?

Aug 24, 2011

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.

View 5 Replies View Related

Ubuntu :: Stock Market EOD Quote Retriever?

Feb 22, 2010

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).

View 2 Replies View Related

Ubuntu :: Free US Stock Market Software?

Mar 6, 2010

could anyone recommend a free stock (US) software on Ubuntu to me ?

View 8 Replies View Related

Ubuntu :: Scripting For A Real Stock Ticker?

Oct 6, 2010

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?

View 2 Replies View Related

Ubuntu :: Jupiter Vs Stock Power Managmnet?

May 20, 2011

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.

View 2 Replies View Related

Ubuntu :: Get Back To 'stock' Light Themes?

Jul 13, 2011

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.

View 5 Replies View Related

Ubuntu Servers :: Trying To Build Own Stock Database

Sep 1, 2011

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.

View 6 Replies View Related

Software :: Api For Analyzing The Stock Market In C Using Bsd Sockets?

Jul 1, 2011

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

View 2 Replies View Related

General :: Command To Check The Java Version: Java -versionand Got :bash :java: Command Not Found?

Jul 26, 2010

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

View 4 Replies View Related

OpenSUSE :: Upgrade From Stock Version 2.3 To Current 2.32 Using YAST?

Oct 29, 2010

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?

View 7 Replies View Related

Ubuntu :: Stock Watch Program To Track Your Stocks?

Apr 8, 2010

Does anyone know of a stock watch program for Ubuntu to track your stocks.?

View 7 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved