ArcMedia JavaScript Source Code 3000 Pro (gar448) for PC Logo

Related Topics:

Posted on Aug 23, 2009
Answered by a Fixya Expert

Trustworthy Expert Solutions

At Fixya.com, our trusted experts are meticulously vetted and possess extensive experience in their respective fields. Backed by a community of knowledgeable professionals, our platform ensures that the solutions provided are thoroughly researched and validated.

View Our Top Experts

Java is not working

C:\Program Files\Java>javac Jyo.java
C:\Program Files\Java>java Jyo
Exception in thread "main" java.lang.NoClassDefFoundError: Jyo
Caused by: java.lang.ClassNotFoundException: Jyo
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
Could not find the main class: Jyo. Program will exit.

THIS IS THE PROBLEM PLZZZ HELP MEHHH

4 Answers

Michael Thomas

Level 3:

An expert who has achieved level 3 by getting 1000 points

Superstar:

An expert that got 20 achievements.

All-Star:

An expert that got 10 achievements.

MVP:

An expert that got 5 achievements.

  • Master 3,056 Answers
  • Posted on Aug 23, 2009
Michael Thomas
Master
Level 3:

An expert who has achieved level 3 by getting 1000 points

Superstar:

An expert that got 20 achievements.

All-Star:

An expert that got 10 achievements.

MVP:

An expert that got 5 achievements.

Joined: Aug 09, 2008
Answers
3056
Questions
52
Helped
1338861
Points
10936

Hello there :
first you are going to want to ensure that your your current version of java is installed correctly and is not corrupted and if it needs to be reinstalled
download the latest java version and reinstall this . www.java.com
this should be able to take care of the problem that you are having ok?
best regards michael

dhnguyen

Level 2:

An expert who has achieved level 2 by getting 100 points

All-Star:

An expert that got 10 achievements.

MVP:

An expert that got 5 achievements.

Sergeant:

An expert that has over 500 points.

  • Expert 281 Answers
  • Posted on Jan 26, 2015
dhnguyen
Expert
Level 2:

An expert who has achieved level 2 by getting 100 points

All-Star:

An expert that got 10 achievements.

MVP:

An expert that got 5 achievements.

Sergeant:

An expert that has over 500 points.

Joined: Oct 25, 2007
Answers
281
Questions
1
Helped
79767
Points
819

Are you sure Jyo.java is in the directory of the C:\Program Files\Java folder?

Try compiling from where the Jyo.java file resides instead:

ex.

cd c:\mysourcefolder\
javac Jyo.java

Ad

MohanrajN

Level 1:

An expert who has achieved level 1.

New Friend:

An expert that has 1 follower.

Corporal:

An expert that has over 10 points.

Problem Solver:

An expert who has answered 5 questions.

  • Contributor 11 Answers
  • Posted on Jan 01, 2015
MohanrajN
Contributor
Level 1:

An expert who has achieved level 1.

New Friend:

An expert that has 1 follower.

Corporal:

An expert that has over 10 points.

Problem Solver:

An expert who has answered 5 questions.

Joined: Dec 31, 2014
Answers
11
Questions
0
Helped
5234
Points
31

Please check the generated class name after compilation. You need to run with generated class file name not with file name of the class

Anonymous

Level 1:

An expert who has achieved level 1.

Hot-Shot:

An expert who has answered 20 questions.

Corporal:

An expert that has over 10 points.

Mayor:

An expert whose answer got voted for 2 times.

  • Contributor 28 Answers
  • Posted on Sep 13, 2009
Anonymous
Contributor
Level 1:

An expert who has achieved level 1.

Hot-Shot:

An expert who has answered 20 questions.

Corporal:

An expert that has over 10 points.

Mayor:

An expert whose answer got voted for 2 times.

Joined: Jun 06, 2009
Answers
28
Questions
0
Helped
20487
Points
62

Only read on if you have the latest version of the JDK:

It seems you have not established the class correctly. Make sure your class declaration is:

public class Jyo

also that your main class is declared as so:

public static void main(String[] args)

and that if you are instantizing the class that the constructor is declared as so:

public Jyo

If you have done all of these correctly, you may want to consider posting your code.


Hope that helps,

Tiger720

Add Your Answer

×

Uploading: 0%

my-video-file.mp4

Complete. Click "Add" to insert your video. Add

×

Loading...
Loading...

722 views

Ask a Question

Usually answered in minutes!

Top ArcMedia Computers & Internet Experts

Rob Hill
Rob Hill

Level 3 Expert

1483 Answers

Anonymous

Level 2 Expert

214 Answers

Dax Estorioso
Dax Estorioso

Level 2 Expert

162 Answers

Are you an ArcMedia Computer and Internet Expert? Answer questions, earn points and help others

Answer questions

Manuals & User Guides

Loading...