Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 31 results for
commandprompt
- Page 1
Plz help me reg chaging the java version in commandprompt
Programming
Software Development
16 Years Ago
by shobha1335
When I typed the command as 'java -version' in
commandprompt
its showing "java version 1.3.1_01" but …
Re: Plz help me reg chaging the java version in commandprompt
Programming
Software Development
16 Years Ago
by javaAddict
I don't know if it is relevant but in what order have you added the C:\j2sdk1.4.2_12 at the environment variables? Perhaps you need to put first the latest version because once it finds the 1.3.1_01 it doesn't "search" for the rest in the environment variables. If someone thinks I am wrong correct me.
Re: Plz help me reg chaging the java version in commandprompt
Programming
Software Development
16 Years Ago
by peter_budo
[icode]set path=%path%;C:\Program Files\Java\jdk1.5.0_06\bin;[/icode] The %path% represent already existing settings in the PATH. Therefore following command will read existing settings, and set PATH to new sattings of existing path+Path to be added
Command Line Software in java
Programming
Software Development
14 Years Ago
by mallak alrooh
… added accordingly else return null; } } Public class
CommandPrompt
{ Private Scanner scanner = new Scanner( System.in);…nextLine(); } public static void main(String[] args){
CommandPrompt
cmd = new
CommandPrompt
(); cmd.start(); } } This is the work …
Passing parameters to a user defined slot in pyqt!!
Programming
Software Development
15 Years Ago
by explorepython
… to this is [URL="http://www.
commandprompt
.com/community/pyqt/x1408"]http://www.
commandprompt
.com/community/pyqt/x1408[/URL] . In…
Re: Passing parameters to a user defined slot in pyqt!!
Programming
Software Development
15 Years Ago
by dwks
… C++. :) Some links you may find interesting: [url]http://www.
commandprompt
.com/community/pyqt/c1267[/url] (pretty much the same as…
Re: Passing parameters to a user defined slot in pyqt!!
Programming
Software Development
15 Years Ago
by explorepython
… C++. :) Some links you may find interesting: [url]http://www.
commandprompt
.com/community/pyqt/c1267[/url] (pretty much the same as…
how to find the version details?
Programming
Software Development
17 Years Ago
by satish.paluvai
how to know the version details in java by
commandprompt
? if any body know the command plz give a reply to me
getting command into Unix Shell
Programming
Software Development
16 Years Ago
by AcidG3rm5
… a prompt of my own on the linux terminal. Example
commandprompt
>. The program will then wait for user's input…
doubt with RMI
Programming
Software Development
15 Years Ago
by abhay1234
…);} } } [/code] after compiling these two.... Type "rmicregistry" on
commandprompt
and press ENTER....this is not working..dos does not…
Problem with setting up a network for a tictactoe protocoll.
Programming
Software Development
15 Years Ago
by anders10
… when I've typed in position and player in the
commandprompt
. Then the game jumps out of the process and ends…
JTabel AddRow() and rowRow() methods are giving an error in netbeans
Programming
Software Development
13 Years Ago
by Ashley256
…() and removeRow() and yet when i run it in the
commandPrompt
it works well what could be the problem. below is…
Re: can C# perform command prompt lines
Programming
Software Development
17 Years Ago
by JerryShaw
… this URL [URL="http://www.codeproject.com/KB/miscctrl/
commandprompt
.aspx"]http://www.codeproject.com/KB/miscctrl…
Re: learn pyqt
Programming
Software Development
16 Years Ago
by TheOneElectroni
…=dgr-lnxw766PyQT#[/URL] [URL="http://www.
commandprompt
.com/community/pyqt"]http://www.
commandprompt
.com/community/pyqt[/URL] [URL="http…
Re: edlin text editor
Programming
Software Development
20 Years Ago
by jwenting
… time. To find out how it works, go to a
commandprompt
and type edlin followed by a filename (for a nonexistent…
Re: How to hide an java application
Programming
Software Development
18 Years Ago
by jwenting
even easier than that, if you know how to use a
commandprompt
properly you can simply create a startup script that will not launch a persistent commandwindow of any kind. Of course that will not make your application impossible to detect, a requirement for spyware and other malware, and one we're not going to help you achieve.
Re: Download Turbo C
Programming
Software Development
18 Years Ago
by xponse
Previously I downloaded that ,, but it running on MS-Dos only, and also mose is not working when I tried to run on
commandprompt
Any way thatk for your quick reply
Re: List of QWidgets with PyQt4
Programming
Software Development
15 Years Ago
by woooee
Generally, this is called a callback. You have to connect the widget to a slot (function) when a signal happens. See the second example here [url]http://www.
commandprompt
.com/community/pyqt/x1408[/url]
Re: how to create own OS
Programming
Computer Science
14 Years Ago
by emorjon2
… python files or python commands directly, just like the windows
commandprompt
, but as running python, not batch. Python is a very…
Re: [help] with text files
Programming
Software Development
13 Years Ago
by raptr_dflo
… about until just now, and appears to kill off the
CommandPrompt
that your program is apparently running in. Probably not really…
Re: [help] with text files
Programming
Software Development
13 Years Ago
by nezachem
… about until just now, and appears to kill off the
CommandPrompt
that your program is apparently running in.[/QUOTE] No. [ICODE…
Re: [help] with text files
Programming
Software Development
13 Years Ago
by matanking
… about until just now, and appears to kill off the
CommandPrompt
that your program is apparently running in. Probably not really…
Re: How to retrieve all data in a database from columns
Programming
Software Development
9 Years Ago
by Mr.M
… my scenario. I've also looked through this https://www.
commandprompt
.com/ppbook/x5802 and found the plan that I've…
Re: Command Line Software in java
Programming
Software Development
14 Years Ago
by kramerd
No one here will write code for you. You need to ask a more specific question. What is it you are having problems with? Choose one issue to ask about at a time. If you have a question on a different topic, then start a new thread.
Re: Passing parameters to a user defined slot in pyqt!!
Programming
Software Development
15 Years Ago
by vegaseat
For one way to accomplish this that includes an example see: [url]http://www.daniweb.com/forums/post1096761.html#post1096761[/url]
Re: Passing parameters to a user defined slot in pyqt!!
Programming
Software Development
15 Years Ago
by explorepython
[QUOTE=vegaseat;1097020]For one way to accomplish this that includes an example see: [url]http://www.daniweb.com/forums/post1096761.html#post1096761[/url][/QUOTE] Thanks vegaseat for suggesting me one possible solution.. Thanks all for your replies..
Re: how to find the version details?
Programming
Software Development
17 Years Ago
by peter_budo
In command prompt type [code]java -version[/code] and return can be something like this [code]java version "1.6.0" Java(TM) SE Runtime Environment (build 1.6.0-b105) Java HotSpot(TM) Client VM (build 1.6.0-b105, mixed mode)[/code]
Re: how to find the version details?
Programming
Software Development
17 Years Ago
by vinod_javas
and simply if you type [B]java -help[/B] means you will get list of items for help in that itself it contains the [B]java -version[/B] from that you can get to know about the version that you are using.
Re: doubt with RMI
Programming
Software Development
15 Years Ago
by mahkris
I have made a slight change in file called "HelloClient.java" and i get the program run succesfully replace the above file with the following code: import java.rmi.Naming; public class HelloClient { public static void main (String[] argv) { try { HelloInterface hello =(HelloInterface) Naming.lookup ("…
Re: Problem with setting up a network for a tictactoe protocoll.
Programming
Software Development
15 Years Ago
by BestJewSinceJC
The game ends because you closed the socket between the client/server pair and because you have no while loop or other loop structure to facilitate each player taking turns. And I don't see why you're asking whether each should be a client or a server. You can't run a client without the server first being active anyway, so you should run the server…
1
2
Next
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC