Hi,
I need to run a script(/home/rs/Get_FileList) which is on a remote server(usnav.mh.vntnt.com), as user 'rs'. The script takes 2 arguments: requirements and 16.1. When i try to do this with JSP(code as given below), the following command is returning "null":
rt.exec(command);
JSP code...
Hi,
My java program has a comment line as follows:
//Go on to the DMS Table LENLINES ~V Single Line Requirement.
While compiling using /usr/java/jdk1.7.0_03/bin/javac, i get the following error:
error: unmappable character for encoding ASCII //Go on to the DMS Table LENLINES ? Single Line...
I was able to get the cause of the exception thrown.
In one scenario, the application was trying to dispose the Frame before it was initialized. That caused the above exception.
Thanks anyhow Dian for your reply.
I'm using Java Plug-in 1.6.0_20.
When I run my application, i'm getting the following error: What might be the issue? What needs to be taken care in this case?
java.lang.reflect.InvocationTargetException
at com.sun.deploy.util.DeployAWTUtil.invokeAndWait(Unknown Source)
at...
I have a Jtable. Upon accepting the row number entered by the user, the query results screen shall scroll down such that the entered row number is "at the top of the screen" of JTable.
The code i have used is:
//Dialog box to fetch row number from the user
rowNo = customDialog.getRowNum();
if...
In between a servelt, for a specific condition, i need user confirmation dialog box. According to the user input, yes/no, the servlet should continue processing further or exit logging some message.
What concept can be used here?
Any help would be appreciated.
How can i customize only the first row to JComboBox in jTable? (Only one row in the JTable, not the whole column)
I tried using the following code:
EachRowEditor rEditor = new EachRowEditor(bti.BTIC.comboBox,false,bti.BTIC);
bti.BTIC.jTable.getColumn(0).setCellEditor(rEditor);
Here the whole...
Hi,
Need a “single” SQL query to retrieve records. The SQL query can be a nested/correlated one.
Example:
Table name: table1
Keyfields: (scr,cdi,rax)
SELECT scr,cdi,rax,srow,srti,schg
FROM table1
WHERE rc_struct_flag='S' and tron=-1 and hostclli='MTRLPQQQ00T'
scr cdi rax srow...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.