473,385 Members | 2,004 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.

i have problem after complinig Applet code

1
Please help me i am practising java free tutorial and i had this problem that stop me. i have tried little method that i think in solving the problems but still not solve help .the problem is this i tried compling Applet but not complied. At present the following error show up after typing javac Demo1.java and i get the follwing "javac file not found: Demo1.java" and each time i trying typing "Dir\java" i saw the "Demo1.java" in the directory
Dec 30 '13 #1
2 1095
zmbd
5,501 Expert Mod 4TB
All questions posted to the forum are to be handled within
the forum.

PMing code is against the site rules unless pre-aranged via a site admin/moderator due to the sensitivity of information.

(post requesting the code was removed)
Dec 31 '13 #2
chaarmann
785 Expert 512MB
If the file "Demo1.java" shows up when typing "dir \java", then it is not in the current directory, but in a subdirectory called "java". So you should switch to this directory with "cd java" before, by typing "javac Demo1.java".
Or alternatively you can type "javac java\Demo1.java"
Jan 10 '14 #3

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

Similar topics

2
by: Piyu | last post by:
Hi I have problem with javascript code. Following is my code <div class="col1"><input name="loginName" type="text" class="txtbox" value="collins_sd@hotmail.com"></div> <div...
5
by: Raj | last post by:
Following is a code to replace blanks in entered string with adequate number of tabs & spacings as required. I've taken the width of tab as 5 characters here. The problem that occurs here is for...
0
Ali Rizwan
by: Ali Rizwan | last post by:
Hi all, i m having a problem with this code. Actually i want to refresh connection by closing and opening it. But the problem is that it do well when i update once but when i update it once more...
10
by: paul814 | last post by:
I am having a bit of a problem with some code....can someone give me some suggestions? Parse error: syntax error, unexpected '{' in C:\xampp\htdocs\production \date2.php on line 28 line 28 is...
1
thatos
by: thatos | last post by:
I was requested to make a code for the following question write a program that will compute the frequency that the 13th of each month lands on sunday,monday,tuesday,wednesday,thursday,friday and...
8
by: drsmooth | last post by:
this is rather frustrating...i have tried numerous different things in a futile attempt to get a japplet packaged in a jar file to load on my site. everytime i try a new thing i get: load:...
18
by: ramu | last post by:
Hi, Is there any problem with the following code? Regards char *func() { char c; return (&c); }
1
by: Guy Shahbazian | last post by:
I need to convert the following code in CF From : <APPLET CODE="BarChart.class"CODEBASE="/classes/CFGraphs/" WIDTH="750" HEIGHT="250"> To : CFchart because I should run under CFMX7 Thanks
0
by: nisarg25 | last post by:
I have problem with c# code using sql in Toad for oracle I am using Active reports. The error is: No data exists for the row or column When I write the same query in Active ...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
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:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.