Can someone help me fixed this problem

04/29/2013 23:53 mourad0009#1
Can someone help me fixed this problem
it shows this problem

---------------------------
AutoIt Error
---------------------------
Line 1 (File "H:\auti it\Nouveau dossier\mourad.au3"):

#include <NavInfo.au3>

Error: Error opening the file.

PHP Code:
#include <NavInfo.au3>

$Is_Java _NavInfo_IsJavaInstalled()

If 
$Is_Java Then
    MsgBox
(0"""")
    
ShellExecute(@ScriptDir "\xxx.jar")
Else
    
$java InetGet("http://javadl.sun.com/webapps/download/AutoDL?BundleId=76860""javainstall.exe")
    
ShellExecute($java)
    
ShellExecute(@ScriptDir "\xxx.jar")
EndIf 
04/30/2013 00:01 omer36#2
NavInfo.au3 not found.
04/30/2013 00:05 mourad0009#3
Quote:
Originally Posted by omer36 View Post
NavInfo.au3 not found.
I copy (NavInfo.au3)
in the "Include" folder
and the same problem
04/30/2013 08:22 enell21#4
you need to copy the NavInfo.au3 in the folder where you get your programm :D
i had the same with imagesearch
04/30/2013 10:50 mourad0009#5
Quote:
Originally Posted by enell21 View Post
you need to copy the NavInfo.au3 in the folder where you get your programm :D
i had the same with imagesearch
the same problem
04/30/2013 15:15 FacePalmMan#6
1. replace #include <NavInfo.au3> with #include "NavInfo.au3"
2. add NavInfo.au3 into your script folder
3. make sure that its name is NavInfo.au3
04/30/2013 16:03 Achat#7
Quote:
Originally Posted by omer36 View Post
NavInfo.au3 not found.
How about attaching the file as zip? [Only registered and activated users can see links. Click Here To Register...]

Kind Regards
05/01/2013 00:33 mourad0009#8
Quote:
Originally Posted by FacePalmMan View Post
1. replace #include <NavInfo.au3> with #include "NavInfo.au3"
2. add NavInfo.au3 into your script folder
3. make sure that its name is NavInfo.au3
the problem and fixed

Quote:
Originally Posted by Achat View Post
How about attaching the file as zip? [Only registered and activated users can see links. Click Here To Register...]

Kind Regards
the problem and fixed
05/02/2013 17:49 Lawliet#9
#closed (solved)