Giter Club home page Giter Club logo

Comments (8)

karussell avatar karussell commented on August 20, 2024

which java/jdk are you using?

from jetwick.

serefbilge avatar serefbilge commented on August 20, 2024

64bit jdk1.7.0_03.

Thanks for reply.

from jetwick.

karussell avatar karussell commented on August 20, 2024

ah, please try to compile with jdk1.6 and see if it works for you

from jetwick.

karussell avatar karussell commented on August 20, 2024

I can confirm that it compiles under 1.6 but not for 1.7. I'll try to fix that

from jetwick.

karussell avatar karussell commented on August 20, 2024

I pushed a fix where you only need to change

public int compareTo(Tweet o) {
and
public int compareTo(User o) {

to

public int compareTo(Object o) {

If I would do the change (or include both methods) it wouldn't compile under 1.6 ... I think all the generic problems are related to the fact that twitter4j was compiled under 1.5 ... or something

from jetwick.

karussell avatar karussell commented on August 20, 2024

I've pushed some minor version upgrades of unralted stuff as well. For the twitter4j problematic have a look into this:
https://groups.google.com/forum/#!msg/twitter4j/a5nTtiUs9fc/vL7DfJKCQMsJ

from jetwick.

serefbilge avatar serefbilge commented on August 20, 2024

Thanks fpr reply.

I'm trying your advice('public int compareTo(Object o)') . While, I encountered naother one:

Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile (default-compile) on project jetwick: Compilation failure: Compilation failure:
C:\Users\serafettin.bilge.SAGLIK\Desktop\karussell-Jetwick-2fd5b4a\src\main\java\de\jetwick\es\JetwickFilterFactory.java:[49,46] error: unmappable character for encoding Cp1254

C:\Users\serafettin.bilge.SAGLIK\Desktop\karussell-Jetwick-2fd5b4a\src\main\java\de\jetwick\ui\FacetPanel.java:[92,37] error: unmappable character for encoding Cp1254

C:\Users\serafettin.bilge.SAGLIK\Desktop\karussell-Jetwick-2fd5b4a\src\main\java\de\jetwick\ui\FacetPanel.java:[92,39] error: unmappable character for encoding Cp1254

C:\Users\serafettin.bilge.SAGLIK\Desktop\karussell-Jetwick-2fd5b4a\src\main\java\de\jetwick\es\JetwickAnalyzer.java:[56,46] error: unmappable character for encoding Cp1254

These lines of error are:

private String handleAsDigit = "@#$€₱č₤";
tr.put(LANG + ":" + RU, "Pусский");
tr.put(LANG + ":" + ES, "Español");
private String handleAsDigit = "@#$€₱č₤";

from jetwick.

karussell avatar karussell commented on August 20, 2024

You are using the wrong encoding in your IDE. Set it to UTF-8 via right click -> properties -> sources -> encoding

from jetwick.

Related Issues (17)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.