473,385 Members | 1,528 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

java using textpad

how to compile and execute network java programs using textpad?
Feb 24 '08 #1
3 2467
Check the options under the "Tools" menu options.
Feb 24 '08 #2
BigDaddyLH
1,216 Expert 1GB
how to compile and execute network java programs using textpad?
Are you expecting a "network" Java program to need special handling as far as compiling or executing, compared to an ordinary Java program?
Feb 25 '08 #3
Nepomuk
3,112 Expert 2GB
how to compile and execute network java programs using textpad?
Do you mean, you wrote your program with textpad and want to execute it now? If so, simply open a command line ("Start -> Run -> cmd" if you're running Windows), change to the directory which contains your program, then run
Expand|Select|Wrap|Line Numbers
  1. javac nameOfYourClass.java
  2. java nameOfYourClass
  3.  
Hope that helps.

Greetings,
Nepomuk
Feb 26 '08 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

8
by: jcnews | last post by:
I am using Windows XP and am learning how to program in Java. Is there any way to get my fonts to be anti-aliased in both editors and in my programs? The non anti-aliased fonts don't look very...
121
by: typingcat | last post by:
First of all, I'm an Asian and I need to input Japanese, Korean and so on. I've tried many PHP IDEs today, but almost non of them supported Unicode (UTF-8) file. I've found that the only Unicode...
20
by: Bill DeWitt | last post by:
I downloaded the Sun product, and find it feature rich but slow. Can someone recommend a more basic (freeware) IDE which will help a newbie without hiding every bit of code? I can program my way...
6
by: Mayur1234 | last post by:
Hi all, Can any body tell me how to configure Textpad for compiling and running java application
3
by: pnolan | last post by:
Hello there, I'm brand new to Java and have. I'm taking my 2nd Java class at school and I'm pretty lost at this point. The main problem I'm having right now is I cannot get my code to execute....
1
by: kaukab khokhar | last post by:
i have an error when i compile the source file in textpad my computer is become restart this error is accur at the time of developing the class file in textpad please help me in this regard
5
by: r035198x | last post by:
Setting up. Getting started To get started with java, one must download and install a version of Sun's JDK (Java Development Kit). The newest release at the time of writting this article is...
4
blackstormdragon
by: blackstormdragon | last post by:
I've been trying to run a Java applet in TextPad. When I click on "Run Java Applet" it prompts me for my html file, but when I hit ok a window pops up and says "The system cannot find the file...
1
by: RockyIV | last post by:
hey i was jus wondering could anyone tell me how to set up textpad as my java compiler? i want it so that i can compile and run in textpad tools without having to use command line functions. thanks
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.