import a library/class with eclipe
in
Integration and Hardware
•
2 years ago
In processing it's:
import processing.pdf.*;
But how can i do it in exclipse?
The core is working.
also i got a lot of problems left like:
Fattalitie cannot be resolved to a type
it starts here on the last line:
Fattalitie is in a new tab.
And as last:
The method append(String[], String) is undefined for the type TextAnalyser
The method arrayCopy(String[], int, String[], int, int) is undefined for the type TextAnalyser
The method splitTokens(String, String) is undefined for the type TextAnalyser
import processing.pdf.*;
But how can i do it in exclipse?
The core is working.
also i got a lot of problems left like:
Fattalitie cannot be resolved to a type
it starts here on the last line:
- import processing.core.PApplet;
import java.util.ArrayList;
import java.util.Date;
import java.util.Collections;
import java.text.SimpleDateFormat;
import java.text.DateFormat;
import processing.core.pdf.*;
public class TestClass extends PApplet {
private static final long serialVersionUID=100L;
ArrayList<Fatalitie> fatalities = new ArrayList<Fatalitie>();
Fattalitie is in a new tab.
And as last:
The method append(String[], String) is undefined for the type TextAnalyser
The method arrayCopy(String[], int, String[], int, int) is undefined for the type TextAnalyser
The method splitTokens(String, String) is undefined for the type TextAnalyser
1