Adding the sql and lang packages to Javelin
coolbebe
Posts: 9
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
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
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