Tagged Questions
2
votes
0answers
158 views
How to prevent TextPad from creating temporary batch files when running Java?
This is my first post here, so, please let me know if I posted this question in the wrong place or something. Thanks.
So, I recently reinstalled the Java SDK and TextPad after deciding that I wanted ...
2
votes
0answers
73 views
Pattern for batch query crawler operations
I am trying to create an abstraction for a batch query crawler operation. The idea is that a query is executed, a result set is obtained and for each row an operation is performed that either commits ...
1
vote
0answers
15 views
How to debug a .bat file in netbeans?
Hello every body I'm in a big dilemma. I'm triying to understand a piece of code in Java but I can`t.
Here is the scenario.
I have a class (Embed.java) that is invoked using a .bat file, but when ...
1
vote
0answers
79 views
Issue starting cmd.exe twice in a row
I am trying to automate some processes that were build in ancient times, for the sake of avoiding repetitive actions. It is required that the processes are started with one batch and stopped with ...
1
vote
0answers
26 views
Authenticate to facebook through java batch
I need to develop a java batch-type application which will collect insights stats of some managed pages.
But from what I understand about login to facebook, you need a web-server where to redirect ...
1
vote
0answers
97 views
Facebook oauth dialogue login error “An error occurred. Plase try again later.”
I keep getting this error "An error occurred. Plase try again later." when I try to login to facebook using oauth dialog in my android and iphone app. I started having this problem only for the last ...
1
vote
0answers
154 views
Passing a set Variable from a on the on-fly batch runtime to the calling Batch file in JAVA
I have an interesting issue. I have a Java application, that creates a batch file and the batch file sets a variable. Now, the application its self is being called from another batch file. Hence I ...
1
vote
0answers
586 views
Adding listeners to spring batch deciders
Hey I am having a little trouble with my spring batch application context. I need my decider to be able to look at the jobParameters that are passed through the job launcher. For a normal tasklet I ...
0
votes
0answers
25 views
Tethering camera to computer; issuing commands
How can I tether a camera to my computer and issue it commands? Is it possible to use java and/or a batch file to do so?
I want to tether a camera to my computer as part of making a 3d scanner. I ...
0
votes
0answers
36 views
Batch file classpath
My question is first with understanding. If I set class path manually (and dynamically) in a batch file (using which ever syntax i found) the program won't complie in eclipse, because I need to remove ...
0
votes
0answers
48 views
passing in a path to a directory (with spaces) to a jar file not working
I have a batch file that does simple string replacement. It takes in 3 arguments: the string I want to replace, the string I am replacing it with, and the path to the file. The file ultimately passes ...
0
votes
0answers
54 views
Chroma key and smooth edges using java
I am making an application which would take pictures (with well lit green background) from a tethered camera and then remove background from it. The object of interest would be placed on a disk which ...
0
votes
0answers
87 views
Using Java to Launch a Batch File Which Runs WMIC
First let's start with the code:
import java.io.*;
import java.io.IOException;
import java.net.URL;
public class InfoFileReader{
public static void main(String args[]) throws IOException{
...
0
votes
0answers
16 views
Running Job in cloud environmental on only one server Where Server ip are dynamic on each deployment
want to run batch job on single server every one minute
Use case:
I have N number of servers. I just want to run this batch on server rather than all servers. Same code is deployed on all servers.
...
0
votes
0answers
161 views
From JAVA to RETURN in Stored Procedure SQL Server 2008 r2
I've to send an Integer in my Java project to the return of a Stored Procedure in SQL Server. Weird!
Well, I did a Java project. Everything is working fine. I'd export him to a JAR, and made a batch ...