View Single Post
Old 09-05-2012, 11:11 AM   #52
read365
Enthusiast
read365 is a marvel to beholdread365 is a marvel to beholdread365 is a marvel to beholdread365 is a marvel to beholdread365 is a marvel to beholdread365 is a marvel to beholdread365 is a marvel to beholdread365 is a marvel to beholdread365 is a marvel to beholdread365 is a marvel to beholdread365 is a marvel to behold
 
Posts: 30
Karma: 11938
Join Date: May 2011
Location: Daegu, Korea(South)
Device: pocketbook pro 902, Jetbook Color 1
jCrossSketch compile error

Hi, i'm using debian KDE desktop and i installed java 7(oracle version)
$ cd jCrossSketch
$ mkdir bin
$ make all
Picked up _JAVA_OPTIONS: -Dawt.useSystemAAFontSettings=lcd -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKL ookAndFeel
javac 1.7.0_03
Picked up _JAVA_OPTIONS: -Dawt.useSystemAAFontSettings=lcd -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKL ookAndFeel
src/sfilter/Irx.java:14: error: package org.jdom does not exist
import org.jdom.Attribute;
^
src/sfilter/Irx.java:15: error: package org.jdom does not exist
import org.jdom.Document;
^
src/sfilter/Irx.java:16: error: package org.jdom does not exist
import org.jdom.Element;
^
src/sfilter/Irx.java:17: error: package org.jdom does not exist
import org.jdom.Namespace;
^
src/sfilter/Irx.java:18: error: package org.jdom.input does not exist
import org.jdom.input.SAXBuilder;
^
src/sfilter/Irx.java:19: error: package org.jdom.output does not exist
import org.jdom.output.XMLOutputter;
^
src/sfilter/Irx.java:196: error: cannot find symbol
private String[] loadIrxPage(Element page)
^
symbol: class Element
location: class Irx
src/sfilter/Irx.java:244: error: cannot find symbol
private Element makeJDomFromPage(int pag_no,String[] template) {
^
symbol: class Element
location: class Irx
src/sfilter/Jaj.java:19: error: package org.jdom does not exist
import org.jdom.Document;
^
src/sfilter/Jaj.java:20: error: package org.jdom does not exist
import org.jdom.Element;
^
src/sfilter/Jaj.java:21: error: package org.jdom does not exist
import org.jdom.JDOMException;
^
src/sfilter/Jaj.java:22: error: package org.jdom does not exist
import org.jdom.Namespace;
^
src/sfilter/Jaj.java:23: error: package org.jdom.input does not exist
import org.jdom.input.SAXBuilder;
^
src/sfilter/Svg.java:14: error: package org.jdom does not exist
import org.jdom.Attribute;
^
src/sfilter/Svg.java:15: error: package org.jdom does not exist
import org.jdom.Document;
^
src/sfilter/Svg.java:16: error: package org.jdom does not exist
import org.jdom.Element;
^
src/sfilter/Svg.java:17: error: package org.jdom does not exist
import org.jdom.JDOMException;
^
src/sfilter/Svg.java:18: error: package org.jdom does not exist
import org.jdom.Namespace;
^
src/sfilter/Svg.java:19: error: package org.jdom.input does not exist
import org.jdom.input.SAXBuilder;
^
src/sfilter/Svg.java:20: error: package org.jdom.output does not exist
import org.jdom.output.Format;
^
src/sfilter/Svg.java:21: error: package org.jdom.output does not exist
import org.jdom.output.XMLOutputter;
^
src/sfilter/Jaj.java:61: error: cannot find symbol
private Element eJaj;
^
symbol: class Element
location: class Jaj
src/sfilter/Jaj.java:219: error: cannot find symbol
throws JDOMException, IOException
^
symbol: class JDOMException
location: class Jaj
src/sfilter/Svg.java:97: error: cannot find symbol
protected Element loadSvgPage(InputStream in)
^
symbol: class Element
location: class Svg
src/sfilter/Svg.java:98: error: cannot find symbol
throws JDOMException, IOException
^
symbol: class JDOMException
location: class Svg
src/sfilter/Svg.java:161: error: cannot find symbol
protected void makeJDomFromPage(Element root) {
^
symbol: class Element
location: class Svg
src/sfilter/Svg.java:198: error: cannot find symbol
protected void writeJDom(OutputStream out,Element root) throws IOException {
^
symbol: class Element
location: class Svg
src/SortScribble.java:5: error: package org.jdom does not exist
import org.jdom.Document;
^
src/SortScribble.java:6: error: package org.jdom does not exist
import org.jdom.Element;
^
src/SortScribble.java:7: error: package org.jdom does not exist
import org.jdom.Namespace;
^
src/SortScribble.java:8: error: package org.jdom.input does not exist
import org.jdom.input.SAXBuilder;
^
src/SortScribble.java:9: error: package org.jdom.output does not exist
import org.jdom.output.XMLOutputter;
^
src/sfilter/Irx.java:69: error: cannot find symbol
SAXBuilder builder = new SAXBuilder();
^
symbol: class SAXBuilder
location: class Irx
src/sfilter/Irx.java:69: error: cannot find symbol
SAXBuilder builder = new SAXBuilder();
^
symbol: class SAXBuilder
location: class Irx
src/sfilter/Irx.java:71: error: cannot find symbol
Document svg = builder.build(in);
^
symbol: class Document
location: class Irx
src/sfilter/Irx.java:72: error: cannot find symbol
Element root = svg.getRootElement();
^
symbol: class Element
location: class Irx
src/sfilter/Irx.java:73: error: cannot find symbol
Namespace ns = root.getNamespace();
^
symbol: class Namespace
location: class Irx
src/sfilter/Irx.java:74: error: cannot find symbol
Element pages = root.getChild("pages",ns);
^
symbol: class Element
location: class Irx
src/sfilter/Irx.java:78: error: cannot find symbol
Element page = (Element) iter.next();
^
symbol: class Element
location: class Irx
src/sfilter/Irx.java:78: error: cannot find symbol
Element page = (Element) iter.next();
^
symbol: class Element
location: class Irx
src/sfilter/Irx.java:99: error: cannot find symbol
Element el;
^
symbol: class Element
location: class Irx
src/sfilter/Irx.java:100: error: cannot find symbol
Element root = new Element("notes");
^
symbol: class Element
location: class Irx
src/sfilter/Irx.java:100: error: cannot find symbol
Element root = new Element("notes");
^
symbol: class Element
location: class Irx
src/sfilter/Irx.java:102: error: cannot find symbol
Element version = new Element("version");
^
symbol: class Element
location: class Irx
src/sfilter/Irx.java:102: error: cannot find symbol
Element version = new Element("version");
^
symbol: class Element
location: class Irx
src/sfilter/Irx.java:103: error: cannot find symbol
el = new Element("number");
^
symbol: class Element
location: class Irx
src/sfilter/Irx.java:106: error: cannot find symbol
el = new Element("organization");
^
symbol: class Element
location: class Irx
src/sfilter/Irx.java:111: error: cannot find symbol
Element screen = new Element("screen");
^
symbol: class Element
location: class Irx
src/sfilter/Irx.java:111: error: cannot find symbol
Element screen = new Element("screen");
^
symbol: class Element
location: class Irx
src/sfilter/Irx.java:112: error: cannot find symbol
el = new Element("units");
^
symbol: class Element
location: class Irx
src/sfilter/Irx.java:114: error: cannot find symbol
el = new Element("dpi");
^
symbol: class Element
location: class Irx
src/sfilter/Irx.java:118: error: cannot find symbol
Element pages = new Element("pages");
^
symbol: class Element
location: class Irx
src/sfilter/Irx.java:118: error: cannot find symbol
Element pages = new Element("pages");
^
symbol: class Element
location: class Irx
src/sfilter/Irx.java:128: error: cannot find symbol
Document doc = new Document(root);
^
symbol: class Document
location: class Irx
src/sfilter/Irx.java:128: error: cannot find symbol
Document doc = new Document(root);
^
symbol: class Document
location: class Irx
src/sfilter/Irx.java:129: error: cannot find symbol
XMLOutputter serializer = new XMLOutputter();
^
symbol: class XMLOutputter
location: class Irx
src/sfilter/Irx.java:129: error: cannot find symbol
XMLOutputter serializer = new XMLOutputter();
^
symbol: class XMLOutputter
location: class Irx
src/sfilter/Irx.java:165: error: cannot find symbol
SAXBuilder builder = new SAXBuilder();
^
symbol: class SAXBuilder
location: class Irx
src/sfilter/Irx.java:165: error: cannot find symbol
SAXBuilder builder = new SAXBuilder();
^
symbol: class SAXBuilder
location: class Irx
src/sfilter/Irx.java:167: error: cannot find symbol
Document svg = builder.build(in);
^
symbol: class Document
location: class Irx
src/sfilter/Irx.java:168: error: cannot find symbol
Element root = svg.getRootElement();
^
symbol: class Element
location: class Irx
src/sfilter/Irx.java:169: error: cannot find symbol
Namespace ns = root.getNamespace();
^
symbol: class Namespace
location: class Irx
src/sfilter/Irx.java:170: error: cannot find symbol
Element version = root.getChild("version",ns);
^
symbol: class Element
location: class Irx
src/sfilter/Irx.java:171: error: cannot find symbol
Element number = version.getChild("number",ns);
^
symbol: class Element
location: class Irx
src/sfilter/Irx.java:173: error: cannot find symbol
Element pages = root.getChild("pages",ns);
^
symbol: class Element
location: class Irx
src/sfilter/Irx.java:176: error: cannot find symbol
Element page = (Element) iter.next();
^
symbol: class Element
location: class Irx
src/sfilter/Irx.java:176: error: cannot find symbol
Element page = (Element) iter.next();
^
symbol: class Element
location: class Irx
src/sfilter/Irx.java:204: error: cannot find symbol
Namespace ns = page.getNamespace();
^
symbol: class Namespace
location: class Irx
src/sfilter/Irx.java:212: error: cannot find symbol
Element strokes = page.getChild("strokes",ns);
^
symbol: class Element
location: class Irx
src/sfilter/Irx.java:215: error: cannot find symbol
Element stroke = (Element) iter.next();
^
symbol: class Element
location: class Irx
src/sfilter/Irx.java:215: error: cannot find symbol
Element stroke = (Element) iter.next();
^
symbol: class Element
location: class Irx
src/sfilter/Irx.java:216: error: cannot find symbol
Attribute zoom = stroke.getAttribute("zoom");
^
symbol: class Attribute
location: class Irx
src/sfilter/Irx.java:245: error: cannot find symbol
Element page = null;
^
symbol: class Element
location: class Irx
src/sfilter/Irx.java:252: error: cannot find symbol
page = new Element("page");
^
symbol: class Element
location: class Irx
src/sfilter/Irx.java:255: error: cannot find symbol
Element el = new Element("orientation");
^
symbol: class Element
location: class Irx
src/sfilter/Irx.java:255: error: cannot find symbol
Element el = new Element("orientation");
^
symbol: class Element
location: class Irx
src/sfilter/Irx.java:257: error: cannot find symbol
el = new Element("height");
^
symbol: class Element
location: class Irx
src/sfilter/Irx.java:259: error: cannot find symbol
el = new Element("width");
^
symbol: class Element
location: class Irx
src/sfilter/Irx.java:261: error: cannot find symbol
Element strokes = new Element("strokes");
^
symbol: class Element
location: class Irx
src/sfilter/Irx.java:261: error: cannot find symbol
Element strokes = new Element("strokes");
^
symbol: class Element
location: class Irx
src/sfilter/Irx.java:263: error: cannot find symbol
Element stroke = null;
^
symbol: class Element
location: class Irx
src/sfilter/Irx.java:271: error: cannot find symbol
stroke = new Element("stroke");
^
symbol: class Element
location: class Irx
src/sfilter/Svg.java:75: error: cannot find symbol
Element root = new Element("svg");
^
symbol: class Element
location: class Svg
src/sfilter/Svg.java:75: error: cannot find symbol
Element root = new Element("svg");
^
symbol: class Element
location: class Svg
src/sfilter/Svg.java:104: error: cannot find symbol
SAXBuilder builder = new SAXBuilder();
^
symbol: class SAXBuilder
location: class Svg
src/sfilter/Svg.java:104: error: cannot find symbol
SAXBuilder builder = new SAXBuilder();
^
symbol: class SAXBuilder
location: class Svg
src/sfilter/Svg.java:106: error: cannot find symbol
Document svg = builder.build(in);
^
symbol: class Document
location: class Svg
src/sfilter/Svg.java:107: error: cannot find symbol
Element root = svg.getRootElement();
^
symbol: class Element
location: class Svg
src/sfilter/Svg.java:108: error: cannot find symbol
Namespace ns = root.getNamespace();
^
symbol: class Namespace
location: class Svg
src/sfilter/Svg.java:110: error: cannot find symbol
Attribute a;
^
symbol: class Attribute
location: class Svg
src/sfilter/Svg.java:125: error: cannot find symbol
Element path = (Element) iter.next();
^
symbol: class Element
location: class Svg
src/sfilter/Svg.java:125: error: cannot find symbol
Element path = (Element) iter.next();
^
symbol: class Element
location: class Svg
src/sfilter/Svg.java:126: error: cannot find symbol
Attribute d = path.getAttribute("d");
^
symbol: class Attribute
location: class Svg
src/sfilter/Svg.java:162: error: cannot find symbol
Element ePath;
^
symbol: class Element
location: class Svg
src/sfilter/Svg.java:168: error: cannot find symbol
ePath = new Element("path");
^
symbol: class Element
location: class Svg
src/sfilter/Svg.java:189: error: cannot find symbol
ePath = new Element("path");
^
symbol: class Element
location: class Svg
src/sfilter/Svg.java:199: error: cannot find symbol
Document doc = new Document(root);
^
symbol: class Document
location: class Svg
src/sfilter/Svg.java:199: error: cannot find symbol
Document doc = new Document(root);
^
symbol: class Document
location: class Svg
src/sfilter/Svg.java:200: error: cannot find symbol
XMLOutputter serializer = new XMLOutputter();
^
symbol: class XMLOutputter
location: class Svg
src/sfilter/Svg.java:200: error: cannot find symbol
XMLOutputter serializer = new XMLOutputter();
^
symbol: class XMLOutputter
location: class Svg
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
100 errors
make: *** [class] Error 1
Am I wrong for compiling???
read365 is offline   Reply With Quote