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
~688 People Reached
Favorite Forums
Favorite Tags
java x 18
Member Avatar for vijaygandhi559

Hi, I am running an utility from java. The utility is a '.cmd' file. I have used the code below to run the utility. [code] Runtime runTime = Runtime.getRuntime(); try{ runTime.exec("cmd /c start D:/Test/run.cmd"); } catch(Exception e){ [/code] And it runs the utility successfully, the utility should be run 5 …

Member Avatar for vijaygandhi559
0
112
Member Avatar for vijaygandhi559

Hi, I am trying to configure the logger in java to log my messages. I have downloaded and added the log4j.jar to my classpath. I am receving two error messages while I am running the program to check it.The code I am using is : import org.apache.log4j.*; public class LoggerClass{ …

Member Avatar for jwenting
0
189
Member Avatar for vijaygandhi559

Hi I am trying to use xpath and xml parsing through java. I am completely new to this. I have an xml below and I need to extract the text which says ....."cn=GSTDealer,ou=affiliations,dc=tis,dc=,dc=com,ou=portals,ou=spec,o=teds" and also the text which starts with " Group object missing user " This is the xml …

Member Avatar for masijade
0
155
Member Avatar for vijaygandhi559

Hi, I am using websphere and trying to use javax.mail api . However i am receiving the errors as I am not able to import javax.activation.*; import javax.mail.*; the statements, the reason is Websphere does not recognize them, I am not sure whether i have the javax package. Could any …

Member Avatar for vijaygandhi559
0
153
Member Avatar for saswati_mishra

Hi, I have a jsp which contains a list of radio buttons. I want that when the user selects any one of them the value of the corresponding radio button be passed to a textbox on the same page. How would I do that, I have no idea. Please help!!!!!!!!!It's …

Member Avatar for Ezzaral
0
79