Results 1 to 3 of 3
Thread: Just started with Java
- 07-23-2008, 04:45 PM #1
Member
- Join Date
- Jul 2008
- Posts
- 1
- Rep Power
- 0
Just started with Java
The aim is to execute a simple .jar file
To me beginner: rather complicated!
I have the executable .jar file, but does not seem to execute on its own
(I mean (meanly) by doubly clicking)
Following the formal instructions, I executed from the cmd window
(java -jar) but some .dlls cannot be found. Finally, I altered the
system variable PATH. So what's next to this very trivial step?
Thanks in advance,
dp
- 07-23-2008, 06:39 PM #2
Copy the Full text of the error messages and paste them here.
The command you enter should be: java -jar <jarfilename>.jar
I assume that you have a java runtime program (java.exe) installed on your PC.
The missing dlls might mean that the program in the jar is trying to use some special programs that are NOT part of java. You'll have to contact the creater of the jar file to find out about that.
- 07-24-2008, 06:39 AM #3
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
And hope you don't have any error in class path setting.
Similar Threads
-
getting started
By ash in forum Advanced JavaReplies: 1Last Post: 07-23-2008, 10:31 AM -
JSP Getting Started.
By sukatoa in forum JavaServer Pages (JSP) and JSTLReplies: 7Last Post: 07-21-2008, 02:08 AM -
Just getting started with java
By DuceDuceExplorer in forum IntroductionsReplies: 4Last Post: 06-29-2008, 06:13 AM -
How do I get started?
By programmer-in-training in forum New To JavaReplies: 4Last Post: 01-11-2008, 07:45 AM -
Getting Started
By Doorsmaniac in forum Java AppletsReplies: 0Last Post: 11-24-2007, 03:40 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks