I have been trying...but still failed! Please help...

Here is my java code:
public class BPUSBFinger200 {
  private final static BPUSBFinger200 instance = new BPUSBFinger200();
  static {
    System.loadLibrary("lib/BPUSBFinger200");
  private BPUSBFinger200() {
  public static BPUSBFinger200 getInstance() {
    return instance;
  public static native void getFeatureFromFingerReader200(String
      fingerPrintImageFile, String fingerPrintFeatureBinaryFile);
  public static void main(String arg[]) {
    BPUSBFinger200 instance = BPUSBFinger200.getInstance();
    instance.getFeatureFromFingerReader200("image.bmp", "feature.bin");
}My autogenerated header file:
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class BPUSBFinger200 */
#ifndef _Included_BPUSBFinger200
#define _Included_BPUSBFinger200
#ifdef __cplusplus
extern "C" {
#endif
/* Inaccessible static: instance */
* Class:     BPUSBFinger200
* Method:    getFeatureFromFingerReader200
* Signature: (Ljava/lang/String;Ljava/lang/String;)V
JNIEXPORT void JNICALL Java_BPUSBFinger200_getFeatureFromFingerReader200
  (JNIEnv *, jclass, jstring, jstring);
#ifdef __cplusplus
#endif
#endifHere is my c file, generated by vc++ 6 and added with my codes:
// BPUSBFinger200.cpp : Defines the entry point for the DLL application.
#include "stdafx.h"
#include <jni.h>
#include <stdio.h>
#include <stdlib.h>
#include <iostream.h>
#include "BPUSBFinger200.h"
#include "bpusb200finger.h"
#define   W          352
#define   L          288
#define   BUFFERSIZE          W*L
#define   FEATUREBUFFERSIZE          0x1200
#define   FILEHEADSIZE          0x436
static  unsigned  char  data[FILEHEADSIZE]={
0x42, 0x4d, 0x36, 0x30, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x36, 0x04, 0x00, 0x00, 0x28, 0x00,
0x00, 0x00, 0x60, 0x01, 0x00, 0x00, 0x20, 0x01, 0x00, 0x00, 0x01, 0x00, 0x08, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x2c, 0x01, 0x00, 0x74, 0x12, 0x00, 0x00, 0x74, 0x12, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x00, 0x02, 0x02,
0x02, 0x00, 0x03, 0x03, 0x03, 0x00, 0x04, 0x04, 0x04, 0x00, 0x05, 0x05, 0x05, 0x00, 0x06, 0x06,
0x06, 0x00, 0x07, 0x07, 0x07, 0x00, 0x08, 0x08, 0x08, 0x00, 0x09, 0x09, 0x09, 0x00, 0x0a, 0x0a,
0x0a, 0x00, 0x0b, 0x0b, 0x0b, 0x00, 0x0c, 0x0c, 0x0c, 0x00, 0x0d, 0x0d, 0x0d, 0x00, 0x0e, 0x0e,
0x0e, 0x00, 0x0f, 0x0f, 0x0f, 0x00, 0x10, 0x10, 0x10, 0x00, 0x11, 0x11, 0x11, 0x00, 0x12, 0x12,
0x12, 0x00, 0x13, 0x13, 0x13, 0x00, 0x14, 0x14, 0x14, 0x00, 0x15, 0x15, 0x15, 0x00, 0x16, 0x16,
0x16, 0x00, 0x17, 0x17, 0x17, 0x00, 0x18, 0x18, 0x18, 0x00, 0x19, 0x19, 0x19, 0x00, 0x1a, 0x1a,
0x1a, 0x00, 0x1b, 0x1b, 0x1b, 0x00, 0x1c, 0x1c, 0x1c, 0x00, 0x1d, 0x1d, 0x1d, 0x00, 0x1e, 0x1e,
0x1e, 0x00, 0x1f, 0x1f, 0x1f, 0x00, 0x20, 0x20, 0x20, 0x00, 0x21, 0x21, 0x21, 0x00, 0x22, 0x22,
0x22, 0x00, 0x23, 0x23, 0x23, 0x00, 0x24, 0x24, 0x24, 0x00, 0x25, 0x25, 0x25, 0x00, 0x26, 0x26,
0x26, 0x00, 0x27, 0x27, 0x27, 0x00, 0x28, 0x28, 0x28, 0x00, 0x29, 0x29, 0x29, 0x00, 0x2a, 0x2a,
0x2a, 0x00, 0x2b, 0x2b, 0x2b, 0x00, 0x2c, 0x2c, 0x2c, 0x00, 0x2d, 0x2d, 0x2d, 0x00, 0x2e, 0x2e,
0x2e, 0x00, 0x2f, 0x2f, 0x2f, 0x00, 0x30, 0x30, 0x30, 0x00, 0x31, 0x31, 0x31, 0x00, 0x32, 0x32,
0x32, 0x00, 0x33, 0x33, 0x33, 0x00, 0x34, 0x34, 0x34, 0x00, 0x35, 0x35, 0x35, 0x00, 0x36, 0x36,
0x36, 0x00, 0x37, 0x37, 0x37, 0x00, 0x38, 0x38, 0x38, 0x00, 0x39, 0x39, 0x39, 0x00, 0x3a, 0x3a,
0x3a, 0x00, 0x3b, 0x3b, 0x3b, 0x00, 0x3c, 0x3c, 0x3c, 0x00, 0x3d, 0x3d, 0x3d, 0x00, 0x3e, 0x3e,
0x3e, 0x00, 0x3f, 0x3f, 0x3f, 0x00, 0x40, 0x40, 0x40, 0x00, 0x41, 0x41, 0x41, 0x00, 0x42, 0x42,
0x42, 0x00, 0x43, 0x43, 0x43, 0x00, 0x44, 0x44, 0x44, 0x00, 0x45, 0x45, 0x45, 0x00, 0x46, 0x46,
0x46, 0x00, 0x47, 0x47, 0x47, 0x00, 0x48, 0x48, 0x48, 0x00, 0x49, 0x49, 0x49, 0x00, 0x4a, 0x4a,
0x4a, 0x00, 0x4b, 0x4b, 0x4b, 0x00, 0x4c, 0x4c, 0x4c, 0x00, 0x4d, 0x4d, 0x4d, 0x00, 0x4e, 0x4e,
0x4e, 0x00, 0x4f, 0x4f, 0x4f, 0x00, 0x50, 0x50, 0x50, 0x00, 0x51, 0x51, 0x51, 0x00, 0x52, 0x52,
0x52, 0x00, 0x53, 0x53, 0x53, 0x00, 0x54, 0x54, 0x54, 0x00, 0x55, 0x55, 0x55, 0x00, 0x56, 0x56,
0x56, 0x00, 0x57, 0x57, 0x57, 0x00, 0x58, 0x58, 0x58, 0x00, 0x59, 0x59, 0x59, 0x00, 0x5a, 0x5a,
0x5a, 0x00, 0x5b, 0x5b, 0x5b, 0x00, 0x5c, 0x5c, 0x5c, 0x00, 0x5d, 0x5d, 0x5d, 0x00, 0x5e, 0x5e,
0x5e, 0x00, 0x5f, 0x5f, 0x5f, 0x00, 0x60, 0x60, 0x60, 0x00, 0x61, 0x61, 0x61, 0x00, 0x62, 0x62,
0x62, 0x00, 0x63, 0x63, 0x63, 0x00, 0x64, 0x64, 0x64, 0x00, 0x65, 0x65, 0x65, 0x00, 0x66, 0x66,
0x66, 0x00, 0x67, 0x67, 0x67, 0x00, 0x68, 0x68, 0x68, 0x00, 0x69, 0x69, 0x69, 0x00, 0x6a, 0x6a,
0x6a, 0x00, 0x6b, 0x6b, 0x6b, 0x00, 0x6c, 0x6c, 0x6c, 0x00, 0x6d, 0x6d, 0x6d, 0x00, 0x6e, 0x6e,
0x6e, 0x00, 0x6f, 0x6f, 0x6f, 0x00, 0x70, 0x70, 0x70, 0x00, 0x71, 0x71, 0x71, 0x00, 0x72, 0x72,
0x72, 0x00, 0x73, 0x73, 0x73, 0x00, 0x74, 0x74, 0x74, 0x00, 0x75, 0x75, 0x75, 0x00, 0x76, 0x76,
0x76, 0x00, 0x77, 0x77, 0x77, 0x00, 0x78, 0x78, 0x78, 0x00, 0x79, 0x79, 0x79, 0x00, 0x7a, 0x7a,
0x7a, 0x00, 0x7b, 0x7b, 0x7b, 0x00, 0x7c, 0x7c, 0x7c, 0x00, 0x7d, 0x7d, 0x7d, 0x00, 0x7e, 0x7e,
0x7e, 0x00, 0x7f, 0x7f, 0x7f, 0x00, 0x80, 0x80, 0x80, 0x00, 0x81, 0x81, 0x81, 0x00, 0x82, 0x82,
0x82, 0x00, 0x83, 0x83, 0x83, 0x00, 0x84, 0x84, 0x84, 0x00, 0x85, 0x85, 0x85, 0x00, 0x86, 0x86,
0x86, 0x00, 0x87, 0x87, 0x87, 0x00, 0x88, 0x88, 0x88, 0x00, 0x89, 0x89, 0x89, 0x00, 0x8a, 0x8a,
0x8a, 0x00, 0x8b, 0x8b, 0x8b, 0x00, 0x8c, 0x8c, 0x8c, 0x00, 0x8d, 0x8d, 0x8d, 0x00, 0x8e, 0x8e,
0x8e, 0x00, 0x8f, 0x8f, 0x8f, 0x00, 0x90, 0x90, 0x90, 0x00, 0x91, 0x91, 0x91, 0x00, 0x92, 0x92,
0x92, 0x00, 0x93, 0x93, 0x93, 0x00, 0x94, 0x94, 0x94, 0x00, 0x95, 0x95, 0x95, 0x00, 0x96, 0x96,
0x96, 0x00, 0x97, 0x97, 0x97, 0x00, 0x98, 0x98, 0x98, 0x00, 0x99, 0x99, 0x99, 0x00, 0x9a, 0x9a,
0x9a, 0x00, 0x9b, 0x9b, 0x9b, 0x00, 0x9c, 0x9c, 0x9c, 0x00, 0x9d, 0x9d, 0x9d, 0x00, 0x9e, 0x9e,
0x9e, 0x00, 0x9f, 0x9f, 0x9f, 0x00, 0xa0, 0xa0, 0xa0, 0x00, 0xa1, 0xa1, 0xa1, 0x00, 0xa2, 0xa2,
0xa2, 0x00, 0xa3, 0xa3, 0xa3, 0x00, 0xa4, 0xa4, 0xa4, 0x00, 0xa5, 0xa5, 0xa5, 0x00, 0xa6, 0xa6,
0xa6, 0x00, 0xa7, 0xa7, 0xa7, 0x00, 0xa8, 0xa8, 0xa8, 0x00, 0xa9, 0xa9, 0xa9, 0x00, 0xaa, 0xaa,
0xaa, 0x00, 0xab, 0xab, 0xab, 0x00, 0xac, 0xac, 0xac, 0x00, 0xad, 0xad, 0xad, 0x00, 0xae, 0xae,
0xae, 0x00, 0xaf, 0xaf, 0xaf, 0x00, 0xb0, 0xb0, 0xb0, 0x00, 0xb1, 0xb1, 0xb1, 0x00, 0xb2, 0xb2,
0xb2, 0x00, 0xb3, 0xb3, 0xb3, 0x00, 0xb4, 0xb4, 0xb4, 0x00, 0xb5, 0xb5, 0xb5, 0x00, 0xb6, 0xb6,
0xb6, 0x00, 0xb7, 0xb7, 0xb7, 0x00, 0xb8, 0xb8, 0xb8, 0x00, 0xb9, 0xb9, 0xb9, 0x00, 0xba, 0xba,
0xba, 0x00, 0xbb, 0xbb, 0xbb, 0x00, 0xbc, 0xbc, 0xbc, 0x00, 0xbd, 0xbd, 0xbd, 0x00, 0xbe, 0xbe,
0xbe, 0x00, 0xbf, 0xbf, 0xbf, 0x00, 0xc0, 0xc0, 0xc0, 0x00, 0xc1, 0xc1, 0xc1, 0x00, 0xc2, 0xc2,
0xc2, 0x00, 0xc3, 0xc3, 0xc3, 0x00, 0xc4, 0xc4, 0xc4, 0x00, 0xc5, 0xc5, 0xc5, 0x00, 0xc6, 0xc6,
0xc6, 0x00, 0xc7, 0xc7, 0xc7, 0x00, 0xc8, 0xc8, 0xc8, 0x00, 0xc9, 0xc9, 0xc9, 0x00, 0xca, 0xca,
0xca, 0x00, 0xcb, 0xcb, 0xcb, 0x00, 0xcc, 0xcc, 0xcc, 0x00, 0xcd, 0xcd, 0xcd, 0x00, 0xce, 0xce,
0xce, 0x00, 0xcf, 0xcf, 0xcf, 0x00, 0xd0, 0xd0, 0xd0, 0x00, 0xd1, 0xd1, 0xd1, 0x00, 0xd2, 0xd2,
0xd2, 0x00, 0xd3, 0xd3, 0xd3, 0x00, 0xd4, 0xd4, 0xd4, 0x00, 0xd5, 0xd5, 0xd5, 0x00, 0xd6, 0xd6,
0xd6, 0x00, 0xd7, 0xd7, 0xd7, 0x00, 0xd8, 0xd8, 0xd8, 0x00, 0xd9, 0xd9, 0xd9, 0x00, 0xda, 0xda,
0xda, 0x00, 0xdb, 0xdb, 0xdb, 0x00, 0xdc, 0xdc, 0xdc, 0x00, 0xdd, 0xdd, 0xdd, 0x00, 0xde, 0xde,
0xde, 0x00, 0xdf, 0xdf, 0xdf, 0x00, 0xe0, 0xe0, 0xe0, 0x00, 0xe1, 0xe1, 0xe1, 0x00, 0xe2, 0xe2,
0xe2, 0x00, 0xe3, 0xe3, 0xe3, 0x00, 0xe4, 0xe4, 0xe4, 0x00, 0xe5, 0xe5, 0xe5, 0x00, 0xe6, 0xe6,
0xe6, 0x00, 0xe7, 0xe7, 0xe7, 0x00, 0xe8, 0xe8, 0xe8, 0x00, 0xe9, 0xe9, 0xe9, 0x00, 0xea, 0xea,
0xea, 0x00, 0xeb, 0xeb, 0xeb, 0x00, 0xec, 0xec, 0xec, 0x00, 0xed, 0xed, 0xed, 0x00, 0xee, 0xee,
0xee, 0x00, 0xef, 0xef, 0xef, 0x00, 0xf0, 0xf0, 0xf0, 0x00, 0xf1, 0xf1, 0xf1, 0x00, 0xf2, 0xf2,
0xf2, 0x00, 0xf3, 0xf3, 0xf3, 0x00, 0xf4, 0xf4, 0xf4, 0x00, 0xf5, 0xf5, 0xf5, 0x00, 0xf6, 0xf6,
0xf6, 0x00, 0xf7, 0xf7, 0xf7, 0x00, 0xf8, 0xf8, 0xf8, 0x00, 0xf9, 0xf9, 0xf9, 0x00, 0xfa, 0xfa,
0xfa, 0x00, 0xfb, 0xfb, 0xfb, 0x00, 0xfc, 0xfc, 0xfc, 0x00, 0xfd, 0xfd, 0xfd, 0x00, 0xfe, 0xfe,
0xfe, 0x00, 0xff, 0xff, 0xff, 0x00
BOOL APIENTRY DllMain( HANDLE hModule,
                       DWORD  ul_reason_for_call,
                       LPVOID lpReserved
    return TRUE;
* Class:     BPUSBFinger200
* Method:    getFeatureFromFingerReader200
* Signature: (Ljava/lang/String;Ljava/lang/String;)[B
JNIEXPORT void JNICALL Java_BPUSBFinger200_getFeatureFromFingerReader200
     (JNIEnv * env, jclass object, jstring imageFile, jstring featureFile) {
     unsigned char *image;
     unsigned char *feature;
     const char* imageFileName = env->GetStringUTFChars(imageFile, 0);
     const char* featureFileName = env->GetStringUTFChars(featureFile, 0);
     FILE* stream;
     image=(unsigned char*)calloc(BUFFERSIZE,sizeof(unsigned char));
     feature=(unsigned char*)calloc(FEATUREBUFFERSIZE,sizeof(unsigned char));
     stream=fopen(imageFileName,"wb");
     fwrite(&data[0],sizeof(char),FILEHEADSIZE,stream);
     fclose(stream);
     GetFeatureFromFingerReader200(image, feature); 
     stream=fopen(imageFileName,"a+b");
     fwrite(image,sizeof(char),BUFFERSIZE,stream);
     fclose(stream);
  /////store  the  features  into  the feature file;
     stream=fopen(featureFileName,"wb");
     fwrite(feature,sizeof(char),FEATUREBUFFERSIZE,stream);
     fclose(stream);
     env->ReleaseStringUTFChars(imageFile, imageFileName);
     env->ReleaseStringUTFChars(featureFile, featureFileName);
     free(image);
     free(feature);
};VC++ 6 compiler did not give me any error making the BPUSBFinger200.dll.
The problem occured when I run the java program.
Here is the stack trace:
java.lang.UnsatisfiedLinkError: G:\Java_Projects\bpusbfinger200\lib\BPUSBFinger200.dll: Can't find dependent libraries
     at java.lang.ClassLoader$NativeLibrary.load(Native Method)
     at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1560)
     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1485)
     at java.lang.Runtime.loadLibrary0(Runtime.java:788)
     at java.lang.System.loadLibrary(System.java:834)
     at com.ebs.bpusbfinger.BPUSBFinger200.<clinit>(BPUSBFinger200.java:7)
Exception in thread "main"
I have a sample program that was written in C++ by the manufacturer of the device "Finger Print Scanner", and the source code and all the project files in VC++ 6 was included. It ran very well. So I copied all the dll be it the ones that I needed or not to my lib/ dir, but my java program still didn't run.
It looked to me like I was missing some dll, so I checked with vc++ 6 and located the "external dependencies" part at the file view browser, and found out three header files: "bpusb200finger.h", "jni.h", "jni_md.h" and "basetsd.h". Did that mean anything?
I am sorry because this problem might have been solved by someone already, but I have tried searching the forum and tried the solution proposed by the community but I still can't get my java program works.
Can someone help me? It is very urgent.....
Thanks.
Chris

Thanks for the quick response.
Yes, now I got it solved, but new exception caugnt:
java.lang.UnsatisfiedLinkError: getFeatureFromFingerReader200
     at com.ebs.bpusbfinger.BPUSBFinger200.getFeatureFromFingerReader200(Native Method)
     at com.ebs.bpusbfinger.BPUSBFinger200.main(BPUSBFinger200.java:29)
Exception in thread "main"
here is the bpusb200finger.h:
/*#ifndef __Bpusb200finger_h
#define __bpusb200finger_h
/* Revision Number 3.0.0.0 */
/* ***** Copyright 2001-2002 BioPass, Inc. **********************/
/* ***** All rights reserved. BioPass assumes no liability for **/
/* ***** errors in any of the software it provides. ***************/
#pragma once
// VeriFinger ver3.3 version
#define DLL_VER_33 MAKELONG(WORD(3),WORD(3))
#define PASCAL      __stdcall
#ifndef NULL
#ifdef  __cplusplus
#define NULL    0
#else
#define NULL    ((void *)0)
#endif
#endif
#define  FALSE   0  
#define  TRUE    1  
typedef unsigned long  DWORD;
typedef unsigned short  WORD; 
typedef unsigned char BYTE;
long PASCAL GetFeatureFromFingerReader200(unsigned char *Image, unsigned char *Feature); 
long PASCAL CheckFingerPrintFeature(unsigned char *Feature1, unsigned char *Feature2, long iOperation);
int  PASCAL  InitDevice ();
int  PASCAL  SetValue(int  value);
void  PASCAL  SettingVideoSource();
void  PASCAL  SettingVideoFormat();
long PASCAL  ASCIITOHEX(unsigned char * asciidata, unsigned char* hexdata);
long PASCAL  HEXTOASCII(unsigned char *hexdata, unsigned char* asciidata);
long PASCAL GetFeatureFromFingerReader200A(unsigned char *Image, unsigned char *Feature); 
long PASCAL GetFeatureFromFingerReader200B(unsigned char *Image, unsigned char *Feature); 
long PASCAL GetFeatureFromFingerReader200C(unsigned char *Image, unsigned char *Feature); 
long PASCAL CheckFingerPrintFeatureA(unsigned char *Feature1, unsigned char *Feature2, long iOperation);
long PASCAL CheckFingerPrintFeatureB(unsigned char *Feature1, unsigned char *Feature2, long iOperation);
long PASCAL CheckFingerPrintFeatureC(unsigned char *Feature1, unsigned char *Feature2, long iOperation);
long PASCAL GetFeatureFromFingerData(unsigned char *Image, unsigned char *Feature);
long PASCAL GetFeatureFromFingerDataA(unsigned char *Image, unsigned char *Feature);   I din't think there was anything wrong in declaring my .h file and implementing my .cpp file, but it looks to me like the BPUSBFinger200.h has a problem.
Please advice. I am beginner in JNI.
Thanks.

Similar Messages

  • I tried buying in app purchases but it shows..Your purchases could not be completed.try again later.i have been trying the whole day.please help

    I tried buying in app purchases but it says your purchase is not complete try again later..Please help

    Hi You need to check your Card payment details Click on your Apple i in itunes. Cheers Brian

  • Lent someone mag safe lead and now mac powered but black screen! have reset battery but still nothing. Help please?

    lent someone mag safe lead and now mac is powered but black screen! have reset battery and taken lead out for a few minutes and replugged but still nothing. Help please?

    try pram reset
    http://support.apple.com/kb/ht1379
    if not try recovery mode
    http://support.apple.com/kb/ht4718
    read
    http://www.macworld.com/article/2018853/when-good-macs-go-bad-steps-to-take-when -your-mac-wont-start-up.html

  • Iphone 3 wont turn on..not sure if it is screen just blank have tried restoring phone but still nothing :( please help

    having trouble with iphone not turning on orsomething wrong with screen have tried restoring and restting it but still nothing??

    This sounds like you have tried the steps I would recommend. You said, "tried restoring and restting it but still nothing??"
    1. When you are done Restoring Firmware, does iTunes show your iPhone's information. If yes then your iPhone is ON and working. Next step is to Reset, like you tried, but do it again, hold both Home and Power buttons until the iPhone restarts, usually less than 15 seconds. If still no screen, hold iPhone in bright light and look at screen, is an image there? If yes, you have a "No Backlight Problem".
    2. If still no image, but you have confirmed iPhone is on with iTunes or switching Vibrate Switch and getting vibration. Then take iPhone to Apple and ask Genius to reconnect the Flex Cable #1 LCD Display Flex to the Logic Board. Before opening and during all repairs it is best if the iPhone 3GS is OFF.

  • I have adobe 3:2 starter and all photos have been deleted but still have thumbnails, can i restore photos

    please can some one help me to restore my photos from my thumbnails due to my son deleting my photo file where i used to keep them

    Boy, I wish Adobe had a special OOPS! folder for all of us who accidentally deleted photos.  I lost 5 photos.  I deleted them from Adobe after I moved them to their own special folder in My Documents, but they're not there.  I've been trying to recover them for the past few days using data recovery programs like iUndelete and iRescue, but no luck. 
    Is Photo Well the same thing as thumbnails?  I've read where some people who have lost their photos still are able to view them as thumbnails, but if it's the same thing as Photo Well, mine don't show up there, either.  I can't remember if I chose "delete from hard disk" but I must have, because I've searched my computer and can't find them. 
    QUESTION:  By any chance are deleted photos assigned a different name than the original photos?  Maybe I've been searching for the wrong files all along????  Ugh, I'm about to give up, but does anyone know anywhere else I can look?  I've already emptied my Recycle Bin.  Thanks for any help anyone can give.
    AdobePeg

  • Firefox does not redirect anywhere and I tried but still fails

    when I open my firefox on W8 the thing is that any url I wrote and I write on the search bar and when I hit enter , nothing happens, stays there‼‼‼ like refreshing the site, I know this same problem is happening to others I tried the same procedures and I'm still in the same page. my dear firefox.. it is time to say good bye? I'm here becouse I like firefox. so please can you give me the real solution to this or I have to migrate and still loving firefox?

    yes guys, thank you all very much, I did all you say but nothing by the way in running the last version of firefox. But I really want to share with you guys that I found the reason of the problem. It was IDM. Internet Downloader Manager , I'd desinstall that program and it works fine just like before and redirect everything‼.I Noticed the problem when I uninstall that program (the other browsers wasn't able to redirect anywhere) I'm sorry for doubt about firefox‼‼ My mistake... but there you have it, for all of you having the same problem, that was the real solution.beware if you do not clean the registry you do not be able to run any browser because of IDM.

  • None of my music is syncing into my iphone 4 i tried restoring my phone and also deleting the itunes in my computer but still nothing. please help !

    when i sync it comes on, however it doesnt completly sync it just says wait till applies are being changed or something like that and it can go on all night, but still nothing.

    Read here for information about your issue. http://support.apple.com/kb/TS1538

  • My Ipod Touch is not recognised in itunes or my computer but still charges, Please help

    My Ipod Touch is not recognised in itunes or my computer but still charges when connected via USB Please help

    Did plugging it into another USB port do any good? Make sure it is a USB port on the back of your PC and not via a USB hub or one on the front as they sometimes do not output enough power for the iPod to properly communicate with your PC.
    Do you have another 30 pin dock connector cable around you use to try and rule out a faulty cable? 
    Did you try a hard reset of the device with it still connected to your PC?  To do this, press and hold both the Sleep/Wake and Home buttons together long enough for the Apple logo to appear.
    With the article above were you able to verify that the Apple Mobile Device Service was installing and running on your system?
    Lastly, try plugging it into a different PC to see if it is recognized there.  It can help narrow down whether it is an issue with the iPod or with your PC.
    B-rock

  • RANDOM FILES HAVE BEEN PUT IN MY TRASH, PLEASE HELP

    hi,
    ive noticed lots of files, some from desktop, some from other directories possibly, have been put in the trash.
    no idea how.
    this is scary.
    stuff has exploded out of folders and been put in trash. there are no folders in trash, just the files that resided in folders.
    i dont even think i can resore to original folders??
    and some folders are missing from desktop, they are not even in the trash.
    whats going on???????
    please please help.
    10.5.4 macbook black.

    Performance tip: Keep the Desktop clutter-free (empty, if possible)
    Mac OS X's Desktop is the de facto location for downloaded files, and for many users, in-progress works that will either be organized later or deleted altogether. The desktop can also be gluttonous, however, becoming a catch-all for files that linger indefinitely.
    Unfortunately - aside from the effect of disarray it creates - keeping dozens or hundreds of files on the Desktop can significantly degrade performance. Not necessarily because the system is sluggish with regard to rendering the icons on the desktop and storing them in memory persistently (which may be true in some cases), but more likely because keeping an excessive number of items on the Desktop can cause the windowserver process to generate reams of logfiles, which obviously draws resources away from other system tasks. Each of your icons on your desktop is stored as a window in the window server, not as an alias. The more you have stored, the more strain it puts on the window server. Check your desktop for unnecessary icons and clear them out.
    Keeping as few items as possible on the Desktop can prove a surprisingly effective performance boon. Even creating a single folder on your Desktop and placing all current and future clutter inside, then logging out and back in can provide an immediately noticeable speed boost, particularly for the Finder.
    And it is why Apple invented 'Stacks' for Leopard.
    Here is Apple's take on the subject:
    http://www.apple.com/pro/tips/immaculate_desktop.html
    Repairing permissions is important, and should always be carried out both before and after any software installation or update.
    Go to Disk Utility (this is in your Utilities Folder in your Application folder) and click on the icon of your hard disk (not the one with all the numbers).
    In First Aid, click on Repair Permissions.
    This only takes a minute or two in Tiger, but much longer in Leopard.
    Background information here:
    http://docs.info.apple.com/article.html?artnum=25751
    and here:
    http://docs.info.apple.com/article.html?artnum=302672
    An article on troubleshooting Permissions can be found here:
    http://support.apple.com/kb/HT2963
    By the way, you can ignore any messages about SUID or ACL file permissions, as explained here:
    http://support.apple.com/kb/TS1448?viewlocale=en_US
    If you were having any serious problems with your Mac you might as well complete the exercise by repairing your hard disk as well. You cannot do this from the same start-up disk. Reboot from your install disk (holding down the C key). Once it opens, select your language, and then go to Disk Utility from the Utilities menu. Select your hard disk as before and click Repair.
    Once that is complete reboot again from your usual start-up disk.
    More useful reading here:
    Resolve startup issues and perform disk maintenance with Disk Utility and fsck
    http://support.apple.com/kb/TS1417?viewlocale=en_US
    For a full description of how to resolve Disk, Permission and Cache Corruption, you should read this FAQ from the X Lab:
    http://www.thexlab.com/faqs/repairprocess.html

  • Newie-tried all of the advice I have been given!!! please help!

    Hi
    I got a shiffle for my daughter, initial problems then worked fine. Then it just wasn't recognised by the pc as an ipod - don't know what i did but it started working fine. Got my hubby a nano 4 crimbo and get wizard to install drivers/softwaree everytime w elog in. Removed programmes, like before, updated drivers - re-installed itunes and still get the *** wizard. According to what I have read drivers shouldn't need to be installed when you have latest itunes. I'm no techie (as u may gather) and have nothing exciting on my pc!!!! It is recognised as an ipod by windows then goes straight to the wizard. Like I say have had problems b4 but have had them sorted and one shuffle was for my dad whilst in intensive care so memory a bit hazy of that time. Any help (pls pls) much appreciated!!!!!

    Hi
    A bolloon pops up says ' New hardwre-ipod' then a found new hadware wizard pos up trying to get me to install software with a choice of automatically or from a specific location. It all goes pear shaped from there.................

  • I can not add an email account on my iphone  I have shut it off and restarted it but still nothing  please help  thx

    Hi  How can I add an email account from Iphone?  Thx

    I have done what I have done in the past.. Which is go into settings..etc.. The problem is that the option to add an account isnt highlighted.. Make sense??

  • I have random spam sites opening up in tabs in firefox. I can't get rid of them. I have run Malwarebytes and Spybot, but they havent found the problem. I have even tried Rkill unsuccessfully. Please Help!

    just ask!

    Do a malware check with a few malware scan programs.<br />
    You need to use all programs because each detects different malware.<br />
    Make sure that you update each program to get the latest version of the database before doing a scan.<br />
    <br />
    * http://www.malwarebytes.org/mbam.php - Malwarebytes' Anti-Malware
    * http://www.superantispyware.com/ - SuperAntispyware
    * http://www.safer-networking.org/en/index.html - Spybot Search & Destroy
    * http://www.lavasoft.com/products/ad_aware_free.php - Ad-Aware Free
    * http://www.microsoft.com/windows/products/winfamily/defender/default.mspx - Windows Defender: Home Page
    See also "Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked and [[Searches are redirected to another site]]

  • Firefox will not load for me. I have been trying since last night. Help me, PLEASE!!!

    Unable to connect

    See:
    * http://kb.mozillazine.org/Browser_will_not_start_up
    * http://kb.mozillazine.org/Error_loading_websites

  • Upload an Excel file in CSV format  but still error please help?

    ORA-20001: Excel load run ddl error: drop table "SDF" ORA-00942: table or view does not exist ORA-20001: Excel load run ddl error:
    So can anybody help me in this regard !Table or views does not exist! So what should I do in this regard ?
    Thanks in advance

    hi muhammad--
    could you please send the following to [email protected], please:
    1) the spreadsheet you were trying to upload
    2) very specific information about the steps you took to get to this error (including the exact values you entered into the various fields)
    also, if this occurred on htmldb.oracle.com, please do let us know.
    thanks
    raj

  • Since downloading ios 6.0.1 i have been unable to download apps. please help?

    please help

    But you can send an e-mail without an attachment OK?
    If you can, have the admins take a look at the ActiveSync logs. Something's definitely not right. I can't imagine what it would be on the phone, though assuming the Exchange account is set up the same on all of the devices.

  • I have been trying to get my daughter's iPod Facetime to work. But when we log on it won't let us. When we put in our ID and password it attempts to verify but fails and when we have create a new account and had confirmation email it still wont verify???

    I have been trying to get my daughter's iPod Facetime to work. But when we log on it won't let us. When we put in our ID and password it attempts to verify but fails and when we have create a new account and had confirmation email back it still wont verify???

    Using FaceTime http://support.apple.com/kb/ht4319
    Troubleshooting FaceTime http://support.apple.com/kb/TS3367
    The Complete Guide to FaceTime: Set-up, Use, and Troubleshooting Problems
    http://tinyurl.com/32drz3d
     Cheers, Tom

Maybe you are looking for

  • Why is my iPod Touch now repeating songs once in the Bose Dock?

    Why is my iPod Touch now repeating songs once in the Bose Dock?  How do I get this to stop?  I have already done a factory restore and then reloaded my music onto this iPod. 

  • Pdf converter only makes thumbnail file

    I'm working with Photoshop CS4 & Acrobat 8 and trying to create a pdf by using the Adobe pdf converter print driver. I print the PS file to the Adobe printer and many times only get a thumbnail file. Sometime I get a full size file - other times just

  • PR Workflow delay in sending a notification to SAP inbox of approver

    Hi All, We are experiencing a problem in PROD regarding the time delay of workflow in sending the PR to the approver in his SAP inbox. The current set-up is expected to be operating in runtime. However, we experience delays in the notification. In ru

  • Cannot install any app on OSx 10.6.8

    Hi I recently had an issue with my OSX 10.6.8 so the technician reinstalled 10.6.3 and i upgraded to 10.6.8 all seemed ok tried to download Chrome  and  Alfred 2 ( which were on my 10.6.8 before the incident) now it says " this app cannot be installe

  • Confirmation question - advice needed

    Hi would just like some confirmation before i buy an airport express and can't seem to find this question directly answered. Ok i have a cable modem that runs into the WAN port of a linksys router - which then connects up two pc's using standard RJ45