Log in

View Full Version : Jdk platform? Rep+



efq
30-04-2008, 05:14 PM
My mate needs help with this so ill copy from email and let you post help.

Ill rep+ all help.



i need to complie to run my server but i need a jkd i downloaded a jkd and still saying the same thing.. jkd is a java platfourm"

Agnostic Bear
30-04-2008, 07:37 PM
My mate needs help with this so ill copy from email and let you post help.

Ill rep+ all help.




JDK is what he needs, tell him to configure the JDK path, find his server .class files and type java -jar *.class

efq
02-05-2008, 03:53 PM
Ok thanks, if theres any other things then please post

Tomm
02-05-2008, 03:58 PM
Direct link to the download he needs:

https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_Developer-Site/en_US/-/USD/ViewProductDetail-Start?ProductRef=jdk-6u6-oth-JPR@CDS-CDS_Developer

Also running java -jar *.class won't compile the files. You'll need to use the javac command line application. Normally there is no need to configure the path to the JDK as the installer does it for you.

Agnostic Bear
04-05-2008, 10:17 PM
Direct link to the download he needs:

https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_Developer-Site/en_US/-/USD/ViewProductDetail-Start?ProductRef=jdk-6u6-oth-JPR@CDS-CDS_Developer

Also running java -jar *.class won't compile the files. You'll need to use the javac command line application. Normally there is no need to configure the path to the JDK as the installer does it for you.

Uhh, what yes it does, I use java -jar *.class to compile my files.

Tomm
05-05-2008, 07:14 AM
Um no. Lets take a example of my project podRipper. First off all the source files aint even .class they are .java. You compile the .java files INTO .class files. Then if you wish you can put all the class files into a jar file however this is not required.


Uhh, what yes it does, I use java -jar *.class to compile my files.

Want to hide these adverts? Register an account for free!