Shop OBEX P1 Docs P2 Docs Learn Events
Adding the sql and lang packages to Javelin — Parallax Forums

Adding the sql and lang packages to Javelin

coolbebecoolbebe Posts: 9
edited 2006-02-26 13:39 in General Discussion
Hello people, I have a peace of code that uses the lang and the sql packages and I·am trying·to work it with javelin:
1)I need to add the lang and sql packages to the javelin library.Do i just need to add them to the java\lib folder·or do i have to something else.
·2)I need to override the class "Class" in the lang package,·how can i do that.

Thanks

Comments

  • Peter VerkaikPeter Verkaik Posts: 3,956
    edited 2006-02-26 13:39
    Some classes for the javelin are there, just to satisfy the jikes compiler.
    I think the Class class is one of them. To override, rename it to Class_org.java
    and copy your Class class to the folder.

    Put your classes in the folder stated by the package directive in your classes.

    regards peter
Sign In or Register to comment.