Search:

Type: Posts; User: java_aim

Search: Search took 0.12 seconds.

  1. Re: How to compile a java program that uses a loaded library inside another compiled class file?

    //HelloNative.c

    #include "HelloNative.h"
    #include <stdio.h>
    #include <iostream>

    using std::cout;
    using std::endl;

    int c = 0;
  2. How to compile a java program that uses a loaded library inside another compiled class file?

    Hello,

    I've been able to compile a java file that loads a library from a DLL file written in C++.
    Yet I still can't compile another java file which makes use of that compiled java class file....
Results 1 to 2 of 2