Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Member Avatar for rajuchacha007

Hi all, I am looking for an open source installer to install some application software (java based s/w programme) and i do not want to commit any sort of change in registry. The installer should perform following actions: 1. License Terms: Accept/Reject selection by user 2. User must select installation …

Member Avatar for jbennet
0
87
Member Avatar for rajuchacha007

Hi all, I am looking for an installer to install some application software (java based s/w programme) The installer should perform following actions: 1. License Terms: Accept/Reject selection by user 2. User must select installation folder, default is c:\......\...... 3. Run a bat file/script to install mysql, activemq. 4. Run …

0
67
Member Avatar for rajuchacha007

Hi all, I am using maven for building deployable artifacts. Whenever I run mvn deploy command, error occurs. I am also using nexus for the actual artifact deployment. Cause: Class 'org.apache.maven.artifact.repository.ArtifactRepository' cannot be instantiated Both pom.xml and settings.xml are modified accordingly. No issue about it. But still I am getting …

Member Avatar for peter_budo
0
98
Member Avatar for rajuchacha007

Hi all, I would like to know whether there any JAVA API exists which does copying, deleting or moving files from and to directories and which is platform independent. I mean consider 3 layers. Last one is of OS (windows, linux, unix, solaris). Middle one is of JAVA API and …

Member Avatar for nomemory
0
146
Member Avatar for rajuchacha007

Hi, Does anyone know about any Java based API for communication in NDM (Network Data Mover, nowalso known as Connect : Direct). Please suggest. Regards.

Member Avatar for rajuchacha007
0
1K
Member Avatar for rajuchacha007

HI all, Has anyone ever used NDM file transfer using server? NDM is now known as connect:direct. I would like to know about its server. I couldn't find it anywhere on its web site. I want to access C : D server. Please advise and suggest. Thank you in advance. …

0
59
Member Avatar for rajuchacha007

HI all, I would like to know about Network data mover used for Java APIs. Please do let me know where I can collect technical quality information about it? Thank you very much. Regards.

Member Avatar for masijade
0
492
Member Avatar for rajuchacha007

Hello all, I am working on a Java project which uses mysql for database. I want to design code for a data loading module which will define database schema and consume actual data. I want to know whether there is any way to run this load data infile command dynamically? …

0
48
Member Avatar for rajuchacha007

Hello, I am working on a code which should execute any *.exe file in java. I have used a sample code which works for UI based application but do not work for command prompt applications like cmd.exe or mysql.exe. Please advise for the improvement. Thank you in advance. Here is …

Member Avatar for Salem
0
173
Member Avatar for rajuchacha007

Hello, I am importing a .csv file in mysql. I am facing problem when it comes to date. Let me elaborate. CaptureDate 20071101 20071101 20071101 20071101 20071101 This is data. But when i Load the file, it displays only last record correctly but not the rest 4. Please help. Thanks …

Member Avatar for rajuchacha007
0
400
Member Avatar for rajuchacha007

Hello, I am importing a in.csv file in mysql. I t contains one variable called CaptureDate. load data infile 'C\in.csv' into table table name lines terminated by '\n' ignore 1 lines; Once I executed, I got errors like row 1 doesn't contain data for all columns. I changed the data …

Member Avatar for autofesa
0
68
Member Avatar for rajuchacha007

Hi all, I want to find out logging ability of mysql when modification is high. In other words, to find out if mysql has an in-built feature to support bulk updates, while monitoring or logging individual record updates. Our aim is to improve performance of bulk updates while logging individual …

Member Avatar for rajuchacha007
0
163