| Author |
how to take the jxam exam
|
JayaSiji Gopal
Ranch Hand
Joined: Sep 27, 2004
Posts: 303
|
|
i downloaded the jxam.zip file from the javaranch mock exam list. however, i am unable to understand how to run the exam. there is no bat file available. could someone please help me. also, we have a number of exam simulators, which use applets. i find that none of these exams get downloaded on my machine. could someone plz help i have j2sdk1.4_2 installed on my machine.
|
SCJP 1.4, SCWCD 1.4<br /> <br />Thanks in advance!<br />Jayashree.
|
 |
Stephan Deve
Greenhorn
Joined: Sep 21, 2004
Posts: 13
|
|
Hello, you can write the batchfile yourself, or start it directly in the console. set PATH=C:\Programme\jdk1.4\bin;%PATH% java Jxam In the first Line you set the Path to your java jdk (That could be another path, than i have.) In the second Line you start Jxam. Another way is to set the Jmax directory in the the path in your system path. Sorry, this is only the way it works with windows. Anybody else should exlain it for Linux-Systems. greetings Stephan
|
 |
Jay Pawar
Ranch Hand
Joined: Aug 27, 2004
Posts: 411
|
|
1> Rename the JXam.zip file to JXam.jar file 2> Got to command line and then do java -jar JXam.jar That should work.
|
Cheers,<br />Jay<br /> <br />(SCJP 1.4)<br />Heights of great men were not achieved in one day, they were toiling day and night while their companions slept.
|
 |
Suraj Shekar
Greenhorn
Joined: Jul 25, 2002
Posts: 11
|
|
Hi, Would you please tell me the URL to download the jxam.zip file? Regards Suraj
|
 |
JayaSiji Gopal
Ranch Hand
Joined: Sep 27, 2004
Posts: 303
|
|
Hi! I tried using both the options - the first one of trying to create a bat file gave me the following error. C:\Jayashree\SCJP>java Jxam Exception in thread "main" java.lang.NoClassDefFoundError: Jxam Jxam.class is there inside the zip file. In the second option, i created a jar file, but when I tried to run the file from the command line, it gave me the option as C:\Jayashree\SCJP>java -jar Jxam.jar Failed to load Main-Class manifest attribute from Jxam.jar Please help.
|
 |
Muralidhar Mandapati
Greenhorn
Joined: Nov 14, 2004
Posts: 23
|
|
|
make sure that the zip file downloaded is in the classpath.
|
 |
dgjcp kumar
Greenhorn
Joined: Nov 23, 2004
Posts: 4
|
|
can u please tell me the URL for this jxam Rgds
|
 |
JayaSiji Gopal
Ranch Hand
Joined: Sep 27, 2004
Posts: 303
|
|
Yes, it worked, thank u. meanwhile, the url to download it is http://www.javaranch.com/maha/_Mock_Exams/Jxam.zip
|
 |
dgjcp kumar
Greenhorn
Joined: Nov 23, 2004
Posts: 4
|
|
i made jar of Jxam through JBuilder and then i run that through batch file it gave me Number Of Question 0 what is it am i doing something wrong
|
 |
 |
|
|
subject: how to take the jxam exam
|
|
|