-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows XP - C:\Documents File Not Found #98
Comments
I guess it's got something to do with the Windows XP's path names with spaces on it like C:\Documents and Settings\IBMR61 and when Meghanada tries to read from it, it results in pathnames like these (taken from the code above) C:\Documents, and, Settings\IBMR61\Local, Settings\Temp\meghanada488kTN.java You see commas after the names with space: 'Documents, ' That must be causing trouble. |
I think I've found the cause of the problem: The tmpfile in After this change,
because in the server log it says:
I guess the and in the log is the and at the |
When I open a simple project named Permutasyon and type this simple Java code
Meghanada Server says in the mini buffer: WARN not match type
Thats very likely to be caused by the Windows XP's |
On
Windows XP
Emacs-25.2
meghanada-1.2.0.jar
andmeghanada-20190526.548
I open a sample Java file to check meghanada. Meghanada starts and displays Please wait. Meghanada indexing ... But it doesn't diplayMeghanada ready
When I edit the file classnames and method names come as dropdown, i.e. meghanada works at least partially. But on the messages I see
and
On the meghanada-server-log there chunks of code like:
and
What should I do?
The text was updated successfully, but these errors were encountered: