- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 8
- Posts with Downvotes
- 8
- Downvoting Members
- 5
45 Posted Topics
the below code is to list the running exe files in the windows task manager. but i need only the running applications in windows task manager. if aybody knows pls help me by sending code for this. i am awaiting pls. import java.io.*; import java.util.*; public class GetProcess { public … | |
[B] hi all, i am trying to open a file with application using java. i faced many problems while processing it. 1. Using Runtime.getruntime.exec(); i faced the problem. i can open a file with application in the local system(server) where i have written the program. while by using the ip … | |
hi all, i need help from you. i want to upload multiple files to the server. pls tell me how to do this. if anybody has the code pls paste and send without fail. advance thanks hidash | |
Re: hello i cant get output for the above coding pls help. | |
hi all, i cant able to open some applications like word,excel,adobe indesign,xml through java. and i used Runtime.getexec(); code but here when we run the program the application is automatically opening. i dont need to open on execution of the program. and also at the same time i want to … | |
Hi All, I am developing online examination process using jsp. The questions and options are fetched from the text files. For each page i am displaying one question and four options. I am calculating the answers by using radio button. I given a next button and previous button for navigation. … | |
Re: Hi jwenting, Always you are scolding the forum senders. what you think about you man. See if you know the solution for the query, just send it otherwise shut your mouth. Don't give false replies. otherwise show a good way to solve the problem by themselves. Don't take it as … | |
[B][I]Hi all, i have to download a file from a server automatically without any manual interaction. I dont know whether it is possible. Any one of you know the solution for this problem please send me the code. Thanks Hidash[/I][/B] | |
Hi all, i am trying to get only the folder names from a directory using java script. i cant able to get the result. please can anyone tell me the code to solve this problem. Advance thanks Yaazh. | |
[B]Hi all, I am trying to access a folder from another system by passing parameters like username, password through java script, but i cant able to access. Please help me for solving this task. Thanks in advance Regards Hidash.[/B] | |
hi masijade, tell me how to close the application using java. | |
hi all, i wnat to upload multiple files to the server by clicking the upload button once. if anybody knows pls help me. thanks kumar. | |
hi all, i need to open indesign, framemeker, pdf files using java script. i have tried in many ways but i cant get the result. pls help me. thanks in advance hidash. | |
hi, i want some help about POI file system. is it possible to open the word and excel file using poi file system. i have created ta new excel and word file using poi. but i am struggling to open the files using poi. plz help me. God Never Fails. … | |
hi all, i want to open a file from the server system using java pls anyone can help me pls i dont have any knowledge about this pls tell some idea. | |
i want to move a single file from a folder. i tried my level best. but the all the files from the folder is moving. pls anyone is there to solve my problem. | |
hi everybody, i am trying to get the name and id of the opened application to check whether the application is opened properly or not using java | |
hi, i have a problem in accessing an application from the domain server. can any one is there to clear my problem./ Advance thanks hidash ![]() | |
hi all, i want to access an application from the domain server. is there any possible way to do this task. if possible tell some idea with examples. Advance thanks. hidash | |
i want to check the pid for a newly created process. i asked somebody they told to check it in the java native interface. but i didnt get the clear solution for this problem. can anyone is there to clear my problem.. | |
hi all, i need to get the instance id of an application. i dont know how to get the id. anyone is there to fulfill my requirements. advance thanks hidash.. | |
hi all, i want to convert illustrator file into jpeg. is it possible to do this using java???? i want a clear idea if it is possible. advance thanks | |
hi all, i am using the below code to open a n application by specifying the file path response.setHeader("Content-Disposition", "attachment; filename="+ java.net.URLEncoder.encode(filePath) +""); but while opening the application the path changed as D%3A%2FPrepress%2F5_Production%2FJournals%2FBalaban%2FPI10000044%2FBban_MWMS_100005%2FData%2Fset+header[3] with special characters because of the filepath changed i cant apple to use the save button. i … | |
[B]hi all, i have to get the number of pages for a pdf document using java. i checked in java pdf api library but i have not get the correct idea. can anybody help for my work pls. if u have code for that na pls send me. advance thanks … | |
how to calculate the days between two dates excluding saturday and sunday foe example if i am calculating the days between 14/12/2007 to 17/12/2007 the answer for no of days should be 4... pls send the code for above problem. advance thanks hidash. | |
hi all, can anyone help for my problem. i want to count number of pages in a pdf file using java script. i dont know whether it is possible. so pls tell its possible or not. if possible means send me the code... advance thanks hidash. | |
hi everyone, i need ur help, how to count the no of pages in a pdf file using java, is it possible to do this. if anybody knows pls send the code. advance thanks hidash | |
Re: check it in java forums. java can give the solution. | |
hi all, in the below code is used to open a file with its corresponding application.the file with application is opening but the data is corrupted. pls help to open the file without data corruption. advance thanks <% // fname is the file name String filePath=savefile; File f = new … | |
hi, i am using tomcat server to executing the jsp files. my task is to open an application while clicking the hyperlink it throws an popup error msa Access is Denied. and also i used the path of a file in href it also not opening a file. give me … | |
[B]how to open any exe file using java. i alrerady used the Runtime.getexec() code. but when i refresh the page the application is opening. my thought is the application should be open after clicking the button in jsp page. if u have any code send me.[/B] | |
<a onclick=" window.open('C:/Documents and Settings/palanikumar.r/Desktop/Doc.bat','remarks','height=600,width=915,left=50,top=50')" ><input type="button" value="start" onClick="startclock('')"></a> see, in the above coding i am using button to open a document file. im opening it through the batch file.. the batch file contains @echo off c: cd\ cd jdk1.5.0_05\bin javac Doc.java java Doc Doc.java is a java program through … | |
[COLOR="Red"][B]i am opening an application using java through a batch file. when i am clicking the batch file the file download dialog box is opening . i dont need to open the dialog box without that dialogue box the file should be open. pls help advance thanks and regarda[/B][/COLOR] | |
[B]the below code is to list the running exe files in the windows task manager. but i need only the running applications in windows task manager. if aybody knows pls help me by sending code for this. i am awaiting pls.[/B] import java.io.*; import java.util.*; public class GetProcess { public … | |
Re: can u tell where u r running ur program in command prompt or any other java compilation software. reply as soon. | |
pls help how to open a file in an application using jsp and it should not open in a browser if possible pls send ur code as soon as possible.. pls help pls help. | |
Re: hey while installing the tomcat it ask the path and port no give the correct path and port no u will configured it. and there are two versions of tomcat server one is 5.0.16 and 5.1.25. the same procedure for both versions...... Software developer wipro technologies | |
Re: <%@ page contentType="text/html" %> <%@ page session="true" %> <%@ page language="java" %> <%@ page autoFlush="true" import=".*, java.util.*"%> <%@ page import="java.util.*,java.io.*"%> <jsp:useBean id="bean id" class="jdbc driver name" scope="application" /> <jsp:useBean id="bean id" class="java pgm name" scope="page" /> check this and leave a comment.. | |
[COLOR="blue[B]"]hi all, i need a help in jsp. i want to open a word file in an application using jsp. and it should not in browsers. just the word application only should open. if u have any coding for this means pls send it. very urgent .hurry up! pls.. [/COLOR][/B] | |
Re: <a href="sds.doc" class= "addmenu" target="windows_name" onclick="return opendoc();"> check this and lesve ur comment | |
hi friends i am hidash. i am a it professional. if u want any help clarify me .. thats all about me | |
Re: <%@ page contentType="text/html" %> <%@ page session="true" %> <%@ page language="java" %> <%@ page autoFlush="true" import="com.hurix.mhlncms.*, java.util.*"%> <%@ page import="java.util.*,java.io.*"%> <HTML><HEAD><TITLE>Management Information System</TITLE> <META http-equiv=Content-Type content="text/html; charset=iso-8859-1"> <STYLE type=text/css> BODY { MARGIN: 0px } </STYLE> <script type="text/javascript"> function formValidator() { if((document.empdetails.noofhours.value == "null") ||(document.empdetails.noofhours.value=="")) { alert("Enter the Session"); document.empdetails.noofhours.focus(); return … | |
Re: <HTML> <HEAD> <SCRIPT LANGUAGE="JAVASCRIPT"> function doZoomback(sourceobj, destinationObj) { destinationObj.value=sourceobj.value; window.close(); }function doZoom(obj) { window.open("Zoomin.jsp?txttest=" + obj.value) } </SCRIPT> </HEAD><BODY> <TEXTAREA name="txtTest"><%=request.getParameter("txttest")%> </TEXTAREA> <input type="submit" name="cmdOK" value="OK" onclick="parent.doZoomback(txtTest,opener.document.all.txttest)"> </BODY></HTML> The above program is similar to ur program so i think it will solve ur problem.. leave ur comment to my id | |
Re: The below program is for changing thw values in the database using jsp <%@ page contentType="text/html" %> <%@ page session="true" %> <%@ page language="java" %> <%@ page autoFlush="true" import="com.hurix.mhlncms.*, java.util.*"%> <%@ page import="java.util.*,java.io.*"%> <jsp:useBean id="hdbc" class="com.hurix.mhlncms.cmslib.cmsdbconnection.HurixDbconnection" scope="application" /> <jsp:useBean id="mis" class="com.hurix.mhlncms.pmsempmodifycomdetails" scope="page" /> <script language="JavaScript"> function callMainPage(pmsempid){ if (navigator.userAgent.indexOf('Win') !=-1) … | |
The End.