Re: java error
Posted: Sun May 02, 2010 11:49 am
at least for Windows, only "JAVA_HOME" is needed (according to Sun guide): http://developers.sun.com/docs/javacaps ... ome_t.html 

Thx, so, ok, i did what you told me, and...janiii wrote:add the JAVA_HOME in the system variables, not user variables. and JAVA_HOME should point not in the bin directory, but the root directory of the java instalation!
created JAVA_HOME in system variables: C:\Program Files\Java\jdk1.6.0_20\
added to PATH in system variables: C:\Program Files\Java\jdk1.6.0_20\bin\
Ok, trying to do that, but sorry for the "no comment", it was not against somebody here but just about beeing tired to not find a solutionjaniii wrote:access denied - then check your permissions on that file/directory. and run the server with admin privileges (check the .bat file properties and run as administrator)
try to avoid comments like ".... no comment ...". ppl here are trying to help you even they never had such problems. it is only your own problem and you should be happy that you get some help on that.
sorry, i misunderstood your comment. i hope we will find a solution for your problem. try the permissions or running the server as administrator, and please report here also if you succeed, so other users can also solve the same problem. thanksBeachmol wrote:Ok, trying to do that, but sorry for the "no comment", it was not against somebody here but just about beeing tired to not find a solutionand i thank you all taking some time to help me with that issue
B.
No problemjaniii wrote:sorry, i misunderstood your comment. i hope we will find a solution for your problem. try the permissions or running the server as administrator, and please report here also if you succeed, so other users can also solve the same problem. thanksBeachmol wrote:Ok, trying to do that, but sorry for the "no comment", it was not against somebody here but just about beeing tired to not find a solutionand i thank you all taking some time to help me with that issue
B.
jurchiks wrote:PATH is for mysql...
Edit: what the...?
The PATH Environment Variable
The path to a file is basically its address on the computer. It tells programs how to find a file. It is the drive plus any directories and sub-directories where the file is located. The %PATH% environment variable specifies the command search path. Typically, this is a group of directories where executable files that are repeatedly used are to be found. Examples of the default values are listed in the first table above; in this case, they are the Windows directory and two of its important system sub-directories. To see what is in the PATH variable on a computer, open a command window and enter "echo %PATH%".
The PATH variable is not immutable and programs like Norton SystemWorks will stick themselves into PATH when they are installed. The PC user can also modify the contents using methods discussed further on. Adding directories to PATH can be very useful if you use scripts or the command line for system maintenance. For example, it can be convenient to put the directory where you keep backups into the PATH variable. It can also be useful to modify PATH if you put programs in a directory different from the usual one.
In the command line and in batch files, PATH can be modified by the command path = dir1;dir2;dir3 This command will create a PATH environment variable consisting of the three directories dir1, dir2, and dir3. Note that the directory names are separated by a semicolon in the command statement. (An alternate form omits the "equals" sign.) This command will replace any previous directories that were in the PATH variable. To add a directory "newdir" to the current path use the statement path = %PATH%;newdir
It is essential to remember that any changes that are made in a command window only endure until the window is closed. For permanent changes, use the method discussed in another section. It is also possible to use the command-line executable setx.exe that is contained in the Windows XP Service Pack 2 Support Tools.
Any file that is in a directory listed in the PATH variable can be found or opened by direct reference to the name of the file without having to specify the drive and directories where it is located. This is very handy in scripting and in other ways. For instance, the name of an executable file that is in a directory listed in the PATH variable can be entered into Start-Run to open certain applications (more on this subject here). An example is the executable file for the classic version of the game Solitaire that is generally in the system folder C:\Windows\System32\. The file is sol.exe and its full address with complete path is C:\Windows\System32\sol.exe. Normally this entire string would have to be used in order to reference the Solitaire game. Because its directory is listed in the PATH variable, however, it is sufficient to reference just the file name sol.exe. In fact, because of another environment variable PATHEXT discussed next, simply entering sol into Start-Run is sufficient to open the solitaire game.
Ok, all i've tried did not work.janiii wrote:check the permission on the awt.dll file directly.
Yes, i did all that too, but still the same problem with awt.dll: access denied.jurchiks wrote:what i meant is that for l2jserver you don't need java in PATH, and even for mysql it's only used when setting up the database (to not type the path manually).
I have JAVA_HOME for java and PATH for mysql and have no such problems so the problem is not in this.
Edit: about the topic - have you tried removing EVERYTHING about java?
uninstall, then Search>java, delete all folders (except eclipse workspace ones, of course), clean registry with CCleaner?