Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 10-18-2008, 12:18 PM
Member
 
Join Date: Oct 2008
Posts: 3
Rep Power: 0
crunchybear is on a distinguished road
Default How to run java classes?
Hello everyone How can i run .class file in java?.Is there a tool/utilities in java that can run .class file?. Please help.thanks
Bookmark Post in Technorati
Reply With Quote
  #2 (permalink)  
Old 10-18-2008, 03:59 PM
CJSLMAN's Avatar
Moderator
 
Join Date: Oct 2008
Location: Mexico
Posts: 1,149
Rep Power: 2
CJSLMAN is on a distinguished road
Default Run Java ...
You like:
java myClass
?
Sounds like you are very new to Java. I suggest reading the Java tutorials:
Tutorials:
The Java™ Tutorials
Specific to getting started
"Hello World!" for Microsoft Windows (The Java™ Tutorials > Getting Started > The "Hello World!" Application)

CJSL
__________________
Chris S.
Difficult? This is Mission Impossible, not Mission Difficult. Difficult should be easy.
Bookmark Post in Technorati
Reply With Quote
  #3 (permalink)  
Old 10-18-2008, 10:16 PM
Eranga's Avatar
Moderator
 
Join Date: Jul 2007
Location: Colombo, Sri Lanka
Posts: 6,525
Rep Power: 9
Eranga has a spectacular aura aboutEranga has a spectacular aura about
Send a message via Yahoo to Eranga
Default
Yes seems you don't know anything about Java. So start from the Suns' tutorial. That's the best place to start work on with Java.
__________________
Use an appropriate Subject. "Help, urgent!" isn't one.
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

Someone helped you?
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
their helpful post.
Help:
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Resources:
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Web:
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Tips:
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Bookmark Post in Technorati
Reply With Quote
  #4 (permalink)  
Old 10-19-2008, 05:09 AM
Member
 
Join Date: Oct 2008
Posts: 3
Rep Power: 0
crunchybear is on a distinguished road
Default
yup i am new to java...thanks for the reply. what i mean is that is there any tool class or utilities class in java class library that can run/view .class file?. for example if i click a jbutton i can view a .class file.. Please help. thanks.
Bookmark Post in Technorati
Reply With Quote
  #5 (permalink)  
Old 10-19-2008, 05:16 AM
Fubarable's Avatar
Moderator
 
Join Date: Jun 2008
Posts: 3,195
Rep Power: 5
Fubarable is on a distinguished road
Default
what do you mean "view" a class file? Also please note that cross-posting can frustrate anyone who tries to help you only to find out later that the same answer was given hours ago in a cross-posted thread. No one likes wasting their time, especially a volunteer. The least you could do would be to provide links in both cross-posts to each other.
Bookmark Post in Technorati
Reply With Quote
  #6 (permalink)  
Old 10-19-2008, 05:49 AM
Member
 
Join Date: Oct 2008
Posts: 3
Rep Power: 0
crunchybear is on a distinguished road
Default
what i mean is running .class files.
viewing the the output of a .class file after compilation.
noted fubarable;
sorry for cross post this to find the answer for my question. i deeply need help. Please help.Thanks.
Bookmark Post in Technorati
Reply With Quote
  #7 (permalink)  
Old 10-19-2008, 10:01 AM
Senior Member
 
Join Date: Sep 2008
Posts: 607
Rep Power: 1
Darryl.Burke is on a distinguished road
Default
No, you'll never find the answer to your question, considering that it was handed to you on a silver plate in the first response and you ignored it.

I wish you luck -- you'll need lots of it.

db
Bookmark Post in Technorati
Reply With Quote
  #8 (permalink)  
Old 10-20-2008, 10:57 AM
Eranga's Avatar
Moderator
 
Join Date: Jul 2007
Location: Colombo, Sri Lanka
Posts: 6,525
Rep Power: 9
Eranga has a spectacular aura aboutEranga has a spectacular aura about
Send a message via Yahoo to Eranga
Default
Ya, people can be really frustrating when you cross-posting your question. So try to be clever more.

Regarding your question, are you trying to find the source code of a class file? I don't think it's a good idea too.

You have to do a lot pal.
__________________
Use an appropriate Subject. "Help, urgent!" isn't one.
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

Someone helped you?
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
their helpful post.
Help:
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Resources:
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Web:
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Tips:
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Bookmark Post in Technorati
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
abt java classes colbay New To Java 1 07-11-2008 04:12 PM
which are the final classes in the java APi vagarwal_mca New To Java 2 01-10-2008 02:47 AM
Calling jar classes from java executable SteM Advanced Java 1 11-27-2007 08:21 AM
Java Wrapper Classes JavaForums Java Blogs 0 08-04-2007 02:24 AM
Running java classes with XML ai_2007 Advanced Java 1 06-29-2007 03:20 PM


All times are GMT +2. The time now is 11:14 PM.



VBulletin, Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2009, Crawlability, Inc.
Copyright ©2006 - 2007, www.java-forums.org