Results 1 to 20 of 20
Thread: help plz
- 08-17-2008, 02:00 PM #1
Member
- Join Date
- Aug 2008
- Posts
- 14
- Rep Power
- 0
- 08-17-2008, 02:07 PM #2
It looks like the OS can't find the java command.
Has java been installed on that computer?
If it has, is there an entry in the PATH environ var (Windows) that points to the bin folder where the java.exe file is located?
Use Search here to find how to set your PATH variable.
- 08-17-2008, 02:23 PM #3
Member
- Join Date
- Aug 2008
- Posts
- 14
- Rep Power
- 0
where do i search it?
- 08-17-2008, 02:25 PM #4
Member
- Join Date
- Aug 2008
- Posts
- 14
- Rep Power
- 0
for PATH Variable i got this ;C:\Program Files\Java\jdk1.x.0_yy\bin
- 08-17-2008, 03:06 PM #5
Member
- Join Date
- Aug 2008
- Posts
- 14
- Rep Power
- 0
i done a search and this is what i got
C:\Program Files\Java\jre1.6.0_06\bin
C:\Program Files\Java\jre1.6.0_07\bin
C:\Program Files\Java\jdk1.6.0_06\jre\bin
C:\Program Files\Java\jdk1.6.0_06\bin
- 08-17-2008, 03:07 PM #6
Member
- Join Date
- Aug 2008
- Posts
- 14
- Rep Power
- 0
any1 help me plz
- 08-17-2008, 03:33 PM #7
Member
- Join Date
- Aug 2008
- Posts
- 11
- Rep Power
- 0
i had the same problem until i changed it to this:
;C:\java\jdk.1.6.0_07\bin
now it compiles and runs fine
and whne u want to search the search function is just up from this main window its the third one along
- 08-17-2008, 03:49 PM #8
Member
- Join Date
- Aug 2008
- Posts
- 14
- Rep Power
- 0
thank you sales1
- 08-17-2008, 03:52 PM #9
Member
- Join Date
- Aug 2008
- Posts
- 14
- Rep Power
- 0
do i type "How to set your PATH variable" in to the search engine?
- 08-17-2008, 03:54 PM #10
Member
- Join Date
- Aug 2008
- Posts
- 11
- Rep Power
- 0
if you type "PATH variable" into search there are some useful posts
- 08-17-2008, 04:08 PM #11
Member
- Join Date
- Aug 2008
- Posts
- 14
- Rep Power
- 0
dont understand it:(
- 08-17-2008, 05:36 PM #12
Member
- Join Date
- Aug 2008
- Posts
- 11
- Rep Power
- 0
1. go to control panel
2.go to system
3. go to the advanced tab
4.click the button "Environment variables"
5.under the heading "System variables" find the variable called path
if there isnt a variable called path make one with the "New" button
6.set variable value to whatever directory you have the jdk1.6.0_07 in (this will probably be in program files then in the java folder) in the end it should say:
Variable name : Path
Variable value : ;(whichever directory you use)\jdk1.6.0_07\bin
that should work perfectly my personal one is:
Variable name : Path
Variable value : ;C:\java\jdk1.6.0_07\bin
- 08-17-2008, 05:57 PM #13
Member
- Join Date
- Aug 2008
- Posts
- 14
- Rep Power
- 0
sales1 is that suggested will help me witht his new problem Exception in thread "main" java.lang.NoClassDefFoundError: client
Caused by: java.lang.ClassNotFoundException: client
at java.net.URLClassLoader$1.run(URLClassLoader.java: 200)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.j ava:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:3 06)
at sun.misc.Launcher$AppClassLoader.loadClass(Launche r.java:276)
at java.lang.ClassLoader.loadClass(ClassLoader.java:2 51)
at java.lang.ClassLoader.loadClassInternal(ClassLoade r.java:319)
Press any key to continue . . . ?
- 08-17-2008, 07:09 PM #14
What command line are you using to get that error message? How are you entering it? Command prompt or in an IDE or ?
The java program is not able to find a definition for the client class. Where is the class file located? Is it in the same directory that you entered the java command?
- 08-17-2008, 07:22 PM #15
Member
- Join Date
- Aug 2008
- Posts
- 14
- Rep Power
- 0
What command line are you using to get that error message? i clicked the Config of the private server and it came up with that, the file of the private is located in my desktop.
- 08-17-2008, 08:32 PM #16
What is the private server? You'll have to read the doc for it to see if you have configured it correctly.Config of the private server
It would help if you would explain more completely what you are doing. We're not looking over your shoulder.
- 08-17-2008, 11:25 PM #17
Member
- Join Date
- Aug 2008
- Posts
- 14
- Rep Power
- 0
i am bad at explaining and with stuff like this
- 08-18-2008, 12:25 AM #18
Good luck then.
Ask the people that gave you the java program, how to get it to work.
- 08-18-2008, 12:26 AM #19
- 08-18-2008, 08:40 AM #20
Member
- Join Date
- Aug 2008
- Posts
- 11
- Rep Power
- 0


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks