Niti Kapoor

Ranch Hand
+ Follow
since Jun 22, 2017
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
10
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Niti Kapoor

for example

<div>
                                   <xyz model="user_details_row"></xyz>
</div>

this is the model and in user_detail_row3
contains data in array of objects  like this
[{"index":1,"name":"ykr ","value":0},{"index":2,"name":"myz ","value":7687},{"index":3,"name":"Pmy ","value":"--"},{"index":4,"name":"Required ","value":"developer"},{"index":5,"name":"lzy ","value":"--"}]

so i need to apply accordian to the field name:required how can we do it
is net user command will run with custom password?
5 years ago
ok so i m first focussing on window so how can i set a password for the lock ?
5 years ago
beacause i want to make a platform independent desktop application to screen lock of computer.
5 years ago

this i had done how to msake password protection
5 years ago
I had try making so i had find runtime process so i had done till the going to screen lock but how to protect with password?
5 years ago
Its just to know the user information
5 years ago
JSP
i want to get the computer name or username im able to get username locally by System.getProperty("username");
i had tried many
1.System.getProperty("username");
2.request.remotehost();
3.InetAdress
but im getting null when i deploy my application to cloud server like digital ocean.
please help
5 years ago
JSP
http://www.javacreed.com/running-a-batch-file-with-processbuilder/
i want some thing like this what script should be write here that it could read the url.
6 years ago
i had find shell script for linux.
i had search non -interative application of java through cmd for windows
6 years ago
how to script in batch file and include in program
6 years ago
like shell script for linux whats is for windows
6 years ago
i had done with scanner and process but its a interative part how to make application complete non interactive from cmd .
6 years ago
im embedding javafx in swing and  without that vide platyer cant be embedded in panel.
6 years ago

see my complete its not working like you suggest campbell
6 years ago